Shades of Mantis #81B56F
Tints of Mantis #81B56F
RGB
CMYK
RGB Variations
Color information
#81B56F (or 0x81B56F) is known color: Mantis. HEX triplet: 81, B5 and 6F. RGB value is (129,181,111). Sum of RGB (Red+Green+Blue) = 129+181+111=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #81B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B56F is #7E4A90. Grayscale: #9D9D9D. Windows color (decimal): -8276625 or 7320961. OLE color: 7320961.
HSL color Cylindrical-coordinate representation of color #81B56F: hue angle of 104.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81B56F is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 111 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.29 |
| HSL | 104.57º | 0.32% | 0.57% | - |
| HSV(B) | 104.57º | 0.39% | 0.71% | - |
| XYZ | 28.45 | 38.86 | 21.04 | - |
| YUV | 157.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 111 | 0.29 | 0 | 0.39 | 0.29 | 104.57 | 0.32 | 0.57 |
| Hex | 81 | B5 | 6F | 1D | 0 | 27 | 1D | 69 | 20 | 39 |
| Octal | 201 | 265 | 157 | 35 | 0 | 47 | 35 | 151 | 40 | 71 |
| Binary | 10000001 | 10110101 | 1101111 | 11101 | 0 | 100111 | 11101 | 1101001 | 100000 | 111001 |
Color Harmonies of #81B56F
Complementary color
Monochromatic Colors of #81B56F
Black with #81B56F
Text Example
Text Example
White with #81B56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B56F; }
p { color: rgb(129,181,111); }
H1.HeaderClassName
{
color: #81B56F;
}
.AnyTagClassName
{
color: #81B56F;
}
</style>
background-color css
<style>
a { background-color: #81B56F; }
a { background-color: rgb(129,181,111); }
div.DivClassName
{
background-color: #81B56F;
}
.BgClassName
{
background-color: #81B56F;
}
</style>
border-color css
<style>
span { border-color: #81B56F; }
span { border-color: rgb(129,181,111); }
td.TdClassName
{
border-color: #81B56F;
}
.TagClassName
{
border-color: #81B56F;
}
</style>