Shades of Mantis #81C162
Tints of Mantis #81C162
RGB
CMYK
RGB Variations
Color information
#81C162 (or 0x81C162) is known color: Mantis. HEX triplet: 81, C1 and 62. RGB value is (129,193,98). Sum of RGB (Red+Green+Blue) = 129+193+98=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #81C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C162 is #7E3E9D. Grayscale: #A3A3A3. Windows color (decimal): -8273566 or 6472065. OLE color: 6472065.
HSL color Cylindrical-coordinate representation of color #81C162: hue angle of 100.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81C162 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 98 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.24 |
| HSL | 100.42º | 0.43% | 0.57% | - |
| HSV(B) | 100.42º | 0.49% | 0.76% | - |
| XYZ | 30.33 | 43.69 | 18.39 | - |
| YUV | 163.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 98 | 0.33 | 0 | 0.49 | 0.24 | 100.42 | 0.43 | 0.57 |
| Hex | 81 | C1 | 62 | 21 | 0 | 31 | 18 | 64 | 2B | 39 |
| Octal | 201 | 301 | 142 | 41 | 0 | 61 | 30 | 144 | 53 | 71 |
| Binary | 10000001 | 11000001 | 1100010 | 100001 | 0 | 110001 | 11000 | 1100100 | 101011 | 111001 |
Color Harmonies of #81C162
Complementary color
Monochromatic Colors of #81C162
Black with #81C162
Text Example
Text Example
White with #81C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C162; }
p { color: rgb(129,193,98); }
H1.HeaderClassName
{
color: #81C162;
}
.AnyTagClassName
{
color: #81C162;
}
</style>
background-color css
<style>
a { background-color: #81C162; }
a { background-color: rgb(129,193,98); }
div.DivClassName
{
background-color: #81C162;
}
.BgClassName
{
background-color: #81C162;
}
</style>
border-color css
<style>
span { border-color: #81C162; }
span { border-color: rgb(129,193,98); }
td.TdClassName
{
border-color: #81C162;
}
.TagClassName
{
border-color: #81C162;
}
</style>