Shades of Mantis #81B56C
Tints of Mantis #81B56C
RGB
CMYK
RGB Variations
Color information
#81B56C (or 0x81B56C) is known color: Mantis. HEX triplet: 81, B5 and 6C. RGB value is (129,181,108). Sum of RGB (Red+Green+Blue) = 129+181+108=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #81B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B56C is #7E4A93. Grayscale: #9D9D9D. Windows color (decimal): -8276628 or 7124353. OLE color: 7124353.
HSL color Cylindrical-coordinate representation of color #81B56C: hue angle of 102.74º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81B56C is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 108 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.29 |
| HSL | 102.74º | 0.33% | 0.57% | - |
| HSV(B) | 102.74º | 0.4% | 0.71% | - |
| XYZ | 28.28 | 38.8 | 20.19 | - |
| YUV | 157.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 108 | 0.29 | 0 | 0.40 | 0.29 | 102.74 | 0.33 | 0.57 |
| Hex | 81 | B5 | 6C | 1D | 0 | 28 | 1D | 67 | 21 | 39 |
| Octal | 201 | 265 | 154 | 35 | 0 | 50 | 35 | 147 | 41 | 71 |
| Binary | 10000001 | 10110101 | 1101100 | 11101 | 0 | 101000 | 11101 | 1100111 | 100001 | 111001 |
Color Harmonies of #81B56C
Complementary color
Monochromatic Colors of #81B56C
Black with #81B56C
Text Example
Text Example
White with #81B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B56C; }
p { color: rgb(129,181,108); }
H1.HeaderClassName
{
color: #81B56C;
}
.AnyTagClassName
{
color: #81B56C;
}
</style>
background-color css
<style>
a { background-color: #81B56C; }
a { background-color: rgb(129,181,108); }
div.DivClassName
{
background-color: #81B56C;
}
.BgClassName
{
background-color: #81B56C;
}
</style>
border-color css
<style>
span { border-color: #81B56C; }
span { border-color: rgb(129,181,108); }
td.TdClassName
{
border-color: #81B56C;
}
.TagClassName
{
border-color: #81B56C;
}
</style>