Shades of Chartreuse Yellow #E0F514
Tints of Chartreuse Yellow #E0F514
RGB
CMYK
RGB Variations
Color information
#E0F514 (or 0xE0F514) is known color: Chartreuse Yellow. HEX triplet: E0, F5 and 14. RGB value is (224,245,20). Sum of RGB (Red+Green+Blue) = 224+245+20=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F514 is #1F0AEB. Grayscale: #D5D5D5. Windows color (decimal): -2034412 or 1373664. OLE color: 1373664.
HSL color Cylindrical-coordinate representation of color #E0F514: hue angle of 65.6º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0F514 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 20 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.04 |
| HSL | 65.6º | 0.92% | 0.52% | - |
| HSV(B) | 65.6º | 0.92% | 0.96% | - |
| XYZ | 63.52 | 81.2 | 12.99 | - |
| YUV | 213.07 | 19.04 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 20 | 0.09 | 0 | 0.92 | 0.04 | 65.6 | 0.92 | 0.52 |
| Hex | E0 | F5 | 14 | 9 | 0 | 5C | 4 | 42 | 5C | 34 |
| Octal | 340 | 365 | 24 | 11 | 0 | 134 | 4 | 102 | 134 | 64 |
| Binary | 11100000 | 11110101 | 10100 | 1001 | 0 | 1011100 | 100 | 1000010 | 1011100 | 110100 |
Color Harmonies of #E0F514
Complementary color
Monochromatic Colors of #E0F514
Black with #E0F514
Text Example
Text Example
White with #E0F514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F514; }
p { color: rgb(224,245,20); }
H1.HeaderClassName
{
color: #E0F514;
}
.AnyTagClassName
{
color: #E0F514;
}
</style>
background-color css
<style>
a { background-color: #E0F514; }
a { background-color: rgb(224,245,20); }
div.DivClassName
{
background-color: #E0F514;
}
.BgClassName
{
background-color: #E0F514;
}
</style>
border-color css
<style>
span { border-color: #E0F514; }
span { border-color: rgb(224,245,20); }
td.TdClassName
{
border-color: #E0F514;
}
.TagClassName
{
border-color: #E0F514;
}
</style>