Shades of Mantis #8EC252
Tints of Mantis #8EC252
RGB
CMYK
RGB Variations
Color information
#8EC252 (or 0x8EC252) is known color: Mantis. HEX triplet: 8E, C2 and 52. RGB value is (142,194,82). Sum of RGB (Red+Green+Blue) = 142+194+82=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC252 is #713DAD. Grayscale: #A6A6A6. Windows color (decimal): -7421358 or 5423758. OLE color: 5423758.
HSL color Cylindrical-coordinate representation of color #8EC252: hue angle of 87.86º 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 #8EC252 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 82 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.24 |
| HSL | 87.86º | 0.48% | 0.54% | - |
| HSV(B) | 87.86º | 0.58% | 0.76% | - |
| XYZ | 31.97 | 44.94 | 14.97 | - |
| YUV | 165.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 82 | 0.27 | 0 | 0.58 | 0.24 | 87.86 | 0.48 | 0.54 |
| Hex | 8E | C2 | 52 | 1B | 0 | 3A | 18 | 58 | 30 | 36 |
| Octal | 216 | 302 | 122 | 33 | 0 | 72 | 30 | 130 | 60 | 66 |
| Binary | 10001110 | 11000010 | 1010010 | 11011 | 0 | 111010 | 11000 | 1011000 | 110000 | 110110 |
Color Harmonies of #8EC252
Complementary color
Monochromatic Colors of #8EC252
Black with #8EC252
Text Example
Text Example
White with #8EC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC252; }
p { color: rgb(142,194,82); }
H1.HeaderClassName
{
color: #8EC252;
}
.AnyTagClassName
{
color: #8EC252;
}
</style>
background-color css
<style>
a { background-color: #8EC252; }
a { background-color: rgb(142,194,82); }
div.DivClassName
{
background-color: #8EC252;
}
.BgClassName
{
background-color: #8EC252;
}
</style>
border-color css
<style>
span { border-color: #8EC252; }
span { border-color: rgb(142,194,82); }
td.TdClassName
{
border-color: #8EC252;
}
.TagClassName
{
border-color: #8EC252;
}
</style>