Shades of Mantis #81BD70
Tints of Mantis #81BD70
RGB
CMYK
RGB Variations
Color information
#81BD70 (or 0x81BD70) is known color: Mantis. HEX triplet: 81, BD and 70. RGB value is (129,189,112). Sum of RGB (Red+Green+Blue) = 129+189+112=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD70 is #7E428F. Grayscale: #A2A2A2. Windows color (decimal): -8274576 or 7388545. OLE color: 7388545.
HSL color Cylindrical-coordinate representation of color #81BD70: hue angle of 106.75º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BD70 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 112 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.26 |
| HSL | 106.75º | 0.37% | 0.59% | - |
| HSV(B) | 106.75º | 0.41% | 0.74% | - |
| XYZ | 30.18 | 42.23 | 21.89 | - |
| YUV | 162.28 | 99.62 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 112 | 0.32 | 0 | 0.41 | 0.26 | 106.75 | 0.37 | 0.59 |
| Hex | 81 | BD | 70 | 20 | 0 | 29 | 1A | 6B | 25 | 3B |
| Octal | 201 | 275 | 160 | 40 | 0 | 51 | 32 | 153 | 45 | 73 |
| Binary | 10000001 | 10111101 | 1110000 | 100000 | 0 | 101001 | 11010 | 1101011 | 100101 | 111011 |
Color Harmonies of #81BD70
Complementary color
Monochromatic Colors of #81BD70
Black with #81BD70
Text Example
Text Example
White with #81BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD70; }
p { color: rgb(129,189,112); }
H1.HeaderClassName
{
color: #81BD70;
}
.AnyTagClassName
{
color: #81BD70;
}
</style>
background-color css
<style>
a { background-color: #81BD70; }
a { background-color: rgb(129,189,112); }
div.DivClassName
{
background-color: #81BD70;
}
.BgClassName
{
background-color: #81BD70;
}
</style>
border-color css
<style>
span { border-color: #81BD70; }
span { border-color: rgb(129,189,112); }
td.TdClassName
{
border-color: #81BD70;
}
.TagClassName
{
border-color: #81BD70;
}
</style>