Shades of Chartreuse Yellow #E8F914
Tints of Chartreuse Yellow #E8F914
RGB
CMYK
RGB Variations
Color information
#E8F914 (or 0xE8F914) is known color: Chartreuse Yellow. HEX triplet: E8, F9 and 14. RGB value is (232,249,20). Sum of RGB (Red+Green+Blue) = 232+249+20=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F914 is #1706EB. Grayscale: #DADADA. Windows color (decimal): -1509100 or 1374696. OLE color: 1374696.
HSL color Cylindrical-coordinate representation of color #E8F914: hue angle of 64.45º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8F914 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 20 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.02 |
| HSL | 64.45º | 0.95% | 0.53% | - |
| HSV(B) | 64.45º | 0.92% | 0.98% | - |
| XYZ | 67.28 | 84.96 | 13.51 | - |
| YUV | 217.81 | 16.37 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 20 | 0.07 | 0 | 0.92 | 0.02 | 64.45 | 0.95 | 0.53 |
| Hex | E8 | F9 | 14 | 7 | 0 | 5C | 2 | 40 | 5F | 35 |
| Octal | 350 | 371 | 24 | 7 | 0 | 134 | 2 | 100 | 137 | 65 |
| Binary | 11101000 | 11111001 | 10100 | 111 | 0 | 1011100 | 10 | 1000000 | 1011111 | 110101 |
Color Harmonies of #E8F914
Complementary color
Monochromatic Colors of #E8F914
Black with #E8F914
Text Example
Text Example
White with #E8F914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F914; }
p { color: rgb(232,249,20); }
H1.HeaderClassName
{
color: #E8F914;
}
.AnyTagClassName
{
color: #E8F914;
}
</style>
background-color css
<style>
a { background-color: #E8F914; }
a { background-color: rgb(232,249,20); }
div.DivClassName
{
background-color: #E8F914;
}
.BgClassName
{
background-color: #E8F914;
}
</style>
border-color css
<style>
span { border-color: #E8F914; }
span { border-color: rgb(232,249,20); }
td.TdClassName
{
border-color: #E8F914;
}
.TagClassName
{
border-color: #E8F914;
}
</style>