Shades of Chartreuse Yellow #E0F21A
Tints of Chartreuse Yellow #E0F21A
RGB
CMYK
RGB Variations
Color information
#E0F21A (or 0xE0F21A) is known color: Chartreuse Yellow. HEX triplet: E0, F2 and 1A. RGB value is (224,242,26). Sum of RGB (Red+Green+Blue) = 224+242+26=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F21A is #1F0DE5. Grayscale: #D4D4D4. Windows color (decimal): -2035174 or 1766112. OLE color: 1766112.
HSL color Cylindrical-coordinate representation of color #E0F21A: hue angle of 65º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0F21A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 26 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.05 |
| HSL | 65º | 0.89% | 0.53% | - |
| HSV(B) | 65º | 0.89% | 0.95% | - |
| XYZ | 62.68 | 79.43 | 13 | - |
| YUV | 211.99 | 23.04 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 26 | 0.07 | 0 | 0.89 | 0.05 | 65 | 0.89 | 0.53 |
| Hex | E0 | F2 | 1A | 7 | 0 | 59 | 5 | 41 | 59 | 35 |
| Octal | 340 | 362 | 32 | 7 | 0 | 131 | 5 | 101 | 131 | 65 |
| Binary | 11100000 | 11110010 | 11010 | 111 | 0 | 1011001 | 101 | 1000001 | 1011001 | 110101 |
Color Harmonies of #E0F21A
Complementary color
Monochromatic Colors of #E0F21A
Black with #E0F21A
Text Example
Text Example
White with #E0F21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F21A; }
p { color: rgb(224,242,26); }
H1.HeaderClassName
{
color: #E0F21A;
}
.AnyTagClassName
{
color: #E0F21A;
}
</style>
background-color css
<style>
a { background-color: #E0F21A; }
a { background-color: rgb(224,242,26); }
div.DivClassName
{
background-color: #E0F21A;
}
.BgClassName
{
background-color: #E0F21A;
}
</style>
border-color css
<style>
span { border-color: #E0F21A; }
span { border-color: rgb(224,242,26); }
td.TdClassName
{
border-color: #E0F21A;
}
.TagClassName
{
border-color: #E0F21A;
}
</style>