Shades of Chartreuse Yellow #EAF008
Tints of Chartreuse Yellow #EAF008
RGB
CMYK
RGB Variations
Color information
#EAF008 (or 0xEAF008) is known color: Chartreuse Yellow. HEX triplet: EA, F0 and 08. RGB value is (234,240,8). Sum of RGB (Red+Green+Blue) = 234+240+8=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 8 (3.52% from 255 or 1.66% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF008 is #150FF7. Grayscale: #D4D4D4. Windows color (decimal): -1380344 or 585962. OLE color: 585962.
HSL color Cylindrical-coordinate representation of color #EAF008: hue angle of 61.55º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAF008 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.06 |
| HSL | 61.55º | 0.94% | 0.49% | - |
| HSV(B) | 61.55º | 0.97% | 0.94% | - |
| XYZ | 65.14 | 79.83 | 12.21 | - |
| YUV | 211.76 | 13.01 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 8 | 0.02 | 0 | 0.97 | 0.06 | 61.55 | 0.94 | 0.49 |
| Hex | EA | F0 | 8 | 2 | 0 | 61 | 6 | 3E | 5E | 31 |
| Octal | 352 | 360 | 10 | 2 | 0 | 141 | 6 | 76 | 136 | 61 |
| Binary | 11101010 | 11110000 | 1000 | 10 | 0 | 1100001 | 110 | 111110 | 1011110 | 110001 |
Color Harmonies of #EAF008
Complementary color
Monochromatic Colors of #EAF008
Black with #EAF008
Text Example
Text Example
White with #EAF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF008; }
p { color: rgb(234,240,8); }
H1.HeaderClassName
{
color: #EAF008;
}
.AnyTagClassName
{
color: #EAF008;
}
</style>
background-color css
<style>
a { background-color: #EAF008; }
a { background-color: rgb(234,240,8); }
div.DivClassName
{
background-color: #EAF008;
}
.BgClassName
{
background-color: #EAF008;
}
</style>
border-color css
<style>
span { border-color: #EAF008; }
span { border-color: rgb(234,240,8); }
td.TdClassName
{
border-color: #EAF008;
}
.TagClassName
{
border-color: #EAF008;
}
</style>