Shades of Mantis #8EC34E
Tints of Mantis #8EC34E
RGB
CMYK
RGB Variations
Color information
#8EC34E (or 0x8EC34E) is known color: Mantis. HEX triplet: 8E, C3 and 4E. RGB value is (142,195,78). Sum of RGB (Red+Green+Blue) = 142+195+78=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC34E is #713CB1. Grayscale: #A6A6A6. Windows color (decimal): -7421106 or 5161870. OLE color: 5161870.
HSL color Cylindrical-coordinate representation of color #8EC34E: hue angle of 87.18º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EC34E is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 78 | - |
| CMYK | 0.27 | 0 | 0.6 | 0.24 |
| HSL | 87.18º | 0.49% | 0.54% | - |
| HSV(B) | 87.18º | 0.6% | 0.76% | - |
| XYZ | 32.05 | 45.33 | 14.27 | - |
| YUV | 165.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 78 | 0.27 | 0 | 0.6 | 0.24 | 87.18 | 0.49 | 0.54 |
| Hex | 8E | C3 | 4E | 1B | 0 | 3C | 18 | 57 | 31 | 36 |
| Octal | 216 | 303 | 116 | 33 | 0 | 74 | 30 | 127 | 61 | 66 |
| Binary | 10001110 | 11000011 | 1001110 | 11011 | 0 | 111100 | 11000 | 1010111 | 110001 | 110110 |
Color Harmonies of #8EC34E
Complementary color
Monochromatic Colors of #8EC34E
Black with #8EC34E
Text Example
Text Example
White with #8EC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC34E; }
p { color: rgb(142,195,78); }
H1.HeaderClassName
{
color: #8EC34E;
}
.AnyTagClassName
{
color: #8EC34E;
}
</style>
background-color css
<style>
a { background-color: #8EC34E; }
a { background-color: rgb(142,195,78); }
div.DivClassName
{
background-color: #8EC34E;
}
.BgClassName
{
background-color: #8EC34E;
}
</style>
border-color css
<style>
span { border-color: #8EC34E; }
span { border-color: rgb(142,195,78); }
td.TdClassName
{
border-color: #8EC34E;
}
.TagClassName
{
border-color: #8EC34E;
}
</style>