Shades of Mantis #81D956
Tints of Mantis #81D956
RGB
CMYK
RGB Variations
Color information
#81D956 (or 0x81D956) is known color: Mantis. HEX triplet: 81, D9 and 56. RGB value is (129,217,86). Sum of RGB (Red+Green+Blue) = 129+217+86=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #81D956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D956 is #7E26A9. Grayscale: #B0B0B0. Windows color (decimal): -8267434 or 5691777. OLE color: 5691777.
HSL color Cylindrical-coordinate representation of color #81D956: hue angle of 100.31º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81D956 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 86 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.15 |
| HSL | 100.31º | 0.63% | 0.59% | - |
| HSV(B) | 100.31º | 0.6% | 0.85% | - |
| XYZ | 35.55 | 54.96 | 17.54 | - |
| YUV | 175.75 | 77.35 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 86 | 0.41 | 0 | 0.60 | 0.15 | 100.31 | 0.63 | 0.59 |
| Hex | 81 | D9 | 56 | 29 | 0 | 3C | F | 64 | 3F | 3B |
| Octal | 201 | 331 | 126 | 51 | 0 | 74 | 17 | 144 | 77 | 73 |
| Binary | 10000001 | 11011001 | 1010110 | 101001 | 0 | 111100 | 1111 | 1100100 | 111111 | 111011 |
Color Harmonies of #81D956
Complementary color
Monochromatic Colors of #81D956
Black with #81D956
Text Example
Text Example
White with #81D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D956; }
p { color: rgb(129,217,86); }
H1.HeaderClassName
{
color: #81D956;
}
.AnyTagClassName
{
color: #81D956;
}
</style>
background-color css
<style>
a { background-color: #81D956; }
a { background-color: rgb(129,217,86); }
div.DivClassName
{
background-color: #81D956;
}
.BgClassName
{
background-color: #81D956;
}
</style>
border-color css
<style>
span { border-color: #81D956; }
span { border-color: rgb(129,217,86); }
td.TdClassName
{
border-color: #81D956;
}
.TagClassName
{
border-color: #81D956;
}
</style>