Shades of Mantis #8BD156
Tints of Mantis #8BD156
RGB
CMYK
RGB Variations
Color information
#8BD156 (or 0x8BD156) is known color: Mantis. HEX triplet: 8B, D1 and 56. RGB value is (139,209,86). Sum of RGB (Red+Green+Blue) = 139+209+86=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD156 is #742EA9. Grayscale: #AEAEAE. Windows color (decimal): -7614122 or 5689739. OLE color: 5689739.
HSL color Cylindrical-coordinate representation of color #8BD156: hue angle of 94.15º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BD156 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 86 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.18 |
| HSL | 94.15º | 0.57% | 0.58% | - |
| HSV(B) | 94.15º | 0.59% | 0.82% | - |
| XYZ | 35.13 | 51.76 | 16.94 | - |
| YUV | 174.05 | 78.31 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 86 | 0.33 | 0 | 0.59 | 0.18 | 94.15 | 0.57 | 0.58 |
| Hex | 8B | D1 | 56 | 21 | 0 | 3B | 12 | 5E | 39 | 3A |
| Octal | 213 | 321 | 126 | 41 | 0 | 73 | 22 | 136 | 71 | 72 |
| Binary | 10001011 | 11010001 | 1010110 | 100001 | 0 | 111011 | 10010 | 1011110 | 111001 | 111010 |
Color Harmonies of #8BD156
Complementary color
Monochromatic Colors of #8BD156
Black with #8BD156
Text Example
Text Example
White with #8BD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD156; }
p { color: rgb(139,209,86); }
H1.HeaderClassName
{
color: #8BD156;
}
.AnyTagClassName
{
color: #8BD156;
}
</style>
background-color css
<style>
a { background-color: #8BD156; }
a { background-color: rgb(139,209,86); }
div.DivClassName
{
background-color: #8BD156;
}
.BgClassName
{
background-color: #8BD156;
}
</style>
border-color css
<style>
span { border-color: #8BD156; }
span { border-color: rgb(139,209,86); }
td.TdClassName
{
border-color: #8BD156;
}
.TagClassName
{
border-color: #8BD156;
}
</style>