Shades of Mantis #81B46A
Tints of Mantis #81B46A
RGB
CMYK
RGB Variations
Color information
#81B46A (or 0x81B46A) is known color: Mantis. HEX triplet: 81, B4 and 6A. RGB value is (129,180,106). Sum of RGB (Red+Green+Blue) = 129+180+106=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #81B46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B46A is #7E4B95. Grayscale: #9C9C9C. Windows color (decimal): -8276886 or 6993025. OLE color: 6993025.
HSL color Cylindrical-coordinate representation of color #81B46A: hue angle of 101.35º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B46A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 106 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.29 |
| HSL | 101.35º | 0.33% | 0.56% | - |
| HSV(B) | 101.35º | 0.41% | 0.71% | - |
| XYZ | 27.98 | 38.35 | 19.56 | - |
| YUV | 156.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 106 | 0.28 | 0 | 0.41 | 0.29 | 101.35 | 0.33 | 0.56 |
| Hex | 81 | B4 | 6A | 1C | 0 | 29 | 1D | 65 | 21 | 38 |
| Octal | 201 | 264 | 152 | 34 | 0 | 51 | 35 | 145 | 41 | 70 |
| Binary | 10000001 | 10110100 | 1101010 | 11100 | 0 | 101001 | 11101 | 1100101 | 100001 | 111000 |
Color Harmonies of #81B46A
Complementary color
Monochromatic Colors of #81B46A
Black with #81B46A
Text Example
Text Example
White with #81B46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B46A; }
p { color: rgb(129,180,106); }
H1.HeaderClassName
{
color: #81B46A;
}
.AnyTagClassName
{
color: #81B46A;
}
</style>
background-color css
<style>
a { background-color: #81B46A; }
a { background-color: rgb(129,180,106); }
div.DivClassName
{
background-color: #81B46A;
}
.BgClassName
{
background-color: #81B46A;
}
</style>
border-color css
<style>
span { border-color: #81B46A; }
span { border-color: rgb(129,180,106); }
td.TdClassName
{
border-color: #81B46A;
}
.TagClassName
{
border-color: #81B46A;
}
</style>