Shades of Mantis #81D960
Tints of Mantis #81D960
RGB
CMYK
RGB Variations
Color information
#81D960 (or 0x81D960) is known color: Mantis. HEX triplet: 81, D9 and 60. RGB value is (129,217,96). Sum of RGB (Red+Green+Blue) = 129+217+96=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #81D960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D960 is #7E269F. Grayscale: #B1B1B1. Windows color (decimal): -8267424 or 6347137. OLE color: 6347137.
HSL color Cylindrical-coordinate representation of color #81D960: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81D960 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 96 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.15 |
| HSL | 103.64º | 0.61% | 0.61% | - |
| HSV(B) | 103.64º | 0.56% | 0.85% | - |
| XYZ | 35.98 | 55.14 | 19.81 | - |
| YUV | 176.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 96 | 0.41 | 0 | 0.56 | 0.15 | 103.64 | 0.61 | 0.61 |
| Hex | 81 | D9 | 60 | 29 | 0 | 38 | F | 68 | 3D | 3D |
| Octal | 201 | 331 | 140 | 51 | 0 | 70 | 17 | 150 | 75 | 75 |
| Binary | 10000001 | 11011001 | 1100000 | 101001 | 0 | 111000 | 1111 | 1101000 | 111101 | 111101 |
Color Harmonies of #81D960
Complementary color
Monochromatic Colors of #81D960
Black with #81D960
Text Example
Text Example
White with #81D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D960; }
p { color: rgb(129,217,96); }
H1.HeaderClassName
{
color: #81D960;
}
.AnyTagClassName
{
color: #81D960;
}
</style>
background-color css
<style>
a { background-color: #81D960; }
a { background-color: rgb(129,217,96); }
div.DivClassName
{
background-color: #81D960;
}
.BgClassName
{
background-color: #81D960;
}
</style>
border-color css
<style>
span { border-color: #81D960; }
span { border-color: rgb(129,217,96); }
td.TdClassName
{
border-color: #81D960;
}
.TagClassName
{
border-color: #81D960;
}
</style>