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