Shades of Mantis #81B973
Tints of Mantis #81B973
RGB
CMYK
RGB Variations
Color information
#81B973 (or 0x81B973) is known color: Mantis. HEX triplet: 81, B9 and 73. RGB value is (129,185,115). Sum of RGB (Red+Green+Blue) = 129+185+115=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #81B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B973 is #7E468C. Grayscale: #A0A0A0. Windows color (decimal): -8275597 or 7584129. OLE color: 7584129.
HSL color Cylindrical-coordinate representation of color #81B973: hue angle of 108º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81B973 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 115 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.27 |
| HSL | 108º | 0.33% | 0.59% | - |
| HSV(B) | 108º | 0.38% | 0.73% | - |
| XYZ | 29.5 | 40.6 | 22.5 | - |
| YUV | 160.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 115 | 0.30 | 0 | 0.38 | 0.27 | 108 | 0.33 | 0.59 |
| Hex | 81 | B9 | 73 | 1E | 0 | 26 | 1B | 6C | 21 | 3B |
| Octal | 201 | 271 | 163 | 36 | 0 | 46 | 33 | 154 | 41 | 73 |
| Binary | 10000001 | 10111001 | 1110011 | 11110 | 0 | 100110 | 11011 | 1101100 | 100001 | 111011 |
Color Harmonies of #81B973
Complementary color
Monochromatic Colors of #81B973
Black with #81B973
Text Example
Text Example
White with #81B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B973; }
p { color: rgb(129,185,115); }
H1.HeaderClassName
{
color: #81B973;
}
.AnyTagClassName
{
color: #81B973;
}
</style>
background-color css
<style>
a { background-color: #81B973; }
a { background-color: rgb(129,185,115); }
div.DivClassName
{
background-color: #81B973;
}
.BgClassName
{
background-color: #81B973;
}
</style>
border-color css
<style>
span { border-color: #81B973; }
span { border-color: rgb(129,185,115); }
td.TdClassName
{
border-color: #81B973;
}
.TagClassName
{
border-color: #81B973;
}
</style>