Shades of Mantis #81BA5B
Tints of Mantis #81BA5B
RGB
CMYK
RGB Variations
Color information
#81BA5B (or 0x81BA5B) is known color: Mantis. HEX triplet: 81, BA and 5B. RGB value is (129,186,91). Sum of RGB (Red+Green+Blue) = 129+186+91=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA5B is #7E45A4. Grayscale: #9E9E9E. Windows color (decimal): -8275365 or 6011521. OLE color: 6011521.
HSL color Cylindrical-coordinate representation of color #81BA5B: hue angle of 96º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81BA5B is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 91 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.27 |
| HSL | 96º | 0.41% | 0.54% | - |
| HSV(B) | 96º | 0.51% | 0.73% | - |
| XYZ | 28.5 | 40.54 | 16.22 | - |
| YUV | 158.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 91 | 0.31 | 0 | 0.51 | 0.27 | 96 | 0.41 | 0.54 |
| Hex | 81 | BA | 5B | 1F | 0 | 33 | 1B | 60 | 29 | 36 |
| Octal | 201 | 272 | 133 | 37 | 0 | 63 | 33 | 140 | 51 | 66 |
| Binary | 10000001 | 10111010 | 1011011 | 11111 | 0 | 110011 | 11011 | 1100000 | 101001 | 110110 |
Color Harmonies of #81BA5B
Complementary color
Monochromatic Colors of #81BA5B
Black with #81BA5B
Text Example
Text Example
White with #81BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA5B; }
p { color: rgb(129,186,91); }
H1.HeaderClassName
{
color: #81BA5B;
}
.AnyTagClassName
{
color: #81BA5B;
}
</style>
background-color css
<style>
a { background-color: #81BA5B; }
a { background-color: rgb(129,186,91); }
div.DivClassName
{
background-color: #81BA5B;
}
.BgClassName
{
background-color: #81BA5B;
}
</style>
border-color css
<style>
span { border-color: #81BA5B; }
span { border-color: rgb(129,186,91); }
td.TdClassName
{
border-color: #81BA5B;
}
.TagClassName
{
border-color: #81BA5B;
}
</style>