Shades of Chartreuse Yellow #EAFE01
Tints of Chartreuse Yellow #EAFE01
RGB
CMYK
RGB Variations
Color information
#EAFE01 (or 0xEAFE01) is known color: Chartreuse Yellow. HEX triplet: EA, FE and 01. RGB value is (234,254,1). Sum of RGB (Red+Green+Blue) = 234+254+1=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 1 (0.78% from 255 or 0.20% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFE01 is #1501FE. Grayscale: #DCDCDC. Windows color (decimal): -1376767 or 130794. OLE color: 130794.
HSL color Cylindrical-coordinate representation of color #EAFE01: hue angle of 64.74º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAFE01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.00 |
| HSL | 64.74º | 0.99% | 0.5% | - |
| HSV(B) | 64.74º | 1% | 1% | - |
| XYZ | 69.38 | 88.38 | 13.43 | - |
| YUV | 219.18 | 4.87 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 1 | 0.08 | 0 | 1.00 | 0.00 | 64.74 | 0.99 | 0.5 |
| Hex | EA | FE | 1 | 8 | 0 | 64 | 0 | 41 | 63 | 32 |
| Octal | 352 | 376 | 1 | 10 | 0 | 144 | 0 | 101 | 143 | 62 |
| Binary | 11101010 | 11111110 | 1 | 1000 | 0 | 1100100 | 0 | 1000001 | 1100011 | 110010 |
Color Harmonies of #EAFE01
Complementary color
Monochromatic Colors of #EAFE01
Black with #EAFE01
Text Example
Text Example
White with #EAFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE01; }
p { color: rgb(234,254,1); }
H1.HeaderClassName
{
color: #EAFE01;
}
.AnyTagClassName
{
color: #EAFE01;
}
</style>
background-color css
<style>
a { background-color: #EAFE01; }
a { background-color: rgb(234,254,1); }
div.DivClassName
{
background-color: #EAFE01;
}
.BgClassName
{
background-color: #EAFE01;
}
</style>
border-color css
<style>
span { border-color: #EAFE01; }
span { border-color: rgb(234,254,1); }
td.TdClassName
{
border-color: #EAFE01;
}
.TagClassName
{
border-color: #EAFE01;
}
</style>