Shades of Mantis #8EC756
Tints of Mantis #8EC756
RGB
CMYK
RGB Variations
Color information
#8EC756 (or 0x8EC756) is known color: Mantis. HEX triplet: 8E, C7 and 56. RGB value is (142,199,86). Sum of RGB (Red+Green+Blue) = 142+199+86=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC756 is #7138A9. Grayscale: #A9A9A9. Windows color (decimal): -7420074 or 5687182. OLE color: 5687182.
HSL color Cylindrical-coordinate representation of color #8EC756: hue angle of 90.27º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EC756 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 86 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.22 |
| HSL | 90.27º | 0.5% | 0.56% | - |
| HSV(B) | 90.27º | 0.57% | 0.78% | - |
| XYZ | 33.26 | 47.27 | 16.18 | - |
| YUV | 169.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 86 | 0.29 | 0 | 0.57 | 0.22 | 90.27 | 0.5 | 0.56 |
| Hex | 8E | C7 | 56 | 1D | 0 | 39 | 16 | 5A | 32 | 38 |
| Octal | 216 | 307 | 126 | 35 | 0 | 71 | 26 | 132 | 62 | 70 |
| Binary | 10001110 | 11000111 | 1010110 | 11101 | 0 | 111001 | 10110 | 1011010 | 110010 | 111000 |
Color Harmonies of #8EC756
Complementary color
Monochromatic Colors of #8EC756
Black with #8EC756
Text Example
Text Example
White with #8EC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC756; }
p { color: rgb(142,199,86); }
H1.HeaderClassName
{
color: #8EC756;
}
.AnyTagClassName
{
color: #8EC756;
}
</style>
background-color css
<style>
a { background-color: #8EC756; }
a { background-color: rgb(142,199,86); }
div.DivClassName
{
background-color: #8EC756;
}
.BgClassName
{
background-color: #8EC756;
}
</style>
border-color css
<style>
span { border-color: #8EC756; }
span { border-color: rgb(142,199,86); }
td.TdClassName
{
border-color: #8EC756;
}
.TagClassName
{
border-color: #8EC756;
}
</style>