Shades of Mantis #81C36C
Tints of Mantis #81C36C
RGB
CMYK
RGB Variations
Color information
#81C36C (or 0x81C36C) is known color: Mantis. HEX triplet: 81, C3 and 6C. RGB value is (129,195,108). Sum of RGB (Red+Green+Blue) = 129+195+108=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #81C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C36C is #7E3C93. Grayscale: #A5A5A5. Windows color (decimal): -8273044 or 7127937. OLE color: 7127937.
HSL color Cylindrical-coordinate representation of color #81C36C: hue angle of 105.52º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81C36C is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 108 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.24 |
| HSL | 105.52º | 0.42% | 0.59% | - |
| HSV(B) | 105.52º | 0.45% | 0.76% | - |
| XYZ | 31.28 | 44.78 | 21.18 | - |
| YUV | 165.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 108 | 0.34 | 0 | 0.45 | 0.24 | 105.52 | 0.42 | 0.59 |
| Hex | 81 | C3 | 6C | 22 | 0 | 2D | 18 | 6A | 2A | 3B |
| Octal | 201 | 303 | 154 | 42 | 0 | 55 | 30 | 152 | 52 | 73 |
| Binary | 10000001 | 11000011 | 1101100 | 100010 | 0 | 101101 | 11000 | 1101010 | 101010 | 111011 |
Color Harmonies of #81C36C
Complementary color
Monochromatic Colors of #81C36C
Black with #81C36C
Text Example
Text Example
White with #81C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C36C; }
p { color: rgb(129,195,108); }
H1.HeaderClassName
{
color: #81C36C;
}
.AnyTagClassName
{
color: #81C36C;
}
</style>
background-color css
<style>
a { background-color: #81C36C; }
a { background-color: rgb(129,195,108); }
div.DivClassName
{
background-color: #81C36C;
}
.BgClassName
{
background-color: #81C36C;
}
</style>
border-color css
<style>
span { border-color: #81C36C; }
span { border-color: rgb(129,195,108); }
td.TdClassName
{
border-color: #81C36C;
}
.TagClassName
{
border-color: #81C36C;
}
</style>