Shades of Mantis #8EC858
Tints of Mantis #8EC858
RGB
CMYK
RGB Variations
Color information
#8EC858 (or 0x8EC858) is known color: Mantis. HEX triplet: 8E, C8 and 58. RGB value is (142,200,88). Sum of RGB (Red+Green+Blue) = 142+200+88=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC858 is #7137A7. Grayscale: #AAAAAA. Windows color (decimal): -7419816 or 5818510. OLE color: 5818510.
HSL color Cylindrical-coordinate representation of color #8EC858: hue angle of 91.07º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EC858 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 88 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.22 |
| HSL | 91.07º | 0.5% | 0.56% | - |
| HSV(B) | 91.07º | 0.56% | 0.78% | - |
| XYZ | 33.57 | 47.76 | 16.68 | - |
| YUV | 169.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 88 | 0.29 | 0 | 0.56 | 0.22 | 91.07 | 0.5 | 0.56 |
| Hex | 8E | C8 | 58 | 1D | 0 | 38 | 16 | 5B | 32 | 38 |
| Octal | 216 | 310 | 130 | 35 | 0 | 70 | 26 | 133 | 62 | 70 |
| Binary | 10001110 | 11001000 | 1011000 | 11101 | 0 | 111000 | 10110 | 1011011 | 110010 | 111000 |
Color Harmonies of #8EC858
Complementary color
Monochromatic Colors of #8EC858
Black with #8EC858
Text Example
Text Example
White with #8EC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC858; }
p { color: rgb(142,200,88); }
H1.HeaderClassName
{
color: #8EC858;
}
.AnyTagClassName
{
color: #8EC858;
}
</style>
background-color css
<style>
a { background-color: #8EC858; }
a { background-color: rgb(142,200,88); }
div.DivClassName
{
background-color: #8EC858;
}
.BgClassName
{
background-color: #8EC858;
}
</style>
border-color css
<style>
span { border-color: #8EC858; }
span { border-color: rgb(142,200,88); }
td.TdClassName
{
border-color: #8EC858;
}
.TagClassName
{
border-color: #8EC858;
}
</style>