Shades of Mantis #8EC05F
Tints of Mantis #8EC05F
RGB
CMYK
RGB Variations
Color information
#8EC05F (or 0x8EC05F) is known color: Mantis. HEX triplet: 8E, C0 and 5F. RGB value is (142,192,95). Sum of RGB (Red+Green+Blue) = 142+192+95=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC05F is #713FA0. Grayscale: #A6A6A6. Windows color (decimal): -7421857 or 6275214. OLE color: 6275214.
HSL color Cylindrical-coordinate representation of color #8EC05F: hue angle of 90.93º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EC05F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 95 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.25 |
| HSL | 90.93º | 0.43% | 0.56% | - |
| HSV(B) | 90.93º | 0.51% | 0.75% | - |
| XYZ | 32.07 | 44.28 | 17.68 | - |
| YUV | 165.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 95 | 0.26 | 0 | 0.51 | 0.25 | 90.93 | 0.43 | 0.56 |
| Hex | 8E | C0 | 5F | 1A | 0 | 33 | 19 | 5B | 2B | 38 |
| Octal | 216 | 300 | 137 | 32 | 0 | 63 | 31 | 133 | 53 | 70 |
| Binary | 10001110 | 11000000 | 1011111 | 11010 | 0 | 110011 | 11001 | 1011011 | 101011 | 111000 |
Color Harmonies of #8EC05F
Complementary color
Monochromatic Colors of #8EC05F
Black with #8EC05F
Text Example
Text Example
White with #8EC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC05F; }
p { color: rgb(142,192,95); }
H1.HeaderClassName
{
color: #8EC05F;
}
.AnyTagClassName
{
color: #8EC05F;
}
</style>
background-color css
<style>
a { background-color: #8EC05F; }
a { background-color: rgb(142,192,95); }
div.DivClassName
{
background-color: #8EC05F;
}
.BgClassName
{
background-color: #8EC05F;
}
</style>
border-color css
<style>
span { border-color: #8EC05F; }
span { border-color: rgb(142,192,95); }
td.TdClassName
{
border-color: #8EC05F;
}
.TagClassName
{
border-color: #8EC05F;
}
</style>