Shades of Mantis #81CC52
Tints of Mantis #81CC52
RGB
CMYK
RGB Variations
Color information
#81CC52 (or 0x81CC52) is known color: Mantis. HEX triplet: 81, CC and 52. RGB value is (129,204,82). Sum of RGB (Red+Green+Blue) = 129+204+82=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC52 is #7E33AD. Grayscale: #A8A8A8. Windows color (decimal): -8270766 or 5426305. OLE color: 5426305.
HSL color Cylindrical-coordinate representation of color #81CC52: hue angle of 96.89º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81CC52 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 82 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.2 |
| HSL | 96.89º | 0.54% | 0.56% | - |
| HSV(B) | 96.89º | 0.6% | 0.8% | - |
| XYZ | 32.17 | 48.46 | 15.64 | - |
| YUV | 167.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 82 | 0.37 | 0 | 0.60 | 0.2 | 96.89 | 0.54 | 0.56 |
| Hex | 81 | CC | 52 | 25 | 0 | 3C | 14 | 61 | 36 | 38 |
| Octal | 201 | 314 | 122 | 45 | 0 | 74 | 24 | 141 | 66 | 70 |
| Binary | 10000001 | 11001100 | 1010010 | 100101 | 0 | 111100 | 10100 | 1100001 | 110110 | 111000 |
Color Harmonies of #81CC52
Complementary color
Monochromatic Colors of #81CC52
Black with #81CC52
Text Example
Text Example
White with #81CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC52; }
p { color: rgb(129,204,82); }
H1.HeaderClassName
{
color: #81CC52;
}
.AnyTagClassName
{
color: #81CC52;
}
</style>
background-color css
<style>
a { background-color: #81CC52; }
a { background-color: rgb(129,204,82); }
div.DivClassName
{
background-color: #81CC52;
}
.BgClassName
{
background-color: #81CC52;
}
</style>
border-color css
<style>
span { border-color: #81CC52; }
span { border-color: rgb(129,204,82); }
td.TdClassName
{
border-color: #81CC52;
}
.TagClassName
{
border-color: #81CC52;
}
</style>