Shades of Mantis #81DB60
Tints of Mantis #81DB60
RGB
CMYK
RGB Variations
Color information
#81DB60 (or 0x81DB60) is known color: Mantis. HEX triplet: 81, DB and 60. RGB value is (129,219,96). Sum of RGB (Red+Green+Blue) = 129+219+96=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DB60 is #7E249F. Grayscale: #B2B2B2. Windows color (decimal): -8266912 or 6347649. OLE color: 6347649.
HSL color Cylindrical-coordinate representation of color #81DB60: hue angle of 103.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81DB60 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 96 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.14 |
| HSL | 103.9º | 0.63% | 0.62% | - |
| HSV(B) | 103.9º | 0.56% | 0.86% | - |
| XYZ | 36.5 | 56.17 | 19.99 | - |
| YUV | 178.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 96 | 0.41 | 0 | 0.56 | 0.14 | 103.9 | 0.63 | 0.62 |
| Hex | 81 | DB | 60 | 29 | 0 | 38 | E | 68 | 3F | 3E |
| Octal | 201 | 333 | 140 | 51 | 0 | 70 | 16 | 150 | 77 | 76 |
| Binary | 10000001 | 11011011 | 1100000 | 101001 | 0 | 111000 | 1110 | 1101000 | 111111 | 111110 |
Color Harmonies of #81DB60
Complementary color
Monochromatic Colors of #81DB60
Black with #81DB60
Text Example
Text Example
White with #81DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB60; }
p { color: rgb(129,219,96); }
H1.HeaderClassName
{
color: #81DB60;
}
.AnyTagClassName
{
color: #81DB60;
}
</style>
background-color css
<style>
a { background-color: #81DB60; }
a { background-color: rgb(129,219,96); }
div.DivClassName
{
background-color: #81DB60;
}
.BgClassName
{
background-color: #81DB60;
}
</style>
border-color css
<style>
span { border-color: #81DB60; }
span { border-color: rgb(129,219,96); }
td.TdClassName
{
border-color: #81DB60;
}
.TagClassName
{
border-color: #81DB60;
}
</style>