Shades of Chartreuse Yellow #EAF201
Tints of Chartreuse Yellow #EAF201
RGB
CMYK
RGB Variations
Color information
#EAF201 (or 0xEAF201) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 01. RGB value is (234,242,1). Sum of RGB (Red+Green+Blue) = 234+242+1=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF201 is #150DFE. Grayscale: #D5D5D5. Windows color (decimal): -1379839 or 127722. OLE color: 127722.
HSL color Cylindrical-coordinate representation of color #EAF201: hue angle of 61.99º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAF201 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.05 |
| HSL | 61.99º | 0.99% | 0.48% | - |
| HSV(B) | 61.99º | 1% | 0.95% | - |
| XYZ | 65.69 | 81 | 12.2 | - |
| YUV | 212.13 | 8.85 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 1 | 0.03 | 0 | 1.00 | 0.05 | 61.99 | 0.99 | 0.48 |
| Hex | EA | F2 | 1 | 3 | 0 | 64 | 5 | 3E | 63 | 30 |
| Octal | 352 | 362 | 1 | 3 | 0 | 144 | 5 | 76 | 143 | 60 |
| Binary | 11101010 | 11110010 | 1 | 11 | 0 | 1100100 | 101 | 111110 | 1100011 | 110000 |
Color Harmonies of #EAF201
Complementary color
Monochromatic Colors of #EAF201
Black with #EAF201
Text Example
Text Example
White with #EAF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF201; }
p { color: rgb(234,242,1); }
H1.HeaderClassName
{
color: #EAF201;
}
.AnyTagClassName
{
color: #EAF201;
}
</style>
background-color css
<style>
a { background-color: #EAF201; }
a { background-color: rgb(234,242,1); }
div.DivClassName
{
background-color: #EAF201;
}
.BgClassName
{
background-color: #EAF201;
}
</style>
border-color css
<style>
span { border-color: #EAF201; }
span { border-color: rgb(234,242,1); }
td.TdClassName
{
border-color: #EAF201;
}
.TagClassName
{
border-color: #EAF201;
}
</style>