Shades of Mantis #81B955
Tints of Mantis #81B955
RGB
CMYK
RGB Variations
Color information
#81B955 (or 0x81B955) is known color: Mantis. HEX triplet: 81, B9 and 55. RGB value is (129,185,85). Sum of RGB (Red+Green+Blue) = 129+185+85=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #81B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B955 is #7E46AA. Grayscale: #9D9D9D. Windows color (decimal): -8275627 or 5618049. OLE color: 5618049.
HSL color Cylindrical-coordinate representation of color #81B955: hue angle of 93.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81B955 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 85 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.27 |
| HSL | 93.6º | 0.42% | 0.53% | - |
| HSV(B) | 93.6º | 0.54% | 0.73% | - |
| XYZ | 28.04 | 40.02 | 14.84 | - |
| YUV | 156.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 85 | 0.30 | 0 | 0.54 | 0.27 | 93.6 | 0.42 | 0.53 |
| Hex | 81 | B9 | 55 | 1E | 0 | 36 | 1B | 5E | 2A | 35 |
| Octal | 201 | 271 | 125 | 36 | 0 | 66 | 33 | 136 | 52 | 65 |
| Binary | 10000001 | 10111001 | 1010101 | 11110 | 0 | 110110 | 11011 | 1011110 | 101010 | 110101 |
Color Harmonies of #81B955
Complementary color
Monochromatic Colors of #81B955
Black with #81B955
Text Example
Text Example
White with #81B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B955; }
p { color: rgb(129,185,85); }
H1.HeaderClassName
{
color: #81B955;
}
.AnyTagClassName
{
color: #81B955;
}
</style>
background-color css
<style>
a { background-color: #81B955; }
a { background-color: rgb(129,185,85); }
div.DivClassName
{
background-color: #81B955;
}
.BgClassName
{
background-color: #81B955;
}
</style>
border-color css
<style>
span { border-color: #81B955; }
span { border-color: rgb(129,185,85); }
td.TdClassName
{
border-color: #81B955;
}
.TagClassName
{
border-color: #81B955;
}
</style>