Shades of Mantis #81B95A
Tints of Mantis #81B95A
RGB
CMYK
RGB Variations
Color information
#81B95A (or 0x81B95A) is known color: Mantis. HEX triplet: 81, B9 and 5A. RGB value is (129,185,90). Sum of RGB (Red+Green+Blue) = 129+185+90=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #81B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B95A is #7E46A5. Grayscale: #9D9D9D. Windows color (decimal): -8275622 or 5945729. OLE color: 5945729.
HSL color Cylindrical-coordinate representation of color #81B95A: hue angle of 95.37º degrees, saturation: 0.4, 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 #81B95A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 90 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.27 |
| HSL | 95.37º | 0.4% | 0.54% | - |
| HSV(B) | 95.37º | 0.51% | 0.73% | - |
| XYZ | 28.25 | 40.1 | 15.92 | - |
| YUV | 157.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 90 | 0.30 | 0 | 0.51 | 0.27 | 95.37 | 0.4 | 0.54 |
| Hex | 81 | B9 | 5A | 1E | 0 | 33 | 1B | 5F | 28 | 36 |
| Octal | 201 | 271 | 132 | 36 | 0 | 63 | 33 | 137 | 50 | 66 |
| Binary | 10000001 | 10111001 | 1011010 | 11110 | 0 | 110011 | 11011 | 1011111 | 101000 | 110110 |
Color Harmonies of #81B95A
Complementary color
Monochromatic Colors of #81B95A
Black with #81B95A
Text Example
Text Example
White with #81B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B95A; }
p { color: rgb(129,185,90); }
H1.HeaderClassName
{
color: #81B95A;
}
.AnyTagClassName
{
color: #81B95A;
}
</style>
background-color css
<style>
a { background-color: #81B95A; }
a { background-color: rgb(129,185,90); }
div.DivClassName
{
background-color: #81B95A;
}
.BgClassName
{
background-color: #81B95A;
}
</style>
border-color css
<style>
span { border-color: #81B95A; }
span { border-color: rgb(129,185,90); }
td.TdClassName
{
border-color: #81B95A;
}
.TagClassName
{
border-color: #81B95A;
}
</style>