Shades of Chartreuse Yellow #E1FC14
Tints of Chartreuse Yellow #E1FC14
RGB
CMYK
RGB Variations
Color information
#E1FC14 (or 0xE1FC14) is known color: Chartreuse Yellow. HEX triplet: E1, FC and 14. RGB value is (225,252,20). Sum of RGB (Red+Green+Blue) = 225+252+20=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1FC14 is #1E03EB. Grayscale: #DADADA. Windows color (decimal): -1967084 or 1375457. OLE color: 1375457.
HSL color Cylindrical-coordinate representation of color #E1FC14: hue angle of 66.98º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1FC14 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.01 |
| HSL | 66.98º | 0.97% | 0.53% | - |
| HSV(B) | 66.98º | 0.92% | 0.99% | - |
| XYZ | 65.99 | 85.68 | 13.72 | - |
| YUV | 217.48 | 16.55 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 20 | 0.11 | 0 | 0.92 | 0.01 | 66.98 | 0.97 | 0.53 |
| Hex | E1 | FC | 14 | B | 0 | 5C | 1 | 43 | 61 | 35 |
| Octal | 341 | 374 | 24 | 13 | 0 | 134 | 1 | 103 | 141 | 65 |
| Binary | 11100001 | 11111100 | 10100 | 1011 | 0 | 1011100 | 1 | 1000011 | 1100001 | 110101 |
Color Harmonies of #E1FC14
Complementary color
Monochromatic Colors of #E1FC14
Black with #E1FC14
Text Example
Text Example
White with #E1FC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FC14; }
p { color: rgb(225,252,20); }
H1.HeaderClassName
{
color: #E1FC14;
}
.AnyTagClassName
{
color: #E1FC14;
}
</style>
background-color css
<style>
a { background-color: #E1FC14; }
a { background-color: rgb(225,252,20); }
div.DivClassName
{
background-color: #E1FC14;
}
.BgClassName
{
background-color: #E1FC14;
}
</style>
border-color css
<style>
span { border-color: #E1FC14; }
span { border-color: rgb(225,252,20); }
td.TdClassName
{
border-color: #E1FC14;
}
.TagClassName
{
border-color: #E1FC14;
}
</style>