Shades of Mantis #8BD560
Tints of Mantis #8BD560
RGB
CMYK
RGB Variations
Color information
#8BD560 (or 0x8BD560) is known color: Mantis. HEX triplet: 8B, D5 and 60. RGB value is (139,213,96). Sum of RGB (Red+Green+Blue) = 139+213+96=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD560 is #742A9F. Grayscale: #B1B1B1. Windows color (decimal): -7613088 or 6346123. OLE color: 6346123.
HSL color Cylindrical-coordinate representation of color #8BD560: hue angle of 97.95º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BD560 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 96 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.16 |
| HSL | 97.95º | 0.58% | 0.61% | - |
| HSV(B) | 97.95º | 0.55% | 0.84% | - |
| XYZ | 36.55 | 53.92 | 19.55 | - |
| YUV | 177.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 96 | 0.35 | 0 | 0.55 | 0.16 | 97.95 | 0.58 | 0.61 |
| Hex | 8B | D5 | 60 | 23 | 0 | 37 | 10 | 62 | 3A | 3D |
| Octal | 213 | 325 | 140 | 43 | 0 | 67 | 20 | 142 | 72 | 75 |
| Binary | 10001011 | 11010101 | 1100000 | 100011 | 0 | 110111 | 10000 | 1100010 | 111010 | 111101 |
Color Harmonies of #8BD560
Complementary color
Monochromatic Colors of #8BD560
Black with #8BD560
Text Example
Text Example
White with #8BD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD560; }
p { color: rgb(139,213,96); }
H1.HeaderClassName
{
color: #8BD560;
}
.AnyTagClassName
{
color: #8BD560;
}
</style>
background-color css
<style>
a { background-color: #8BD560; }
a { background-color: rgb(139,213,96); }
div.DivClassName
{
background-color: #8BD560;
}
.BgClassName
{
background-color: #8BD560;
}
</style>
border-color css
<style>
span { border-color: #8BD560; }
span { border-color: rgb(139,213,96); }
td.TdClassName
{
border-color: #8BD560;
}
.TagClassName
{
border-color: #8BD560;
}
</style>