Shades of Chartreuse Yellow #E5EF14
Tints of Chartreuse Yellow #E5EF14
RGB
CMYK
RGB Variations
Color information
#E5EF14 (or 0xE5EF14) is known color: Chartreuse Yellow. HEX triplet: E5, EF and 14. RGB value is (229,239,20). Sum of RGB (Red+Green+Blue) = 229+239+20=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5EF14 is #1A10EB. Grayscale: #D3D3D3. Windows color (decimal): -1708268 or 1372133. OLE color: 1372133.
HSL color Cylindrical-coordinate representation of color #E5EF14: hue angle of 62.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5EF14 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.06 |
| HSL | 62.74º | 0.87% | 0.51% | - |
| HSV(B) | 62.74º | 0.92% | 0.94% | - |
| XYZ | 63.31 | 78.44 | 12.47 | - |
| YUV | 211.04 | 20.19 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 20 | 0.04 | 0 | 0.92 | 0.06 | 62.74 | 0.87 | 0.51 |
| Hex | E5 | EF | 14 | 4 | 0 | 5C | 6 | 3F | 57 | 33 |
| Octal | 345 | 357 | 24 | 4 | 0 | 134 | 6 | 77 | 127 | 63 |
| Binary | 11100101 | 11101111 | 10100 | 100 | 0 | 1011100 | 110 | 111111 | 1010111 | 110011 |
Color Harmonies of #E5EF14
Complementary color
Monochromatic Colors of #E5EF14
Black with #E5EF14
Text Example
Text Example
White with #E5EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF14; }
p { color: rgb(229,239,20); }
H1.HeaderClassName
{
color: #E5EF14;
}
.AnyTagClassName
{
color: #E5EF14;
}
</style>
background-color css
<style>
a { background-color: #E5EF14; }
a { background-color: rgb(229,239,20); }
div.DivClassName
{
background-color: #E5EF14;
}
.BgClassName
{
background-color: #E5EF14;
}
</style>
border-color css
<style>
span { border-color: #E5EF14; }
span { border-color: rgb(229,239,20); }
td.TdClassName
{
border-color: #E5EF14;
}
.TagClassName
{
border-color: #E5EF14;
}
</style>