Shades of Mantis #81C56C
Tints of Mantis #81C56C
RGB
CMYK
RGB Variations
Color information
#81C56C (or 0x81C56C) is known color: Mantis. HEX triplet: 81, C5 and 6C. RGB value is (129,197,108). Sum of RGB (Red+Green+Blue) = 129+197+108=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #81C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C56C is #7E3A93. Grayscale: #A6A6A6. Windows color (decimal): -8272532 or 7128449. OLE color: 7128449.
HSL color Cylindrical-coordinate representation of color #81C56C: hue angle of 105.84º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81C56C is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 108 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.23 |
| HSL | 105.84º | 0.43% | 0.6% | - |
| HSV(B) | 105.84º | 0.45% | 0.77% | - |
| XYZ | 31.73 | 45.68 | 21.33 | - |
| YUV | 166.52 | 94.97 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 108 | 0.35 | 0 | 0.45 | 0.23 | 105.84 | 0.43 | 0.6 |
| Hex | 81 | C5 | 6C | 23 | 0 | 2D | 17 | 6A | 2B | 3C |
| Octal | 201 | 305 | 154 | 43 | 0 | 55 | 27 | 152 | 53 | 74 |
| Binary | 10000001 | 11000101 | 1101100 | 100011 | 0 | 101101 | 10111 | 1101010 | 101011 | 111100 |
Color Harmonies of #81C56C
Complementary color
Monochromatic Colors of #81C56C
Black with #81C56C
Text Example
Text Example
White with #81C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C56C; }
p { color: rgb(129,197,108); }
H1.HeaderClassName
{
color: #81C56C;
}
.AnyTagClassName
{
color: #81C56C;
}
</style>
background-color css
<style>
a { background-color: #81C56C; }
a { background-color: rgb(129,197,108); }
div.DivClassName
{
background-color: #81C56C;
}
.BgClassName
{
background-color: #81C56C;
}
</style>
border-color css
<style>
span { border-color: #81C56C; }
span { border-color: rgb(129,197,108); }
td.TdClassName
{
border-color: #81C56C;
}
.TagClassName
{
border-color: #81C56C;
}
</style>