Shades of Mantis #81B559
Tints of Mantis #81B559
RGB
CMYK
RGB Variations
Color information
#81B559 (or 0x81B559) is known color: Mantis. HEX triplet: 81, B5 and 59. RGB value is (129,181,89). Sum of RGB (Red+Green+Blue) = 129+181+89=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #81B559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B559 is #7E4AA6. Grayscale: #9B9B9B. Windows color (decimal): -8276647 or 5879169. OLE color: 5879169.
HSL color Cylindrical-coordinate representation of color #81B559: hue angle of 93.91º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81B559 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 89 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.29 |
| HSL | 93.91º | 0.38% | 0.53% | - |
| HSV(B) | 93.91º | 0.51% | 0.71% | - |
| XYZ | 27.38 | 38.44 | 15.43 | - |
| YUV | 154.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 89 | 0.29 | 0 | 0.51 | 0.29 | 93.91 | 0.38 | 0.53 |
| Hex | 81 | B5 | 59 | 1D | 0 | 33 | 1D | 5E | 26 | 35 |
| Octal | 201 | 265 | 131 | 35 | 0 | 63 | 35 | 136 | 46 | 65 |
| Binary | 10000001 | 10110101 | 1011001 | 11101 | 0 | 110011 | 11101 | 1011110 | 100110 | 110101 |
Color Harmonies of #81B559
Complementary color
Monochromatic Colors of #81B559
Black with #81B559
Text Example
Text Example
White with #81B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B559; }
p { color: rgb(129,181,89); }
H1.HeaderClassName
{
color: #81B559;
}
.AnyTagClassName
{
color: #81B559;
}
</style>
background-color css
<style>
a { background-color: #81B559; }
a { background-color: rgb(129,181,89); }
div.DivClassName
{
background-color: #81B559;
}
.BgClassName
{
background-color: #81B559;
}
</style>
border-color css
<style>
span { border-color: #81B559; }
span { border-color: rgb(129,181,89); }
td.TdClassName
{
border-color: #81B559;
}
.TagClassName
{
border-color: #81B559;
}
</style>