Shades of Mantis #81B856
Tints of Mantis #81B856
RGB
CMYK
RGB Variations
Color information
#81B856 (or 0x81B856) is known color: Mantis. HEX triplet: 81, B8 and 56. RGB value is (129,184,86). Sum of RGB (Red+Green+Blue) = 129+184+86=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #81B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B856 is #7E47A9. Grayscale: #9C9C9C. Windows color (decimal): -8275882 or 5683329. OLE color: 5683329.
HSL color Cylindrical-coordinate representation of color #81B856: hue angle of 93.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81B856 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 86 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.28 |
| HSL | 93.67º | 0.41% | 0.53% | - |
| HSV(B) | 93.67º | 0.53% | 0.72% | - |
| XYZ | 27.87 | 39.62 | 14.98 | - |
| YUV | 156.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 86 | 0.30 | 0 | 0.53 | 0.28 | 93.67 | 0.41 | 0.53 |
| Hex | 81 | B8 | 56 | 1E | 0 | 35 | 1C | 5E | 29 | 35 |
| Octal | 201 | 270 | 126 | 36 | 0 | 65 | 34 | 136 | 51 | 65 |
| Binary | 10000001 | 10111000 | 1010110 | 11110 | 0 | 110101 | 11100 | 1011110 | 101001 | 110101 |
Color Harmonies of #81B856
Complementary color
Monochromatic Colors of #81B856
Black with #81B856
Text Example
Text Example
White with #81B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B856; }
p { color: rgb(129,184,86); }
H1.HeaderClassName
{
color: #81B856;
}
.AnyTagClassName
{
color: #81B856;
}
</style>
background-color css
<style>
a { background-color: #81B856; }
a { background-color: rgb(129,184,86); }
div.DivClassName
{
background-color: #81B856;
}
.BgClassName
{
background-color: #81B856;
}
</style>
border-color css
<style>
span { border-color: #81B856; }
span { border-color: rgb(129,184,86); }
td.TdClassName
{
border-color: #81B856;
}
.TagClassName
{
border-color: #81B856;
}
</style>