Shades of Mantis #8EC35F
Tints of Mantis #8EC35F
RGB
CMYK
RGB Variations
Color information
#8EC35F (or 0x8EC35F) is known color: Mantis. HEX triplet: 8E, C3 and 5F. RGB value is (142,195,95). Sum of RGB (Red+Green+Blue) = 142+195+95=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC35F is #713CA0. Grayscale: #A8A8A8. Windows color (decimal): -7421089 or 6275982. OLE color: 6275982.
HSL color Cylindrical-coordinate representation of color #8EC35F: hue angle of 91.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EC35F is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 95 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.24 |
| HSL | 91.8º | 0.45% | 0.57% | - |
| HSV(B) | 91.8º | 0.51% | 0.76% | - |
| XYZ | 32.74 | 45.61 | 17.9 | - |
| YUV | 167.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 95 | 0.27 | 0 | 0.51 | 0.24 | 91.8 | 0.45 | 0.57 |
| Hex | 8E | C3 | 5F | 1B | 0 | 33 | 18 | 5C | 2D | 39 |
| Octal | 216 | 303 | 137 | 33 | 0 | 63 | 30 | 134 | 55 | 71 |
| Binary | 10001110 | 11000011 | 1011111 | 11011 | 0 | 110011 | 11000 | 1011100 | 101101 | 111001 |
Color Harmonies of #8EC35F
Complementary color
Monochromatic Colors of #8EC35F
Black with #8EC35F
Text Example
Text Example
White with #8EC35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC35F; }
p { color: rgb(142,195,95); }
H1.HeaderClassName
{
color: #8EC35F;
}
.AnyTagClassName
{
color: #8EC35F;
}
</style>
background-color css
<style>
a { background-color: #8EC35F; }
a { background-color: rgb(142,195,95); }
div.DivClassName
{
background-color: #8EC35F;
}
.BgClassName
{
background-color: #8EC35F;
}
</style>
border-color css
<style>
span { border-color: #8EC35F; }
span { border-color: rgb(142,195,95); }
td.TdClassName
{
border-color: #8EC35F;
}
.TagClassName
{
border-color: #8EC35F;
}
</style>