#190 Yellow2
#D7FF00
ExtendedHEX#D7FF00
RGB215, 255, 0
HSL69°, 100%, 50%
CMYK16%, 0%, 100%, 0%
Xterm ID190
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;190m Background (fondo)
\x1b[48;5;190m Bash echo
echo -e "\033[38;5;190mTexto\033[0m" Python
print(f"\033[38;5;190mTexto\033[0m") CSS
Color HEX
color: #D7FF00; Color RGB
color: rgb(215, 255, 0); Background
background-color: #D7FF00;