Shades of Mantis #8EC85C
Tints of Mantis #8EC85C
RGB
CMYK
RGB Variations
Color information
#8EC85C (or 0x8EC85C) is known color: Mantis. HEX triplet: 8E, C8 and 5C. RGB value is (142,200,92). Sum of RGB (Red+Green+Blue) = 142+200+92=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC85C is #7137A3. Grayscale: #AAAAAA. Windows color (decimal): -7419812 or 6080654. OLE color: 6080654.
HSL color Cylindrical-coordinate representation of color #8EC85C: hue angle of 92.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EC85C is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 92 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.22 |
| HSL | 92.22º | 0.5% | 0.57% | - |
| HSV(B) | 92.22º | 0.54% | 0.78% | - |
| XYZ | 33.74 | 47.83 | 17.58 | - |
| YUV | 170.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 92 | 0.29 | 0 | 0.54 | 0.22 | 92.22 | 0.5 | 0.57 |
| Hex | 8E | C8 | 5C | 1D | 0 | 36 | 16 | 5C | 32 | 39 |
| Octal | 216 | 310 | 134 | 35 | 0 | 66 | 26 | 134 | 62 | 71 |
| Binary | 10001110 | 11001000 | 1011100 | 11101 | 0 | 110110 | 10110 | 1011100 | 110010 | 111001 |
Color Harmonies of #8EC85C
Complementary color
Monochromatic Colors of #8EC85C
Black with #8EC85C
Text Example
Text Example
White with #8EC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC85C; }
p { color: rgb(142,200,92); }
H1.HeaderClassName
{
color: #8EC85C;
}
.AnyTagClassName
{
color: #8EC85C;
}
</style>
background-color css
<style>
a { background-color: #8EC85C; }
a { background-color: rgb(142,200,92); }
div.DivClassName
{
background-color: #8EC85C;
}
.BgClassName
{
background-color: #8EC85C;
}
</style>
border-color css
<style>
span { border-color: #8EC85C; }
span { border-color: rgb(142,200,92); }
td.TdClassName
{
border-color: #8EC85C;
}
.TagClassName
{
border-color: #8EC85C;
}
</style>