Shades of Chartreuse Yellow #E0F40A
Tints of Chartreuse Yellow #E0F40A
RGB
CMYK
RGB Variations
Color information
#E0F40A (or 0xE0F40A) is known color: Chartreuse Yellow. HEX triplet: E0, F4 and 0A. RGB value is (224,244,10). Sum of RGB (Red+Green+Blue) = 224+244+10=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F40A is #1F0BF5. Grayscale: #D4D4D4. Windows color (decimal): -2034678 or 718048. OLE color: 718048.
HSL color Cylindrical-coordinate representation of color #E0F40A: hue angle of 65.13º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0F40A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 10 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.04 |
| HSL | 65.13º | 0.92% | 0.5% | - |
| HSV(B) | 65.13º | 0.96% | 0.96% | - |
| XYZ | 63.15 | 80.57 | 12.51 | - |
| YUV | 211.34 | 14.37 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 10 | 0.08 | 0 | 0.96 | 0.04 | 65.13 | 0.92 | 0.5 |
| Hex | E0 | F4 | A | 8 | 0 | 60 | 4 | 41 | 5C | 32 |
| Octal | 340 | 364 | 12 | 10 | 0 | 140 | 4 | 101 | 134 | 62 |
| Binary | 11100000 | 11110100 | 1010 | 1000 | 0 | 1100000 | 100 | 1000001 | 1011100 | 110010 |
Color Harmonies of #E0F40A
Complementary color
Monochromatic Colors of #E0F40A
Black with #E0F40A
Text Example
Text Example
White with #E0F40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F40A; }
p { color: rgb(224,244,10); }
H1.HeaderClassName
{
color: #E0F40A;
}
.AnyTagClassName
{
color: #E0F40A;
}
</style>
background-color css
<style>
a { background-color: #E0F40A; }
a { background-color: rgb(224,244,10); }
div.DivClassName
{
background-color: #E0F40A;
}
.BgClassName
{
background-color: #E0F40A;
}
</style>
border-color css
<style>
span { border-color: #E0F40A; }
span { border-color: rgb(224,244,10); }
td.TdClassName
{
border-color: #E0F40A;
}
.TagClassName
{
border-color: #E0F40A;
}
</style>