Shades of Mantis #8EC856
Tints of Mantis #8EC856
RGB
CMYK
RGB Variations
Color information
#8EC856 (or 0x8EC856) is known color: Mantis. HEX triplet: 8E, C8 and 56. RGB value is (142,200,86). Sum of RGB (Red+Green+Blue) = 142+200+86=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC856 is #7137A9. Grayscale: #AAAAAA. Windows color (decimal): -7419818 or 5687438. OLE color: 5687438.
HSL color Cylindrical-coordinate representation of color #8EC856: hue angle of 90.53º degrees, saturation: 0.51, 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 #8EC856 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 86 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.22 |
| HSL | 90.53º | 0.51% | 0.56% | - |
| HSV(B) | 90.53º | 0.57% | 0.78% | - |
| XYZ | 33.49 | 47.73 | 16.25 | - |
| YUV | 169.66 | 80.78 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 86 | 0.29 | 0 | 0.57 | 0.22 | 90.53 | 0.51 | 0.56 |
| Hex | 8E | C8 | 56 | 1D | 0 | 39 | 16 | 5B | 33 | 38 |
| Octal | 216 | 310 | 126 | 35 | 0 | 71 | 26 | 133 | 63 | 70 |
| Binary | 10001110 | 11001000 | 1010110 | 11101 | 0 | 111001 | 10110 | 1011011 | 110011 | 111000 |
Color Harmonies of #8EC856
Complementary color
Monochromatic Colors of #8EC856
Black with #8EC856
Text Example
Text Example
White with #8EC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC856; }
p { color: rgb(142,200,86); }
H1.HeaderClassName
{
color: #8EC856;
}
.AnyTagClassName
{
color: #8EC856;
}
</style>
background-color css
<style>
a { background-color: #8EC856; }
a { background-color: rgb(142,200,86); }
div.DivClassName
{
background-color: #8EC856;
}
.BgClassName
{
background-color: #8EC856;
}
</style>
border-color css
<style>
span { border-color: #8EC856; }
span { border-color: rgb(142,200,86); }
td.TdClassName
{
border-color: #8EC856;
}
.TagClassName
{
border-color: #8EC856;
}
</style>