Shades of Mantis #8DC156
Tints of Mantis #8DC156
RGB
CMYK
RGB Variations
Color information
#8DC156 (or 0x8DC156) is known color: Mantis. HEX triplet: 8D, C1 and 56. RGB value is (141,193,86). Sum of RGB (Red+Green+Blue) = 141+193+86=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC156 is #723EA9. Grayscale: #A5A5A5. Windows color (decimal): -7487146 or 5685645. OLE color: 5685645.
HSL color Cylindrical-coordinate representation of color #8DC156: hue angle of 89.16º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DC156 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 86 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.24 |
| HSL | 89.16º | 0.46% | 0.55% | - |
| HSV(B) | 89.16º | 0.55% | 0.76% | - |
| XYZ | 31.73 | 44.47 | 15.72 | - |
| YUV | 165.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 86 | 0.27 | 0 | 0.55 | 0.24 | 89.16 | 0.46 | 0.55 |
| Hex | 8D | C1 | 56 | 1B | 0 | 37 | 18 | 59 | 2E | 37 |
| Octal | 215 | 301 | 126 | 33 | 0 | 67 | 30 | 131 | 56 | 67 |
| Binary | 10001101 | 11000001 | 1010110 | 11011 | 0 | 110111 | 11000 | 1011001 | 101110 | 110111 |
Color Harmonies of #8DC156
Complementary color
Monochromatic Colors of #8DC156
Black with #8DC156
Text Example
Text Example
White with #8DC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC156; }
p { color: rgb(141,193,86); }
H1.HeaderClassName
{
color: #8DC156;
}
.AnyTagClassName
{
color: #8DC156;
}
</style>
background-color css
<style>
a { background-color: #8DC156; }
a { background-color: rgb(141,193,86); }
div.DivClassName
{
background-color: #8DC156;
}
.BgClassName
{
background-color: #8DC156;
}
</style>
border-color css
<style>
span { border-color: #8DC156; }
span { border-color: rgb(141,193,86); }
td.TdClassName
{
border-color: #8DC156;
}
.TagClassName
{
border-color: #8DC156;
}
</style>