Shades of Chartreuse Yellow #E5F212
Tints of Chartreuse Yellow #E5F212
RGB
CMYK
RGB Variations
Color information
#E5F212 (or 0xE5F212) is known color: Chartreuse Yellow. HEX triplet: E5, F2 and 12. RGB value is (229,242,18). Sum of RGB (Red+Green+Blue) = 229+242+18=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5F212 is #1A0DED. Grayscale: #D5D5D5. Windows color (decimal): -1707502 or 1241829. OLE color: 1241829.
HSL color Cylindrical-coordinate representation of color #E5F212: hue angle of 63.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5F212 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 18 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.05 |
| HSL | 63.48º | 0.9% | 0.51% | - |
| HSV(B) | 63.48º | 0.93% | 0.95% | - |
| XYZ | 64.17 | 80.21 | 12.67 | - |
| YUV | 212.58 | 18.19 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 18 | 0.05 | 0 | 0.93 | 0.05 | 63.48 | 0.9 | 0.51 |
| Hex | E5 | F2 | 12 | 5 | 0 | 5D | 5 | 3F | 5A | 33 |
| Octal | 345 | 362 | 22 | 5 | 0 | 135 | 5 | 77 | 132 | 63 |
| Binary | 11100101 | 11110010 | 10010 | 101 | 0 | 1011101 | 101 | 111111 | 1011010 | 110011 |
Color Harmonies of #E5F212
Complementary color
Monochromatic Colors of #E5F212
Black with #E5F212
Text Example
Text Example
White with #E5F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F212; }
p { color: rgb(229,242,18); }
H1.HeaderClassName
{
color: #E5F212;
}
.AnyTagClassName
{
color: #E5F212;
}
</style>
background-color css
<style>
a { background-color: #E5F212; }
a { background-color: rgb(229,242,18); }
div.DivClassName
{
background-color: #E5F212;
}
.BgClassName
{
background-color: #E5F212;
}
</style>
border-color css
<style>
span { border-color: #E5F212; }
span { border-color: rgb(229,242,18); }
td.TdClassName
{
border-color: #E5F212;
}
.TagClassName
{
border-color: #E5F212;
}
</style>