Shades of Chartreuse Yellow #E0F20F
Tints of Chartreuse Yellow #E0F20F
RGB
CMYK
RGB Variations
Color information
#E0F20F (or 0xE0F20F) is known color: Chartreuse Yellow. HEX triplet: E0, F2 and 0F. RGB value is (224,242,15). Sum of RGB (Red+Green+Blue) = 224+242+15=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F20F is #1F0DF0. Grayscale: #D3D3D3. Windows color (decimal): -2035185 or 1045216. OLE color: 1045216.
HSL color Cylindrical-coordinate representation of color #E0F20F: hue angle of 64.76º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0F20F is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 15 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.05 |
| HSL | 64.76º | 0.9% | 0.5% | - |
| HSV(B) | 64.76º | 0.94% | 0.95% | - |
| XYZ | 62.58 | 79.39 | 12.48 | - |
| YUV | 210.74 | 17.54 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 15 | 0.07 | 0 | 0.94 | 0.05 | 64.76 | 0.9 | 0.5 |
| Hex | E0 | F2 | F | 7 | 0 | 5E | 5 | 41 | 5A | 32 |
| Octal | 340 | 362 | 17 | 7 | 0 | 136 | 5 | 101 | 132 | 62 |
| Binary | 11100000 | 11110010 | 1111 | 111 | 0 | 1011110 | 101 | 1000001 | 1011010 | 110010 |
Color Harmonies of #E0F20F
Complementary color
Monochromatic Colors of #E0F20F
Black with #E0F20F
Text Example
Text Example
White with #E0F20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F20F; }
p { color: rgb(224,242,15); }
H1.HeaderClassName
{
color: #E0F20F;
}
.AnyTagClassName
{
color: #E0F20F;
}
</style>
background-color css
<style>
a { background-color: #E0F20F; }
a { background-color: rgb(224,242,15); }
div.DivClassName
{
background-color: #E0F20F;
}
.BgClassName
{
background-color: #E0F20F;
}
</style>
border-color css
<style>
span { border-color: #E0F20F; }
span { border-color: rgb(224,242,15); }
td.TdClassName
{
border-color: #E0F20F;
}
.TagClassName
{
border-color: #E0F20F;
}
</style>