Shades of Chartreuse Yellow #E0FA14
Tints of Chartreuse Yellow #E0FA14
RGB
CMYK
RGB Variations
Color information
#E0FA14 (or 0xE0FA14) is known color: Chartreuse Yellow. HEX triplet: E0, FA and 14. RGB value is (224,250,20). Sum of RGB (Red+Green+Blue) = 224+250+20=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0FA14 is #1F05EB. Grayscale: #D8D8D8. Windows color (decimal): -2033132 or 1374944. OLE color: 1374944.
HSL color Cylindrical-coordinate representation of color #E0FA14: hue angle of 66.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0FA14 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 20 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.02 |
| HSL | 66.78º | 0.96% | 0.53% | - |
| HSV(B) | 66.78º | 0.92% | 0.98% | - |
| XYZ | 65.05 | 84.27 | 13.5 | - |
| YUV | 216.01 | 17.39 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 20 | 0.10 | 0 | 0.92 | 0.02 | 66.78 | 0.96 | 0.53 |
| Hex | E0 | FA | 14 | A | 0 | 5C | 2 | 43 | 60 | 35 |
| Octal | 340 | 372 | 24 | 12 | 0 | 134 | 2 | 103 | 140 | 65 |
| Binary | 11100000 | 11111010 | 10100 | 1010 | 0 | 1011100 | 10 | 1000011 | 1100000 | 110101 |
Color Harmonies of #E0FA14
Complementary color
Monochromatic Colors of #E0FA14
Black with #E0FA14
Text Example
Text Example
White with #E0FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA14; }
p { color: rgb(224,250,20); }
H1.HeaderClassName
{
color: #E0FA14;
}
.AnyTagClassName
{
color: #E0FA14;
}
</style>
background-color css
<style>
a { background-color: #E0FA14; }
a { background-color: rgb(224,250,20); }
div.DivClassName
{
background-color: #E0FA14;
}
.BgClassName
{
background-color: #E0FA14;
}
</style>
border-color css
<style>
span { border-color: #E0FA14; }
span { border-color: rgb(224,250,20); }
td.TdClassName
{
border-color: #E0FA14;
}
.TagClassName
{
border-color: #E0FA14;
}
</style>