Shades of Mantis #81B972
Tints of Mantis #81B972
RGB
CMYK
RGB Variations
Color information
#81B972 (or 0x81B972) is known color: Mantis. HEX triplet: 81, B9 and 72. RGB value is (129,185,114). Sum of RGB (Red+Green+Blue) = 129+185+114=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #81B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B972 is #7E468D. Grayscale: #A0A0A0. Windows color (decimal): -8275598 or 7518593. OLE color: 7518593.
HSL color Cylindrical-coordinate representation of color #81B972: hue angle of 107.32º degrees, saturation: 0.34, 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 #81B972 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 114 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.27 |
| HSL | 107.32º | 0.34% | 0.59% | - |
| HSV(B) | 107.32º | 0.38% | 0.73% | - |
| XYZ | 29.44 | 40.58 | 22.2 | - |
| YUV | 160.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 114 | 0.30 | 0 | 0.38 | 0.27 | 107.32 | 0.34 | 0.59 |
| Hex | 81 | B9 | 72 | 1E | 0 | 26 | 1B | 6B | 22 | 3B |
| Octal | 201 | 271 | 162 | 36 | 0 | 46 | 33 | 153 | 42 | 73 |
| Binary | 10000001 | 10111001 | 1110010 | 11110 | 0 | 100110 | 11011 | 1101011 | 100010 | 111011 |
Color Harmonies of #81B972
Complementary color
Monochromatic Colors of #81B972
Black with #81B972
Text Example
Text Example
White with #81B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B972; }
p { color: rgb(129,185,114); }
H1.HeaderClassName
{
color: #81B972;
}
.AnyTagClassName
{
color: #81B972;
}
</style>
background-color css
<style>
a { background-color: #81B972; }
a { background-color: rgb(129,185,114); }
div.DivClassName
{
background-color: #81B972;
}
.BgClassName
{
background-color: #81B972;
}
</style>
border-color css
<style>
span { border-color: #81B972; }
span { border-color: rgb(129,185,114); }
td.TdClassName
{
border-color: #81B972;
}
.TagClassName
{
border-color: #81B972;
}
</style>