Shades of Mantis #8EC758
Tints of Mantis #8EC758
RGB
CMYK
RGB Variations
Color information
#8EC758 (or 0x8EC758) is known color: Mantis. HEX triplet: 8E, C7 and 58. RGB value is (142,199,88). Sum of RGB (Red+Green+Blue) = 142+199+88=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC758 is #7138A7. Grayscale: #A9A9A9. Windows color (decimal): -7420072 or 5818254. OLE color: 5818254.
HSL color Cylindrical-coordinate representation of color #8EC758: hue angle of 90.81º 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 #8EC758 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 88 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.22 |
| HSL | 90.81º | 0.5% | 0.56% | - |
| HSV(B) | 90.81º | 0.56% | 0.78% | - |
| XYZ | 33.34 | 47.3 | 16.61 | - |
| YUV | 169.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 88 | 0.29 | 0 | 0.56 | 0.22 | 90.81 | 0.5 | 0.56 |
| Hex | 8E | C7 | 58 | 1D | 0 | 38 | 16 | 5B | 32 | 38 |
| Octal | 216 | 307 | 130 | 35 | 0 | 70 | 26 | 133 | 62 | 70 |
| Binary | 10001110 | 11000111 | 1011000 | 11101 | 0 | 111000 | 10110 | 1011011 | 110010 | 111000 |
Color Harmonies of #8EC758
Complementary color
Monochromatic Colors of #8EC758
Black with #8EC758
Text Example
Text Example
White with #8EC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC758; }
p { color: rgb(142,199,88); }
H1.HeaderClassName
{
color: #8EC758;
}
.AnyTagClassName
{
color: #8EC758;
}
</style>
background-color css
<style>
a { background-color: #8EC758; }
a { background-color: rgb(142,199,88); }
div.DivClassName
{
background-color: #8EC758;
}
.BgClassName
{
background-color: #8EC758;
}
</style>
border-color css
<style>
span { border-color: #8EC758; }
span { border-color: rgb(142,199,88); }
td.TdClassName
{
border-color: #8EC758;
}
.TagClassName
{
border-color: #8EC758;
}
</style>