Shades of Chartreuse Yellow #E0F213
Tints of Chartreuse Yellow #E0F213
RGB
CMYK
RGB Variations
Color information
#E0F213 (or 0xE0F213) is known color: Chartreuse Yellow. HEX triplet: E0, F2 and 13. RGB value is (224,242,19). Sum of RGB (Red+Green+Blue) = 224+242+19=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F213 is #1F0DEC. Grayscale: #D4D4D4. Windows color (decimal): -2035181 or 1307360. OLE color: 1307360.
HSL color Cylindrical-coordinate representation of color #E0F213: hue angle of 64.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0F213 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 19 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.05 |
| HSL | 64.84º | 0.9% | 0.51% | - |
| HSV(B) | 64.84º | 0.92% | 0.95% | - |
| XYZ | 62.61 | 79.4 | 12.64 | - |
| YUV | 211.2 | 19.54 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 19 | 0.07 | 0 | 0.92 | 0.05 | 64.84 | 0.9 | 0.51 |
| Hex | E0 | F2 | 13 | 7 | 0 | 5C | 5 | 41 | 5A | 33 |
| Octal | 340 | 362 | 23 | 7 | 0 | 134 | 5 | 101 | 132 | 63 |
| Binary | 11100000 | 11110010 | 10011 | 111 | 0 | 1011100 | 101 | 1000001 | 1011010 | 110011 |
Color Harmonies of #E0F213
Complementary color
Monochromatic Colors of #E0F213
Black with #E0F213
Text Example
Text Example
White with #E0F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F213; }
p { color: rgb(224,242,19); }
H1.HeaderClassName
{
color: #E0F213;
}
.AnyTagClassName
{
color: #E0F213;
}
</style>
background-color css
<style>
a { background-color: #E0F213; }
a { background-color: rgb(224,242,19); }
div.DivClassName
{
background-color: #E0F213;
}
.BgClassName
{
background-color: #E0F213;
}
</style>
border-color css
<style>
span { border-color: #E0F213; }
span { border-color: rgb(224,242,19); }
td.TdClassName
{
border-color: #E0F213;
}
.TagClassName
{
border-color: #E0F213;
}
</style>