Shades of Mantis #81B966
Tints of Mantis #81B966
RGB
CMYK
RGB Variations
Color information
#81B966 (or 0x81B966) is known color: Mantis. HEX triplet: 81, B9 and 66. RGB value is (129,185,102). Sum of RGB (Red+Green+Blue) = 129+185+102=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #81B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B966 is #7E4699. Grayscale: #9F9F9F. Windows color (decimal): -8275610 or 6732161. OLE color: 6732161.
HSL color Cylindrical-coordinate representation of color #81B966: hue angle of 100.48º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81B966 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 102 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.27 |
| HSL | 100.48º | 0.37% | 0.56% | - |
| HSV(B) | 100.48º | 0.45% | 0.73% | - |
| XYZ | 28.8 | 40.32 | 18.84 | - |
| YUV | 158.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 102 | 0.30 | 0 | 0.45 | 0.27 | 100.48 | 0.37 | 0.56 |
| Hex | 81 | B9 | 66 | 1E | 0 | 2D | 1B | 64 | 25 | 38 |
| Octal | 201 | 271 | 146 | 36 | 0 | 55 | 33 | 144 | 45 | 70 |
| Binary | 10000001 | 10111001 | 1100110 | 11110 | 0 | 101101 | 11011 | 1100100 | 100101 | 111000 |
Color Harmonies of #81B966
Complementary color
Monochromatic Colors of #81B966
Black with #81B966
Text Example
Text Example
White with #81B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B966; }
p { color: rgb(129,185,102); }
H1.HeaderClassName
{
color: #81B966;
}
.AnyTagClassName
{
color: #81B966;
}
</style>
background-color css
<style>
a { background-color: #81B966; }
a { background-color: rgb(129,185,102); }
div.DivClassName
{
background-color: #81B966;
}
.BgClassName
{
background-color: #81B966;
}
</style>
border-color css
<style>
span { border-color: #81B966; }
span { border-color: rgb(129,185,102); }
td.TdClassName
{
border-color: #81B966;
}
.TagClassName
{
border-color: #81B966;
}
</style>