Shades of Chartreuse Yellow #E0F216
Tints of Chartreuse Yellow #E0F216
RGB
CMYK
RGB Variations
Color information
#E0F216 (or 0xE0F216) is known color: Chartreuse Yellow. HEX triplet: E0, F2 and 16. RGB value is (224,242,22). Sum of RGB (Red+Green+Blue) = 224+242+22=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F216 is #1F0DE9. Grayscale: #D4D4D4. Windows color (decimal): -2035178 or 1503968. OLE color: 1503968.
HSL color Cylindrical-coordinate representation of color #E0F216: hue angle of 64.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0F216 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 22 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.05 |
| HSL | 64.91º | 0.89% | 0.52% | - |
| HSV(B) | 64.91º | 0.91% | 0.95% | - |
| XYZ | 62.64 | 79.41 | 12.79 | - |
| YUV | 211.54 | 21.04 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 22 | 0.07 | 0 | 0.91 | 0.05 | 64.91 | 0.89 | 0.52 |
| Hex | E0 | F2 | 16 | 7 | 0 | 5B | 5 | 41 | 59 | 34 |
| Octal | 340 | 362 | 26 | 7 | 0 | 133 | 5 | 101 | 131 | 64 |
| Binary | 11100000 | 11110010 | 10110 | 111 | 0 | 1011011 | 101 | 1000001 | 1011001 | 110100 |
Color Harmonies of #E0F216
Complementary color
Monochromatic Colors of #E0F216
Black with #E0F216
Text Example
Text Example
White with #E0F216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F216; }
p { color: rgb(224,242,22); }
H1.HeaderClassName
{
color: #E0F216;
}
.AnyTagClassName
{
color: #E0F216;
}
</style>
background-color css
<style>
a { background-color: #E0F216; }
a { background-color: rgb(224,242,22); }
div.DivClassName
{
background-color: #E0F216;
}
.BgClassName
{
background-color: #E0F216;
}
</style>
border-color css
<style>
span { border-color: #E0F216; }
span { border-color: rgb(224,242,22); }
td.TdClassName
{
border-color: #E0F216;
}
.TagClassName
{
border-color: #E0F216;
}
</style>