Shades of Chartreuse #8EF61E
Tints of Chartreuse #8EF61E
RGB
CMYK
RGB Variations
Color information
#8EF61E (or 0x8EF61E) is known color: Chartreuse. HEX triplet: 8E, F6 and 1E. RGB value is (142,246,30). Sum of RGB (Red+Green+Blue) = 142+246+30=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF61E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF61E is #7109E1. Grayscale: #BFBFBF. Windows color (decimal): -7408098 or 2029198. OLE color: 2029198.
HSL color Cylindrical-coordinate representation of color #8EF61E: hue angle of 88.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EF61E is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 246 | 30 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.04 |
| HSL | 88.89º | 0.92% | 0.54% | - |
| HSV(B) | 88.89º | 0.88% | 0.96% | - |
| XYZ | 44.35 | 71.76 | 12.74 | - |
| YUV | 190.28 | 37.54 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 246 | 30 | 0.42 | 0 | 0.88 | 0.04 | 88.89 | 0.92 | 0.54 |
| Hex | 8E | F6 | 1E | 2A | 0 | 58 | 4 | 59 | 5C | 36 |
| Octal | 216 | 366 | 36 | 52 | 0 | 130 | 4 | 131 | 134 | 66 |
| Binary | 10001110 | 11110110 | 11110 | 101010 | 0 | 1011000 | 100 | 1011001 | 1011100 | 110110 |
Color Harmonies of #8EF61E
Complementary color
Monochromatic Colors of #8EF61E
Black with #8EF61E
Text Example
Text Example
White with #8EF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF61E; }
p { color: rgb(142,246,30); }
H1.HeaderClassName
{
color: #8EF61E;
}
.AnyTagClassName
{
color: #8EF61E;
}
</style>
background-color css
<style>
a { background-color: #8EF61E; }
a { background-color: rgb(142,246,30); }
div.DivClassName
{
background-color: #8EF61E;
}
.BgClassName
{
background-color: #8EF61E;
}
</style>
border-color css
<style>
span { border-color: #8EF61E; }
span { border-color: rgb(142,246,30); }
td.TdClassName
{
border-color: #8EF61E;
}
.TagClassName
{
border-color: #8EF61E;
}
</style>