Shades of Mantis #8EC352
Tints of Mantis #8EC352
RGB
CMYK
RGB Variations
Color information
#8EC352 (or 0x8EC352) is known color: Mantis. HEX triplet: 8E, C3 and 52. RGB value is (142,195,82). Sum of RGB (Red+Green+Blue) = 142+195+82=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC352 is #713CAD. Grayscale: #A6A6A6. Windows color (decimal): -7421102 or 5424014. OLE color: 5424014.
HSL color Cylindrical-coordinate representation of color #8EC352: hue angle of 88.14º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EC352 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 82 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.24 |
| HSL | 88.14º | 0.48% | 0.54% | - |
| HSV(B) | 88.14º | 0.58% | 0.76% | - |
| XYZ | 32.19 | 45.39 | 15.05 | - |
| YUV | 166.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 82 | 0.27 | 0 | 0.58 | 0.24 | 88.14 | 0.48 | 0.54 |
| Hex | 8E | C3 | 52 | 1B | 0 | 3A | 18 | 58 | 30 | 36 |
| Octal | 216 | 303 | 122 | 33 | 0 | 72 | 30 | 130 | 60 | 66 |
| Binary | 10001110 | 11000011 | 1010010 | 11011 | 0 | 111010 | 11000 | 1011000 | 110000 | 110110 |
Color Harmonies of #8EC352
Complementary color
Monochromatic Colors of #8EC352
Black with #8EC352
Text Example
Text Example
White with #8EC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC352; }
p { color: rgb(142,195,82); }
H1.HeaderClassName
{
color: #8EC352;
}
.AnyTagClassName
{
color: #8EC352;
}
</style>
background-color css
<style>
a { background-color: #8EC352; }
a { background-color: rgb(142,195,82); }
div.DivClassName
{
background-color: #8EC352;
}
.BgClassName
{
background-color: #8EC352;
}
</style>
border-color css
<style>
span { border-color: #8EC352; }
span { border-color: rgb(142,195,82); }
td.TdClassName
{
border-color: #8EC352;
}
.TagClassName
{
border-color: #8EC352;
}
</style>