Shades of Mantis #8BD76C
Tints of Mantis #8BD76C
RGB
CMYK
RGB Variations
Color information
#8BD76C (or 0x8BD76C) is known color: Mantis. HEX triplet: 8B, D7 and 6C. RGB value is (139,215,108). Sum of RGB (Red+Green+Blue) = 139+215+108=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD76C is #742893. Grayscale: #B4B4B4. Windows color (decimal): -7612564 or 7133067. OLE color: 7133067.
HSL color Cylindrical-coordinate representation of color #8BD76C: hue angle of 102.62º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BD76C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 108 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.16 |
| HSL | 102.62º | 0.57% | 0.63% | - |
| HSV(B) | 102.62º | 0.5% | 0.84% | - |
| XYZ | 37.65 | 55.17 | 22.85 | - |
| YUV | 180.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 108 | 0.35 | 0 | 0.50 | 0.16 | 102.62 | 0.57 | 0.63 |
| Hex | 8B | D7 | 6C | 23 | 0 | 32 | 10 | 67 | 39 | 3F |
| Octal | 213 | 327 | 154 | 43 | 0 | 62 | 20 | 147 | 71 | 77 |
| Binary | 10001011 | 11010111 | 1101100 | 100011 | 0 | 110010 | 10000 | 1100111 | 111001 | 111111 |
Color Harmonies of #8BD76C
Complementary color
Monochromatic Colors of #8BD76C
Black with #8BD76C
Text Example
Text Example
White with #8BD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD76C; }
p { color: rgb(139,215,108); }
H1.HeaderClassName
{
color: #8BD76C;
}
.AnyTagClassName
{
color: #8BD76C;
}
</style>
background-color css
<style>
a { background-color: #8BD76C; }
a { background-color: rgb(139,215,108); }
div.DivClassName
{
background-color: #8BD76C;
}
.BgClassName
{
background-color: #8BD76C;
}
</style>
border-color css
<style>
span { border-color: #8BD76C; }
span { border-color: rgb(139,215,108); }
td.TdClassName
{
border-color: #8BD76C;
}
.TagClassName
{
border-color: #8BD76C;
}
</style>