Shades of Chartreuse Yellow #EAF002
Tints of Chartreuse Yellow #EAF002
RGB
CMYK
RGB Variations
Color information
#EAF002 (or 0xEAF002) is known color: Chartreuse Yellow. HEX triplet: EA, F0 and 02. RGB value is (234,240,2). Sum of RGB (Red+Green+Blue) = 234+240+2=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF002 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF002 is #150FFD. Grayscale: #D4D4D4. Windows color (decimal): -1380350 or 192746. OLE color: 192746.
HSL color Cylindrical-coordinate representation of color #EAF002: hue angle of 61.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAF002 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.06 |
| HSL | 61.51º | 0.98% | 0.47% | - |
| HSV(B) | 61.51º | 0.99% | 0.94% | - |
| XYZ | 65.1 | 79.82 | 12.03 | - |
| YUV | 211.07 | 10.01 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 2 | 0.02 | 0 | 0.99 | 0.06 | 61.51 | 0.98 | 0.47 |
| Hex | EA | F0 | 2 | 2 | 0 | 63 | 6 | 3E | 62 | 2F |
| Octal | 352 | 360 | 2 | 2 | 0 | 143 | 6 | 76 | 142 | 57 |
| Binary | 11101010 | 11110000 | 10 | 10 | 0 | 1100011 | 110 | 111110 | 1100010 | 101111 |
Color Harmonies of #EAF002
Complementary color
Monochromatic Colors of #EAF002
Black with #EAF002
Text Example
Text Example
White with #EAF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF002; }
p { color: rgb(234,240,2); }
H1.HeaderClassName
{
color: #EAF002;
}
.AnyTagClassName
{
color: #EAF002;
}
</style>
background-color css
<style>
a { background-color: #EAF002; }
a { background-color: rgb(234,240,2); }
div.DivClassName
{
background-color: #EAF002;
}
.BgClassName
{
background-color: #EAF002;
}
</style>
border-color css
<style>
span { border-color: #EAF002; }
span { border-color: rgb(234,240,2); }
td.TdClassName
{
border-color: #EAF002;
}
.TagClassName
{
border-color: #EAF002;
}
</style>