Shades of Chartreuse Yellow #E0F012
Tints of Chartreuse Yellow #E0F012
RGB
CMYK
RGB Variations
Color information
#E0F012 (or 0xE0F012) is known color: Chartreuse Yellow. HEX triplet: E0, F0 and 12. RGB value is (224,240,18). Sum of RGB (Red+Green+Blue) = 224+240+18=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F012 is #1F0FED. Grayscale: #D2D2D2. Windows color (decimal): -2035694 or 1241312. OLE color: 1241312.
HSL color Cylindrical-coordinate representation of color #E0F012: hue angle of 64.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0F012 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.06 |
| HSL | 64.32º | 0.88% | 0.51% | - |
| HSV(B) | 64.32º | 0.93% | 0.94% | - |
| XYZ | 62.01 | 78.21 | 12.4 | - |
| YUV | 209.91 | 19.7 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 18 | 0.07 | 0 | 0.92 | 0.06 | 64.32 | 0.88 | 0.51 |
| Hex | E0 | F0 | 12 | 7 | 0 | 5C | 6 | 40 | 58 | 33 |
| Octal | 340 | 360 | 22 | 7 | 0 | 134 | 6 | 100 | 130 | 63 |
| Binary | 11100000 | 11110000 | 10010 | 111 | 0 | 1011100 | 110 | 1000000 | 1011000 | 110011 |
Color Harmonies of #E0F012
Complementary color
Monochromatic Colors of #E0F012
Black with #E0F012
Text Example
Text Example
White with #E0F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F012; }
p { color: rgb(224,240,18); }
H1.HeaderClassName
{
color: #E0F012;
}
.AnyTagClassName
{
color: #E0F012;
}
</style>
background-color css
<style>
a { background-color: #E0F012; }
a { background-color: rgb(224,240,18); }
div.DivClassName
{
background-color: #E0F012;
}
.BgClassName
{
background-color: #E0F012;
}
</style>
border-color css
<style>
span { border-color: #E0F012; }
span { border-color: rgb(224,240,18); }
td.TdClassName
{
border-color: #E0F012;
}
.TagClassName
{
border-color: #E0F012;
}
</style>