Shades of Mantis #81C16E
Tints of Mantis #81C16E
RGB
CMYK
RGB Variations
Color information
#81C16E (or 0x81C16E) is known color: Mantis. HEX triplet: 81, C1 and 6E. RGB value is (129,193,110). Sum of RGB (Red+Green+Blue) = 129+193+110=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #81C16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C16E is #7E3E91. Grayscale: #A4A4A4. Windows color (decimal): -8273554 or 7258497. OLE color: 7258497.
HSL color Cylindrical-coordinate representation of color #81C16E: hue angle of 106.27º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81C16E is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 110 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.24 |
| HSL | 106.27º | 0.4% | 0.59% | - |
| HSV(B) | 106.27º | 0.43% | 0.76% | - |
| XYZ | 30.94 | 43.93 | 21.6 | - |
| YUV | 164.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 110 | 0.33 | 0 | 0.43 | 0.24 | 106.27 | 0.4 | 0.59 |
| Hex | 81 | C1 | 6E | 21 | 0 | 2B | 18 | 6A | 28 | 3B |
| Octal | 201 | 301 | 156 | 41 | 0 | 53 | 30 | 152 | 50 | 73 |
| Binary | 10000001 | 11000001 | 1101110 | 100001 | 0 | 101011 | 11000 | 1101010 | 101000 | 111011 |
Color Harmonies of #81C16E
Complementary color
Monochromatic Colors of #81C16E
Black with #81C16E
Text Example
Text Example
White with #81C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C16E; }
p { color: rgb(129,193,110); }
H1.HeaderClassName
{
color: #81C16E;
}
.AnyTagClassName
{
color: #81C16E;
}
</style>
background-color css
<style>
a { background-color: #81C16E; }
a { background-color: rgb(129,193,110); }
div.DivClassName
{
background-color: #81C16E;
}
.BgClassName
{
background-color: #81C16E;
}
</style>
border-color css
<style>
span { border-color: #81C16E; }
span { border-color: rgb(129,193,110); }
td.TdClassName
{
border-color: #81C16E;
}
.TagClassName
{
border-color: #81C16E;
}
</style>