Shades of Mantis #8EC151
Tints of Mantis #8EC151
RGB
CMYK
RGB Variations
Color information
#8EC151 (or 0x8EC151) is known color: Mantis. HEX triplet: 8E, C1 and 51. RGB value is (142,193,81). Sum of RGB (Red+Green+Blue) = 142+193+81=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC151 is #713EAE. Grayscale: #A5A5A5. Windows color (decimal): -7421615 or 5357966. OLE color: 5357966.
HSL color Cylindrical-coordinate representation of color #8EC151: hue angle of 87.32º degrees, saturation: 0.47, 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 #8EC151 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 81 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.24 |
| HSL | 87.32º | 0.47% | 0.54% | - |
| HSV(B) | 87.32º | 0.58% | 0.76% | - |
| XYZ | 31.71 | 44.48 | 14.7 | - |
| YUV | 164.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 81 | 0.26 | 0 | 0.58 | 0.24 | 87.32 | 0.47 | 0.54 |
| Hex | 8E | C1 | 51 | 1A | 0 | 3A | 18 | 57 | 2F | 36 |
| Octal | 216 | 301 | 121 | 32 | 0 | 72 | 30 | 127 | 57 | 66 |
| Binary | 10001110 | 11000001 | 1010001 | 11010 | 0 | 111010 | 11000 | 1010111 | 101111 | 110110 |
Color Harmonies of #8EC151
Complementary color
Monochromatic Colors of #8EC151
Black with #8EC151
Text Example
Text Example
White with #8EC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC151; }
p { color: rgb(142,193,81); }
H1.HeaderClassName
{
color: #8EC151;
}
.AnyTagClassName
{
color: #8EC151;
}
</style>
background-color css
<style>
a { background-color: #8EC151; }
a { background-color: rgb(142,193,81); }
div.DivClassName
{
background-color: #8EC151;
}
.BgClassName
{
background-color: #8EC151;
}
</style>
border-color css
<style>
span { border-color: #8EC151; }
span { border-color: rgb(142,193,81); }
td.TdClassName
{
border-color: #8EC151;
}
.TagClassName
{
border-color: #8EC151;
}
</style>