Shades of Mantis #81D966
Tints of Mantis #81D966
RGB
CMYK
RGB Variations
Color information
#81D966 (or 0x81D966) is known color: Mantis. HEX triplet: 81, D9 and 66. RGB value is (129,217,102). Sum of RGB (Red+Green+Blue) = 129+217+102=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #81D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D966 is #7E2699. Grayscale: #B1B1B1. Windows color (decimal): -8267418 or 6740353. OLE color: 6740353.
HSL color Cylindrical-coordinate representation of color #81D966: hue angle of 105.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81D966 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 102 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.15 |
| HSL | 105.91º | 0.6% | 0.63% | - |
| HSV(B) | 105.91º | 0.53% | 0.85% | - |
| XYZ | 36.26 | 55.25 | 21.32 | - |
| YUV | 177.58 | 85.35 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 102 | 0.41 | 0 | 0.53 | 0.15 | 105.91 | 0.6 | 0.63 |
| Hex | 81 | D9 | 66 | 29 | 0 | 35 | F | 6A | 3C | 3F |
| Octal | 201 | 331 | 146 | 51 | 0 | 65 | 17 | 152 | 74 | 77 |
| Binary | 10000001 | 11011001 | 1100110 | 101001 | 0 | 110101 | 1111 | 1101010 | 111100 | 111111 |
Color Harmonies of #81D966
Complementary color
Monochromatic Colors of #81D966
Black with #81D966
Text Example
Text Example
White with #81D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D966; }
p { color: rgb(129,217,102); }
H1.HeaderClassName
{
color: #81D966;
}
.AnyTagClassName
{
color: #81D966;
}
</style>
background-color css
<style>
a { background-color: #81D966; }
a { background-color: rgb(129,217,102); }
div.DivClassName
{
background-color: #81D966;
}
.BgClassName
{
background-color: #81D966;
}
</style>
border-color css
<style>
span { border-color: #81D966; }
span { border-color: rgb(129,217,102); }
td.TdClassName
{
border-color: #81D966;
}
.TagClassName
{
border-color: #81D966;
}
</style>