Shades of Chartreuse Yellow #E8F314
Tints of Chartreuse Yellow #E8F314
RGB
CMYK
RGB Variations
Color information
#E8F314 (or 0xE8F314) is known color: Chartreuse Yellow. HEX triplet: E8, F3 and 14. RGB value is (232,243,20). Sum of RGB (Red+Green+Blue) = 232+243+20=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #E8F314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F314 is #170CEB. Grayscale: #D7D7D7. Windows color (decimal): -1510636 or 1373160. OLE color: 1373160.
HSL color Cylindrical-coordinate representation of color #E8F314: hue angle of 62.96º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8F314 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 243 | 20 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.05 |
| HSL | 62.96º | 0.9% | 0.52% | - |
| HSV(B) | 62.96º | 0.92% | 0.95% | - |
| XYZ | 65.46 | 81.31 | 12.91 | - |
| YUV | 214.29 | 18.36 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 243 | 20 | 0.05 | 0 | 0.92 | 0.05 | 62.96 | 0.9 | 0.52 |
| Hex | E8 | F3 | 14 | 5 | 0 | 5C | 5 | 3F | 5A | 34 |
| Octal | 350 | 363 | 24 | 5 | 0 | 134 | 5 | 77 | 132 | 64 |
| Binary | 11101000 | 11110011 | 10100 | 101 | 0 | 1011100 | 101 | 111111 | 1011010 | 110100 |
Color Harmonies of #E8F314
Complementary color
Monochromatic Colors of #E8F314
Black with #E8F314
Text Example
Text Example
White with #E8F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F314; }
p { color: rgb(232,243,20); }
H1.HeaderClassName
{
color: #E8F314;
}
.AnyTagClassName
{
color: #E8F314;
}
</style>
background-color css
<style>
a { background-color: #E8F314; }
a { background-color: rgb(232,243,20); }
div.DivClassName
{
background-color: #E8F314;
}
.BgClassName
{
background-color: #E8F314;
}
</style>
border-color css
<style>
span { border-color: #E8F314; }
span { border-color: rgb(232,243,20); }
td.TdClassName
{
border-color: #E8F314;
}
.TagClassName
{
border-color: #E8F314;
}
</style>