Shades of Mantis #81BA69
Tints of Mantis #81BA69
RGB
CMYK
RGB Variations
Color information
#81BA69 (or 0x81BA69) is known color: Mantis. HEX triplet: 81, BA and 69. RGB value is (129,186,105). Sum of RGB (Red+Green+Blue) = 129+186+105=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA69 is #7E4596. Grayscale: #9F9F9F. Windows color (decimal): -8275351 or 6929025. OLE color: 6929025.
HSL color Cylindrical-coordinate representation of color #81BA69: hue angle of 102.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81BA69 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 105 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.27 |
| HSL | 102.22º | 0.37% | 0.57% | - |
| HSV(B) | 102.22º | 0.44% | 0.73% | - |
| XYZ | 29.16 | 40.8 | 19.7 | - |
| YUV | 159.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 105 | 0.31 | 0 | 0.44 | 0.27 | 102.22 | 0.37 | 0.57 |
| Hex | 81 | BA | 69 | 1F | 0 | 2C | 1B | 66 | 25 | 39 |
| Octal | 201 | 272 | 151 | 37 | 0 | 54 | 33 | 146 | 45 | 71 |
| Binary | 10000001 | 10111010 | 1101001 | 11111 | 0 | 101100 | 11011 | 1100110 | 100101 | 111001 |
Color Harmonies of #81BA69
Complementary color
Monochromatic Colors of #81BA69
Black with #81BA69
Text Example
Text Example
White with #81BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA69; }
p { color: rgb(129,186,105); }
H1.HeaderClassName
{
color: #81BA69;
}
.AnyTagClassName
{
color: #81BA69;
}
</style>
background-color css
<style>
a { background-color: #81BA69; }
a { background-color: rgb(129,186,105); }
div.DivClassName
{
background-color: #81BA69;
}
.BgClassName
{
background-color: #81BA69;
}
</style>
border-color css
<style>
span { border-color: #81BA69; }
span { border-color: rgb(129,186,105); }
td.TdClassName
{
border-color: #81BA69;
}
.TagClassName
{
border-color: #81BA69;
}
</style>