Shades of Mantis #81B565
Tints of Mantis #81B565
RGB
CMYK
RGB Variations
Color information
#81B565 (or 0x81B565) is known color: Mantis. HEX triplet: 81, B5 and 65. RGB value is (129,181,101). Sum of RGB (Red+Green+Blue) = 129+181+101=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #81B565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B565 is #7E4A9A. Grayscale: #9C9C9C. Windows color (decimal): -8276635 or 6665601. OLE color: 6665601.
HSL color Cylindrical-coordinate representation of color #81B565: hue angle of 99º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81B565 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 101 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.29 |
| HSL | 99º | 0.35% | 0.55% | - |
| HSV(B) | 99º | 0.44% | 0.71% | - |
| XYZ | 27.93 | 38.65 | 18.3 | - |
| YUV | 156.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 101 | 0.29 | 0 | 0.44 | 0.29 | 99 | 0.35 | 0.55 |
| Hex | 81 | B5 | 65 | 1D | 0 | 2C | 1D | 63 | 23 | 37 |
| Octal | 201 | 265 | 145 | 35 | 0 | 54 | 35 | 143 | 43 | 67 |
| Binary | 10000001 | 10110101 | 1100101 | 11101 | 0 | 101100 | 11101 | 1100011 | 100011 | 110111 |
Color Harmonies of #81B565
Complementary color
Monochromatic Colors of #81B565
Black with #81B565
Text Example
Text Example
White with #81B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B565; }
p { color: rgb(129,181,101); }
H1.HeaderClassName
{
color: #81B565;
}
.AnyTagClassName
{
color: #81B565;
}
</style>
background-color css
<style>
a { background-color: #81B565; }
a { background-color: rgb(129,181,101); }
div.DivClassName
{
background-color: #81B565;
}
.BgClassName
{
background-color: #81B565;
}
</style>
border-color css
<style>
span { border-color: #81B565; }
span { border-color: rgb(129,181,101); }
td.TdClassName
{
border-color: #81B565;
}
.TagClassName
{
border-color: #81B565;
}
</style>