Shades of Mantis #8EC461
Tints of Mantis #8EC461
RGB
CMYK
RGB Variations
Color information
#8EC461 (or 0x8EC461) is known color: Mantis. HEX triplet: 8E, C4 and 61. RGB value is (142,196,97). Sum of RGB (Red+Green+Blue) = 142+196+97=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC461 is #713B9E. Grayscale: #A8A8A8. Windows color (decimal): -7420831 or 6407310. OLE color: 6407310.
HSL color Cylindrical-coordinate representation of color #8EC461: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EC461 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 97 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.23 |
| HSL | 92.73º | 0.46% | 0.57% | - |
| HSV(B) | 92.73º | 0.51% | 0.77% | - |
| XYZ | 33.05 | 46.09 | 18.46 | - |
| YUV | 168.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 97 | 0.28 | 0 | 0.51 | 0.23 | 92.73 | 0.46 | 0.57 |
| Hex | 8E | C4 | 61 | 1C | 0 | 33 | 17 | 5D | 2E | 39 |
| Octal | 216 | 304 | 141 | 34 | 0 | 63 | 27 | 135 | 56 | 71 |
| Binary | 10001110 | 11000100 | 1100001 | 11100 | 0 | 110011 | 10111 | 1011101 | 101110 | 111001 |
Color Harmonies of #8EC461
Complementary color
Monochromatic Colors of #8EC461
Black with #8EC461
Text Example
Text Example
White with #8EC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC461; }
p { color: rgb(142,196,97); }
H1.HeaderClassName
{
color: #8EC461;
}
.AnyTagClassName
{
color: #8EC461;
}
</style>
background-color css
<style>
a { background-color: #8EC461; }
a { background-color: rgb(142,196,97); }
div.DivClassName
{
background-color: #8EC461;
}
.BgClassName
{
background-color: #8EC461;
}
</style>
border-color css
<style>
span { border-color: #8EC461; }
span { border-color: rgb(142,196,97); }
td.TdClassName
{
border-color: #8EC461;
}
.TagClassName
{
border-color: #8EC461;
}
</style>