Shades of Chartreuse Yellow #EAFD0F
Tints of Chartreuse Yellow #EAFD0F
RGB
CMYK
RGB Variations
Color information
#EAFD0F (or 0xEAFD0F) is known color: Chartreuse Yellow. HEX triplet: EA, FD and 0F. RGB value is (234,253,15). Sum of RGB (Red+Green+Blue) = 234+253+15=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 15 (6.25% from 255 or 2.99% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFD0F is #1502F0. Grayscale: #DDDDDD. Windows color (decimal): -1377009 or 1048042. OLE color: 1048042.
HSL color Cylindrical-coordinate representation of color #EAFD0F: hue angle of 64.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAFD0F is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 15 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.01 |
| HSL | 64.79º | 0.98% | 0.53% | - |
| HSV(B) | 64.79º | 0.94% | 0.99% | - |
| XYZ | 69.14 | 87.78 | 13.75 | - |
| YUV | 220.19 | 12.21 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 15 | 0.08 | 0 | 0.94 | 0.01 | 64.79 | 0.98 | 0.53 |
| Hex | EA | FD | F | 8 | 0 | 5E | 1 | 41 | 62 | 35 |
| Octal | 352 | 375 | 17 | 10 | 0 | 136 | 1 | 101 | 142 | 65 |
| Binary | 11101010 | 11111101 | 1111 | 1000 | 0 | 1011110 | 1 | 1000001 | 1100010 | 110101 |
Color Harmonies of #EAFD0F
Complementary color
Monochromatic Colors of #EAFD0F
Black with #EAFD0F
Text Example
Text Example
White with #EAFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD0F; }
p { color: rgb(234,253,15); }
H1.HeaderClassName
{
color: #EAFD0F;
}
.AnyTagClassName
{
color: #EAFD0F;
}
</style>
background-color css
<style>
a { background-color: #EAFD0F; }
a { background-color: rgb(234,253,15); }
div.DivClassName
{
background-color: #EAFD0F;
}
.BgClassName
{
background-color: #EAFD0F;
}
</style>
border-color css
<style>
span { border-color: #EAFD0F; }
span { border-color: rgb(234,253,15); }
td.TdClassName
{
border-color: #EAFD0F;
}
.TagClassName
{
border-color: #EAFD0F;
}
</style>