Shades of Chartreuse Yellow #EAFA1B
Tints of Chartreuse Yellow #EAFA1B
RGB
CMYK
RGB Variations
Color information
#EAFA1B (or 0xEAFA1B) is known color: Chartreuse Yellow. HEX triplet: EA, FA and 1B. RGB value is (234,250,27). Sum of RGB (Red+Green+Blue) = 234+250+27=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 27 (10.94% from 255 or 5.28% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFA1B is #1505E4. Grayscale: #DCDCDC. Windows color (decimal): -1377765 or 1833706. OLE color: 1833706.
HSL color Cylindrical-coordinate representation of color #EAFA1B: hue angle of 64.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAFA1B is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 27 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.02 |
| HSL | 64.3º | 0.96% | 0.54% | - |
| HSV(B) | 64.3º | 0.89% | 0.98% | - |
| XYZ | 68.32 | 85.94 | 14.02 | - |
| YUV | 219.79 | 19.2 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 27 | 0.06 | 0 | 0.89 | 0.02 | 64.3 | 0.96 | 0.54 |
| Hex | EA | FA | 1B | 6 | 0 | 59 | 2 | 40 | 60 | 36 |
| Octal | 352 | 372 | 33 | 6 | 0 | 131 | 2 | 100 | 140 | 66 |
| Binary | 11101010 | 11111010 | 11011 | 110 | 0 | 1011001 | 10 | 1000000 | 1100000 | 110110 |
Color Harmonies of #EAFA1B
Complementary color
Monochromatic Colors of #EAFA1B
Black with #EAFA1B
Text Example
Text Example
White with #EAFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFA1B; }
p { color: rgb(234,250,27); }
H1.HeaderClassName
{
color: #EAFA1B;
}
.AnyTagClassName
{
color: #EAFA1B;
}
</style>
background-color css
<style>
a { background-color: #EAFA1B; }
a { background-color: rgb(234,250,27); }
div.DivClassName
{
background-color: #EAFA1B;
}
.BgClassName
{
background-color: #EAFA1B;
}
</style>
border-color css
<style>
span { border-color: #EAFA1B; }
span { border-color: rgb(234,250,27); }
td.TdClassName
{
border-color: #EAFA1B;
}
.TagClassName
{
border-color: #EAFA1B;
}
</style>