Shades of Chartreuse Yellow #EAFC1D
Tints of Chartreuse Yellow #EAFC1D
RGB
CMYK
RGB Variations
Color information
#EAFC1D (or 0xEAFC1D) is known color: Chartreuse Yellow. HEX triplet: EA, FC and 1D. RGB value is (234,252,29). Sum of RGB (Red+Green+Blue) = 234+252+29=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 29 (11.72% from 255 or 5.63% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC1D is #1503E2. Grayscale: #DEDEDE. Windows color (decimal): -1377251 or 1965290. OLE color: 1965290.
HSL color Cylindrical-coordinate representation of color #EAFC1D: hue angle of 64.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAFC1D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.01 |
| HSL | 64.84º | 0.97% | 0.55% | - |
| HSV(B) | 64.84º | 0.88% | 0.99% | - |
| XYZ | 68.96 | 87.2 | 14.36 | - |
| YUV | 221.2 | 19.54 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 29 | 0.07 | 0 | 0.88 | 0.01 | 64.84 | 0.97 | 0.55 |
| Hex | EA | FC | 1D | 7 | 0 | 58 | 1 | 41 | 61 | 37 |
| Octal | 352 | 374 | 35 | 7 | 0 | 130 | 1 | 101 | 141 | 67 |
| Binary | 11101010 | 11111100 | 11101 | 111 | 0 | 1011000 | 1 | 1000001 | 1100001 | 110111 |
Color Harmonies of #EAFC1D
Complementary color
Monochromatic Colors of #EAFC1D
Black with #EAFC1D
Text Example
Text Example
White with #EAFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC1D; }
p { color: rgb(234,252,29); }
H1.HeaderClassName
{
color: #EAFC1D;
}
.AnyTagClassName
{
color: #EAFC1D;
}
</style>
background-color css
<style>
a { background-color: #EAFC1D; }
a { background-color: rgb(234,252,29); }
div.DivClassName
{
background-color: #EAFC1D;
}
.BgClassName
{
background-color: #EAFC1D;
}
</style>
border-color css
<style>
span { border-color: #EAFC1D; }
span { border-color: rgb(234,252,29); }
td.TdClassName
{
border-color: #EAFC1D;
}
.TagClassName
{
border-color: #EAFC1D;
}
</style>