Shades of Chartreuse Yellow #EAF20E
Tints of Chartreuse Yellow #EAF20E
RGB
CMYK
RGB Variations
Color information
#EAF20E (or 0xEAF20E) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 0E. RGB value is (234,242,14). Sum of RGB (Red+Green+Blue) = 234+242+14=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 14 (5.86% from 255 or 2.86% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF20E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF20E is #150DF1. Grayscale: #D6D6D6. Windows color (decimal): -1379826 or 979690. OLE color: 979690.
HSL color Cylindrical-coordinate representation of color #EAF20E: hue angle of 62.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAF20E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.05 |
| HSL | 62.11º | 0.9% | 0.5% | - |
| HSV(B) | 62.11º | 0.94% | 0.95% | - |
| XYZ | 65.76 | 81.03 | 12.59 | - |
| YUV | 213.62 | 15.35 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 14 | 0.03 | 0 | 0.94 | 0.05 | 62.11 | 0.9 | 0.5 |
| Hex | EA | F2 | E | 3 | 0 | 5E | 5 | 3E | 5A | 32 |
| Octal | 352 | 362 | 16 | 3 | 0 | 136 | 5 | 76 | 132 | 62 |
| Binary | 11101010 | 11110010 | 1110 | 11 | 0 | 1011110 | 101 | 111110 | 1011010 | 110010 |
Color Harmonies of #EAF20E
Complementary color
Monochromatic Colors of #EAF20E
Black with #EAF20E
Text Example
Text Example
White with #EAF20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF20E; }
p { color: rgb(234,242,14); }
H1.HeaderClassName
{
color: #EAF20E;
}
.AnyTagClassName
{
color: #EAF20E;
}
</style>
background-color css
<style>
a { background-color: #EAF20E; }
a { background-color: rgb(234,242,14); }
div.DivClassName
{
background-color: #EAF20E;
}
.BgClassName
{
background-color: #EAF20E;
}
</style>
border-color css
<style>
span { border-color: #EAF20E; }
span { border-color: rgb(234,242,14); }
td.TdClassName
{
border-color: #EAF20E;
}
.TagClassName
{
border-color: #EAF20E;
}
</style>