Shades of Chartreuse #8EF50C
Tints of Chartreuse #8EF50C
RGB
CMYK
RGB Variations
Color information
#8EF50C (or 0x8EF50C) is known color: Chartreuse. HEX triplet: 8E, F5 and 0C. RGB value is (142,245,12). Sum of RGB (Red+Green+Blue) = 142+245+12=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF50C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF50C is #710AF3. Grayscale: #BCBCBC. Windows color (decimal): -7408372 or 849294. OLE color: 849294.
HSL color Cylindrical-coordinate representation of color #8EF50C: hue angle of 86.52º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EF50C is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 245 | 12 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.04 |
| HSL | 86.52º | 0.92% | 0.5% | - |
| HSV(B) | 86.52º | 0.95% | 0.96% | - |
| XYZ | 43.87 | 71.08 | 11.76 | - |
| YUV | 187.64 | 28.88 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 245 | 12 | 0.42 | 0 | 0.95 | 0.04 | 86.52 | 0.92 | 0.5 |
| Hex | 8E | F5 | C | 2A | 0 | 5F | 4 | 57 | 5C | 32 |
| Octal | 216 | 365 | 14 | 52 | 0 | 137 | 4 | 127 | 134 | 62 |
| Binary | 10001110 | 11110101 | 1100 | 101010 | 0 | 1011111 | 100 | 1010111 | 1011100 | 110010 |
Color Harmonies of #8EF50C
Complementary color
Monochromatic Colors of #8EF50C
Black with #8EF50C
Text Example
Text Example
White with #8EF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF50C; }
p { color: rgb(142,245,12); }
H1.HeaderClassName
{
color: #8EF50C;
}
.AnyTagClassName
{
color: #8EF50C;
}
</style>
background-color css
<style>
a { background-color: #8EF50C; }
a { background-color: rgb(142,245,12); }
div.DivClassName
{
background-color: #8EF50C;
}
.BgClassName
{
background-color: #8EF50C;
}
</style>
border-color css
<style>
span { border-color: #8EF50C; }
span { border-color: rgb(142,245,12); }
td.TdClassName
{
border-color: #8EF50C;
}
.TagClassName
{
border-color: #8EF50C;
}
</style>