Shades of Mantis #8EC34D
Tints of Mantis #8EC34D
RGB
CMYK
RGB Variations
Color information
#8EC34D (or 0x8EC34D) is known color: Mantis. HEX triplet: 8E, C3 and 4D. RGB value is (142,195,77). Sum of RGB (Red+Green+Blue) = 142+195+77=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC34D is #713CB2. Grayscale: #A6A6A6. Windows color (decimal): -7421107 or 5096334. OLE color: 5096334.
HSL color Cylindrical-coordinate representation of color #8EC34D: hue angle of 86.95º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC34D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 77 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.24 |
| HSL | 86.95º | 0.5% | 0.53% | - |
| HSV(B) | 86.95º | 0.61% | 0.76% | - |
| XYZ | 32.01 | 45.32 | 14.08 | - |
| YUV | 165.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 77 | 0.27 | 0 | 0.61 | 0.24 | 86.95 | 0.5 | 0.53 |
| Hex | 8E | C3 | 4D | 1B | 0 | 3D | 18 | 57 | 32 | 35 |
| Octal | 216 | 303 | 115 | 33 | 0 | 75 | 30 | 127 | 62 | 65 |
| Binary | 10001110 | 11000011 | 1001101 | 11011 | 0 | 111101 | 11000 | 1010111 | 110010 | 110101 |
Color Harmonies of #8EC34D
Complementary color
Monochromatic Colors of #8EC34D
Black with #8EC34D
Text Example
Text Example
White with #8EC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC34D; }
p { color: rgb(142,195,77); }
H1.HeaderClassName
{
color: #8EC34D;
}
.AnyTagClassName
{
color: #8EC34D;
}
</style>
background-color css
<style>
a { background-color: #8EC34D; }
a { background-color: rgb(142,195,77); }
div.DivClassName
{
background-color: #8EC34D;
}
.BgClassName
{
background-color: #8EC34D;
}
</style>
border-color css
<style>
span { border-color: #8EC34D; }
span { border-color: rgb(142,195,77); }
td.TdClassName
{
border-color: #8EC34D;
}
.TagClassName
{
border-color: #8EC34D;
}
</style>