Shades of Chartreuse Yellow #E7F214
Tints of Chartreuse Yellow #E7F214
RGB
CMYK
RGB Variations
Color information
#E7F214 (or 0xE7F214) is known color: Chartreuse Yellow. HEX triplet: E7, F2 and 14. RGB value is (231,242,20). Sum of RGB (Red+Green+Blue) = 231+242+20=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E7F214 is #180DEB. Grayscale: #D6D6D6. Windows color (decimal): -1576428 or 1372903. OLE color: 1372903.
HSL color Cylindrical-coordinate representation of color #E7F214: hue angle of 62.97º 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 #E7F214 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 242 | 20 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.05 |
| HSL | 62.97º | 0.9% | 0.51% | - |
| HSV(B) | 62.97º | 0.92% | 0.95% | - |
| XYZ | 64.83 | 80.54 | 12.79 | - |
| YUV | 213.4 | 18.86 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 242 | 20 | 0.05 | 0 | 0.92 | 0.05 | 62.97 | 0.9 | 0.51 |
| Hex | E7 | F2 | 14 | 5 | 0 | 5C | 5 | 3F | 5A | 33 |
| Octal | 347 | 362 | 24 | 5 | 0 | 134 | 5 | 77 | 132 | 63 |
| Binary | 11100111 | 11110010 | 10100 | 101 | 0 | 1011100 | 101 | 111111 | 1011010 | 110011 |
Color Harmonies of #E7F214
Complementary color
Monochromatic Colors of #E7F214
Black with #E7F214
Text Example
Text Example
White with #E7F214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F214; }
p { color: rgb(231,242,20); }
H1.HeaderClassName
{
color: #E7F214;
}
.AnyTagClassName
{
color: #E7F214;
}
</style>
background-color css
<style>
a { background-color: #E7F214; }
a { background-color: rgb(231,242,20); }
div.DivClassName
{
background-color: #E7F214;
}
.BgClassName
{
background-color: #E7F214;
}
</style>
border-color css
<style>
span { border-color: #E7F214; }
span { border-color: rgb(231,242,20); }
td.TdClassName
{
border-color: #E7F214;
}
.TagClassName
{
border-color: #E7F214;
}
</style>