Shades of Chartreuse Yellow #E0F010
Tints of Chartreuse Yellow #E0F010
RGB
CMYK
RGB Variations
Color information
#E0F010 (or 0xE0F010) is known color: Chartreuse Yellow. HEX triplet: E0, F0 and 10. RGB value is (224,240,16). Sum of RGB (Red+Green+Blue) = 224+240+16=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F010 is #1F0FEF. Grayscale: #D2D2D2. Windows color (decimal): -2035696 or 1110240. OLE color: 1110240.
HSL color Cylindrical-coordinate representation of color #E0F010: hue angle of 64.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0F010 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.06 |
| HSL | 64.29º | 0.88% | 0.5% | - |
| HSV(B) | 64.29º | 0.93% | 0.94% | - |
| XYZ | 61.99 | 78.2 | 12.32 | - |
| YUV | 209.68 | 18.7 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 16 | 0.07 | 0 | 0.93 | 0.06 | 64.29 | 0.88 | 0.5 |
| Hex | E0 | F0 | 10 | 7 | 0 | 5D | 6 | 40 | 58 | 32 |
| Octal | 340 | 360 | 20 | 7 | 0 | 135 | 6 | 100 | 130 | 62 |
| Binary | 11100000 | 11110000 | 10000 | 111 | 0 | 1011101 | 110 | 1000000 | 1011000 | 110010 |
Color Harmonies of #E0F010
Complementary color
Monochromatic Colors of #E0F010
Black with #E0F010
Text Example
Text Example
White with #E0F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F010; }
p { color: rgb(224,240,16); }
H1.HeaderClassName
{
color: #E0F010;
}
.AnyTagClassName
{
color: #E0F010;
}
</style>
background-color css
<style>
a { background-color: #E0F010; }
a { background-color: rgb(224,240,16); }
div.DivClassName
{
background-color: #E0F010;
}
.BgClassName
{
background-color: #E0F010;
}
</style>
border-color css
<style>
span { border-color: #E0F010; }
span { border-color: rgb(224,240,16); }
td.TdClassName
{
border-color: #E0F010;
}
.TagClassName
{
border-color: #E0F010;
}
</style>