Shades of Mantis #8EC770
Tints of Mantis #8EC770
RGB
CMYK
RGB Variations
Color information
#8EC770 (or 0x8EC770) is known color: Mantis. HEX triplet: 8E, C7 and 70. RGB value is (142,199,112). Sum of RGB (Red+Green+Blue) = 142+199+112=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC770 is #71388F. Grayscale: #ACACAC. Windows color (decimal): -7420048 or 7391118. OLE color: 7391118.
HSL color Cylindrical-coordinate representation of color #8EC770: hue angle of 99.31º 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 #8EC770 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 112 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.22 |
| HSL | 99.31º | 0.44% | 0.61% | - |
| HSV(B) | 99.31º | 0.44% | 0.78% | - |
| XYZ | 34.5 | 47.77 | 22.73 | - |
| YUV | 172.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 112 | 0.29 | 0 | 0.44 | 0.22 | 99.31 | 0.44 | 0.61 |
| Hex | 8E | C7 | 70 | 1D | 0 | 2C | 16 | 63 | 2C | 3D |
| Octal | 216 | 307 | 160 | 35 | 0 | 54 | 26 | 143 | 54 | 75 |
| Binary | 10001110 | 11000111 | 1110000 | 11101 | 0 | 101100 | 10110 | 1100011 | 101100 | 111101 |
Color Harmonies of #8EC770
Complementary color
Monochromatic Colors of #8EC770
Black with #8EC770
Text Example
Text Example
White with #8EC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC770; }
p { color: rgb(142,199,112); }
H1.HeaderClassName
{
color: #8EC770;
}
.AnyTagClassName
{
color: #8EC770;
}
</style>
background-color css
<style>
a { background-color: #8EC770; }
a { background-color: rgb(142,199,112); }
div.DivClassName
{
background-color: #8EC770;
}
.BgClassName
{
background-color: #8EC770;
}
</style>
border-color css
<style>
span { border-color: #8EC770; }
span { border-color: rgb(142,199,112); }
td.TdClassName
{
border-color: #8EC770;
}
.TagClassName
{
border-color: #8EC770;
}
</style>