Shades of Chartreuse Yellow #EAFC1A
Tints of Chartreuse Yellow #EAFC1A
RGB
CMYK
RGB Variations
Color information
#EAFC1A (or 0xEAFC1A) is known color: Chartreuse Yellow. HEX triplet: EA, FC and 1A. RGB value is (234,252,26). Sum of RGB (Red+Green+Blue) = 234+252+26=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 26 (10.55% from 255 or 5.08% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC1A is #1503E5. Grayscale: #DDDDDD. Windows color (decimal): -1377254 or 1768682. OLE color: 1768682.
HSL color Cylindrical-coordinate representation of color #EAFC1A: hue angle of 64.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAFC1A is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 26 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.01 |
| HSL | 64.78º | 0.97% | 0.55% | - |
| HSV(B) | 64.78º | 0.9% | 0.99% | - |
| XYZ | 68.93 | 87.19 | 14.17 | - |
| YUV | 220.85 | 18.04 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 26 | 0.07 | 0 | 0.90 | 0.01 | 64.78 | 0.97 | 0.55 |
| Hex | EA | FC | 1A | 7 | 0 | 5A | 1 | 41 | 61 | 37 |
| Octal | 352 | 374 | 32 | 7 | 0 | 132 | 1 | 101 | 141 | 67 |
| Binary | 11101010 | 11111100 | 11010 | 111 | 0 | 1011010 | 1 | 1000001 | 1100001 | 110111 |
Color Harmonies of #EAFC1A
Complementary color
Monochromatic Colors of #EAFC1A
Black with #EAFC1A
Text Example
Text Example
White with #EAFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC1A; }
p { color: rgb(234,252,26); }
H1.HeaderClassName
{
color: #EAFC1A;
}
.AnyTagClassName
{
color: #EAFC1A;
}
</style>
background-color css
<style>
a { background-color: #EAFC1A; }
a { background-color: rgb(234,252,26); }
div.DivClassName
{
background-color: #EAFC1A;
}
.BgClassName
{
background-color: #EAFC1A;
}
</style>
border-color css
<style>
span { border-color: #EAFC1A; }
span { border-color: rgb(234,252,26); }
td.TdClassName
{
border-color: #EAFC1A;
}
.TagClassName
{
border-color: #EAFC1A;
}
</style>