Shades of Chartreuse Yellow #E5F214
Tints of Chartreuse Yellow #E5F214
RGB
CMYK
RGB Variations
Color information
#E5F214 (or 0xE5F214) is known color: Chartreuse Yellow. HEX triplet: E5, F2 and 14. RGB value is (229,242,20). Sum of RGB (Red+Green+Blue) = 229+242+20=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5F214 is #1A0DEB. Grayscale: #D5D5D5. Windows color (decimal): -1707500 or 1372901. OLE color: 1372901.
HSL color Cylindrical-coordinate representation of color #E5F214: hue angle of 63.51º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5F214 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 20 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.05 |
| HSL | 63.51º | 0.9% | 0.51% | - |
| HSV(B) | 63.51º | 0.92% | 0.95% | - |
| XYZ | 64.19 | 80.21 | 12.76 | - |
| YUV | 212.81 | 19.19 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 20 | 0.05 | 0 | 0.92 | 0.05 | 63.51 | 0.9 | 0.51 |
| Hex | E5 | F2 | 14 | 5 | 0 | 5C | 5 | 40 | 5A | 33 |
| Octal | 345 | 362 | 24 | 5 | 0 | 134 | 5 | 100 | 132 | 63 |
| Binary | 11100101 | 11110010 | 10100 | 101 | 0 | 1011100 | 101 | 1000000 | 1011010 | 110011 |
Color Harmonies of #E5F214
Complementary color
Monochromatic Colors of #E5F214
Black with #E5F214
Text Example
Text Example
White with #E5F214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F214; }
p { color: rgb(229,242,20); }
H1.HeaderClassName
{
color: #E5F214;
}
.AnyTagClassName
{
color: #E5F214;
}
</style>
background-color css
<style>
a { background-color: #E5F214; }
a { background-color: rgb(229,242,20); }
div.DivClassName
{
background-color: #E5F214;
}
.BgClassName
{
background-color: #E5F214;
}
</style>
border-color css
<style>
span { border-color: #E5F214; }
span { border-color: rgb(229,242,20); }
td.TdClassName
{
border-color: #E5F214;
}
.TagClassName
{
border-color: #E5F214;
}
</style>