Shades of Chartreuse Yellow #E1EF14
Tints of Chartreuse Yellow #E1EF14
RGB
CMYK
RGB Variations
Color information
#E1EF14 (or 0xE1EF14) is known color: Chartreuse Yellow. HEX triplet: E1, EF and 14. RGB value is (225,239,20). Sum of RGB (Red+Green+Blue) = 225+239+20=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1EF14 is #1E10EB. Grayscale: #D2D2D2. Windows color (decimal): -1970412 or 1372129. OLE color: 1372129.
HSL color Cylindrical-coordinate representation of color #E1EF14: hue angle of 63.84º 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 #E1EF14 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 20 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.06 |
| HSL | 63.84º | 0.87% | 0.51% | - |
| HSV(B) | 63.84º | 0.92% | 0.94% | - |
| XYZ | 62.04 | 77.79 | 12.41 | - |
| YUV | 209.85 | 20.86 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 20 | 0.06 | 0 | 0.92 | 0.06 | 63.84 | 0.87 | 0.51 |
| Hex | E1 | EF | 14 | 6 | 0 | 5C | 6 | 40 | 57 | 33 |
| Octal | 341 | 357 | 24 | 6 | 0 | 134 | 6 | 100 | 127 | 63 |
| Binary | 11100001 | 11101111 | 10100 | 110 | 0 | 1011100 | 110 | 1000000 | 1010111 | 110011 |
Color Harmonies of #E1EF14
Complementary color
Monochromatic Colors of #E1EF14
Black with #E1EF14
Text Example
Text Example
White with #E1EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EF14; }
p { color: rgb(225,239,20); }
H1.HeaderClassName
{
color: #E1EF14;
}
.AnyTagClassName
{
color: #E1EF14;
}
</style>
background-color css
<style>
a { background-color: #E1EF14; }
a { background-color: rgb(225,239,20); }
div.DivClassName
{
background-color: #E1EF14;
}
.BgClassName
{
background-color: #E1EF14;
}
</style>
border-color css
<style>
span { border-color: #E1EF14; }
span { border-color: rgb(225,239,20); }
td.TdClassName
{
border-color: #E1EF14;
}
.TagClassName
{
border-color: #E1EF14;
}
</style>