Shades of Mantis #81BD72
Tints of Mantis #81BD72
RGB
CMYK
RGB Variations
Color information
#81BD72 (or 0x81BD72) is known color: Mantis. HEX triplet: 81, BD and 72. RGB value is (129,189,114). Sum of RGB (Red+Green+Blue) = 129+189+114=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD72 is #7E428D. Grayscale: #A2A2A2. Windows color (decimal): -8274574 or 7519617. OLE color: 7519617.
HSL color Cylindrical-coordinate representation of color #81BD72: hue angle of 108º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81BD72 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 114 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.26 |
| HSL | 108º | 0.36% | 0.59% | - |
| HSV(B) | 108º | 0.4% | 0.74% | - |
| XYZ | 30.29 | 42.28 | 22.48 | - |
| YUV | 162.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 114 | 0.32 | 0 | 0.40 | 0.26 | 108 | 0.36 | 0.59 |
| Hex | 81 | BD | 72 | 20 | 0 | 28 | 1A | 6C | 24 | 3B |
| Octal | 201 | 275 | 162 | 40 | 0 | 50 | 32 | 154 | 44 | 73 |
| Binary | 10000001 | 10111101 | 1110010 | 100000 | 0 | 101000 | 11010 | 1101100 | 100100 | 111011 |
Color Harmonies of #81BD72
Complementary color
Monochromatic Colors of #81BD72
Black with #81BD72
Text Example
Text Example
White with #81BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD72; }
p { color: rgb(129,189,114); }
H1.HeaderClassName
{
color: #81BD72;
}
.AnyTagClassName
{
color: #81BD72;
}
</style>
background-color css
<style>
a { background-color: #81BD72; }
a { background-color: rgb(129,189,114); }
div.DivClassName
{
background-color: #81BD72;
}
.BgClassName
{
background-color: #81BD72;
}
</style>
border-color css
<style>
span { border-color: #81BD72; }
span { border-color: rgb(129,189,114); }
td.TdClassName
{
border-color: #81BD72;
}
.TagClassName
{
border-color: #81BD72;
}
</style>