Shades of Mantis #81C352
Tints of Mantis #81C352
RGB
CMYK
RGB Variations
Color information
#81C352 (or 0x81C352) is known color: Mantis. HEX triplet: 81, C3 and 52. RGB value is (129,195,82). Sum of RGB (Red+Green+Blue) = 129+195+82=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #81C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C352 is #7E3CAD. Grayscale: #A2A2A2. Windows color (decimal): -8273070 or 5424001. OLE color: 5424001.
HSL color Cylindrical-coordinate representation of color #81C352: hue angle of 95.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81C352 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 82 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.24 |
| HSL | 95.04º | 0.48% | 0.54% | - |
| HSV(B) | 95.04º | 0.58% | 0.76% | - |
| XYZ | 30.09 | 44.31 | 14.95 | - |
| YUV | 162.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 82 | 0.34 | 0 | 0.58 | 0.24 | 95.04 | 0.48 | 0.54 |
| Hex | 81 | C3 | 52 | 22 | 0 | 3A | 18 | 5F | 30 | 36 |
| Octal | 201 | 303 | 122 | 42 | 0 | 72 | 30 | 137 | 60 | 66 |
| Binary | 10000001 | 11000011 | 1010010 | 100010 | 0 | 111010 | 11000 | 1011111 | 110000 | 110110 |
Color Harmonies of #81C352
Complementary color
Monochromatic Colors of #81C352
Black with #81C352
Text Example
Text Example
White with #81C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C352; }
p { color: rgb(129,195,82); }
H1.HeaderClassName
{
color: #81C352;
}
.AnyTagClassName
{
color: #81C352;
}
</style>
background-color css
<style>
a { background-color: #81C352; }
a { background-color: rgb(129,195,82); }
div.DivClassName
{
background-color: #81C352;
}
.BgClassName
{
background-color: #81C352;
}
</style>
border-color css
<style>
span { border-color: #81C352; }
span { border-color: rgb(129,195,82); }
td.TdClassName
{
border-color: #81C352;
}
.TagClassName
{
border-color: #81C352;
}
</style>