Shades of Mantis #81C852
Tints of Mantis #81C852
RGB
CMYK
RGB Variations
Color information
#81C852 (or 0x81C852) is known color: Mantis. HEX triplet: 81, C8 and 52. RGB value is (129,200,82). Sum of RGB (Red+Green+Blue) = 129+200+82=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #81C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C852 is #7E37AD. Grayscale: #A5A5A5. Windows color (decimal): -8271790 or 5425281. OLE color: 5425281.
HSL color Cylindrical-coordinate representation of color #81C852: hue angle of 96.1º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81C852 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 82 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.22 |
| HSL | 96.1º | 0.52% | 0.55% | - |
| HSV(B) | 96.1º | 0.59% | 0.78% | - |
| XYZ | 31.23 | 46.58 | 15.33 | - |
| YUV | 165.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 82 | 0.36 | 0 | 0.59 | 0.22 | 96.1 | 0.52 | 0.55 |
| Hex | 81 | C8 | 52 | 24 | 0 | 3B | 16 | 60 | 34 | 37 |
| Octal | 201 | 310 | 122 | 44 | 0 | 73 | 26 | 140 | 64 | 67 |
| Binary | 10000001 | 11001000 | 1010010 | 100100 | 0 | 111011 | 10110 | 1100000 | 110100 | 110111 |
Color Harmonies of #81C852
Complementary color
Monochromatic Colors of #81C852
Black with #81C852
Text Example
Text Example
White with #81C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C852; }
p { color: rgb(129,200,82); }
H1.HeaderClassName
{
color: #81C852;
}
.AnyTagClassName
{
color: #81C852;
}
</style>
background-color css
<style>
a { background-color: #81C852; }
a { background-color: rgb(129,200,82); }
div.DivClassName
{
background-color: #81C852;
}
.BgClassName
{
background-color: #81C852;
}
</style>
border-color css
<style>
span { border-color: #81C852; }
span { border-color: rgb(129,200,82); }
td.TdClassName
{
border-color: #81C852;
}
.TagClassName
{
border-color: #81C852;
}
</style>