Shades of Mantis #81CC59
Tints of Mantis #81CC59
RGB
CMYK
RGB Variations
Color information
#81CC59 (or 0x81CC59) is known color: Mantis. HEX triplet: 81, CC and 59. RGB value is (129,204,89). Sum of RGB (Red+Green+Blue) = 129+204+89=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC59 is #7E33A6. Grayscale: #A8A8A8. Windows color (decimal): -8270759 or 5885057. OLE color: 5885057.
HSL color Cylindrical-coordinate representation of color #81CC59: hue angle of 99.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81CC59 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 89 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.2 |
| HSL | 99.13º | 0.53% | 0.57% | - |
| HSV(B) | 99.13º | 0.56% | 0.8% | - |
| XYZ | 32.45 | 48.57 | 17.12 | - |
| YUV | 168.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 89 | 0.37 | 0 | 0.56 | 0.2 | 99.13 | 0.53 | 0.57 |
| Hex | 81 | CC | 59 | 25 | 0 | 38 | 14 | 63 | 35 | 39 |
| Octal | 201 | 314 | 131 | 45 | 0 | 70 | 24 | 143 | 65 | 71 |
| Binary | 10000001 | 11001100 | 1011001 | 100101 | 0 | 111000 | 10100 | 1100011 | 110101 | 111001 |
Color Harmonies of #81CC59
Complementary color
Monochromatic Colors of #81CC59
Black with #81CC59
Text Example
Text Example
White with #81CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC59; }
p { color: rgb(129,204,89); }
H1.HeaderClassName
{
color: #81CC59;
}
.AnyTagClassName
{
color: #81CC59;
}
</style>
background-color css
<style>
a { background-color: #81CC59; }
a { background-color: rgb(129,204,89); }
div.DivClassName
{
background-color: #81CC59;
}
.BgClassName
{
background-color: #81CC59;
}
</style>
border-color css
<style>
span { border-color: #81CC59; }
span { border-color: rgb(129,204,89); }
td.TdClassName
{
border-color: #81CC59;
}
.TagClassName
{
border-color: #81CC59;
}
</style>