Shades of Mantis #81DA60
Tints of Mantis #81DA60
RGB
CMYK
RGB Variations
Color information
#81DA60 (or 0x81DA60) is known color: Mantis. HEX triplet: 81, DA and 60. RGB value is (129,218,96). Sum of RGB (Red+Green+Blue) = 129+218+96=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA60 is #7E259F. Grayscale: #B1B1B1. Windows color (decimal): -8267168 or 6347393. OLE color: 6347393.
HSL color Cylindrical-coordinate representation of color #81DA60: hue angle of 103.77º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81DA60 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 96 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.15 |
| HSL | 103.77º | 0.62% | 0.62% | - |
| HSV(B) | 103.77º | 0.56% | 0.85% | - |
| XYZ | 36.24 | 55.65 | 19.9 | - |
| YUV | 177.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 96 | 0.41 | 0 | 0.56 | 0.15 | 103.77 | 0.62 | 0.62 |
| Hex | 81 | DA | 60 | 29 | 0 | 38 | F | 68 | 3E | 3E |
| Octal | 201 | 332 | 140 | 51 | 0 | 70 | 17 | 150 | 76 | 76 |
| Binary | 10000001 | 11011010 | 1100000 | 101001 | 0 | 111000 | 1111 | 1101000 | 111110 | 111110 |
Color Harmonies of #81DA60
Complementary color
Monochromatic Colors of #81DA60
Black with #81DA60
Text Example
Text Example
White with #81DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA60; }
p { color: rgb(129,218,96); }
H1.HeaderClassName
{
color: #81DA60;
}
.AnyTagClassName
{
color: #81DA60;
}
</style>
background-color css
<style>
a { background-color: #81DA60; }
a { background-color: rgb(129,218,96); }
div.DivClassName
{
background-color: #81DA60;
}
.BgClassName
{
background-color: #81DA60;
}
</style>
border-color css
<style>
span { border-color: #81DA60; }
span { border-color: rgb(129,218,96); }
td.TdClassName
{
border-color: #81DA60;
}
.TagClassName
{
border-color: #81DA60;
}
</style>