Shades of Mantis #8EC870
Tints of Mantis #8EC870
RGB
CMYK
RGB Variations
Color information
#8EC870 (or 0x8EC870) is known color: Mantis. HEX triplet: 8E, C8 and 70. RGB value is (142,200,112). Sum of RGB (Red+Green+Blue) = 142+200+112=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC870 is #71378F. Grayscale: #ACACAC. Windows color (decimal): -7419792 or 7391374. OLE color: 7391374.
HSL color Cylindrical-coordinate representation of color #8EC870: hue angle of 99.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EC870 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 112 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.22 |
| HSL | 99.55º | 0.44% | 0.61% | - |
| HSV(B) | 99.55º | 0.44% | 0.78% | - |
| XYZ | 34.73 | 48.23 | 22.81 | - |
| YUV | 172.63 | 93.78 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 112 | 0.29 | 0 | 0.44 | 0.22 | 99.55 | 0.44 | 0.61 |
| Hex | 8E | C8 | 70 | 1D | 0 | 2C | 16 | 64 | 2C | 3D |
| Octal | 216 | 310 | 160 | 35 | 0 | 54 | 26 | 144 | 54 | 75 |
| Binary | 10001110 | 11001000 | 1110000 | 11101 | 0 | 101100 | 10110 | 1100100 | 101100 | 111101 |
Color Harmonies of #8EC870
Complementary color
Monochromatic Colors of #8EC870
Black with #8EC870
Text Example
Text Example
White with #8EC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC870; }
p { color: rgb(142,200,112); }
H1.HeaderClassName
{
color: #8EC870;
}
.AnyTagClassName
{
color: #8EC870;
}
</style>
background-color css
<style>
a { background-color: #8EC870; }
a { background-color: rgb(142,200,112); }
div.DivClassName
{
background-color: #8EC870;
}
.BgClassName
{
background-color: #8EC870;
}
</style>
border-color css
<style>
span { border-color: #8EC870; }
span { border-color: rgb(142,200,112); }
td.TdClassName
{
border-color: #8EC870;
}
.TagClassName
{
border-color: #8EC870;
}
</style>