Shades of Chartreuse Yellow #EAF800
Tints of Chartreuse Yellow #EAF800
RGB
CMYK
RGB Variations
Color information
#EAF800 (or 0xEAF800) is known color: Chartreuse Yellow. HEX triplet: EA, F8 and 00. RGB value is (234,248,0). Sum of RGB (Red+Green+Blue) = 234+248+0=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF800 is #1507FF. Grayscale: #D8D8D8. Windows color (decimal): -1378304 or 63722. OLE color: 63722.
HSL color Cylindrical-coordinate representation of color #EAF800: hue angle of 63.39º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAF800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.03 |
| HSL | 63.39º | 1% | 0.49% | - |
| HSV(B) | 63.39º | 1% | 0.97% | - |
| XYZ | 67.5 | 84.63 | 12.78 | - |
| YUV | 215.54 | 6.36 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 0 | 0.06 | 0 | 1 | 0.03 | 63.39 | 1 | 0.49 |
| Hex | EA | F8 | 0 | 6 | 0 | 64 | 3 | 3F | 64 | 31 |
| Octal | 352 | 370 | 0 | 6 | 0 | 144 | 3 | 77 | 144 | 61 |
| Binary | 11101010 | 11111000 | 0 | 110 | 0 | 1100100 | 11 | 111111 | 1100100 | 110001 |
Color Harmonies of #EAF800
Complementary color
Monochromatic Colors of #EAF800
Black with #EAF800
Text Example
Text Example
White with #EAF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF800; }
p { color: rgb(234,248,0); }
H1.HeaderClassName
{
color: #EAF800;
}
.AnyTagClassName
{
color: #EAF800;
}
</style>
background-color css
<style>
a { background-color: #EAF800; }
a { background-color: rgb(234,248,0); }
div.DivClassName
{
background-color: #EAF800;
}
.BgClassName
{
background-color: #EAF800;
}
</style>
border-color css
<style>
span { border-color: #EAF800; }
span { border-color: rgb(234,248,0); }
td.TdClassName
{
border-color: #EAF800;
}
.TagClassName
{
border-color: #EAF800;
}
</style>