Shades of Mantis #81C155
Tints of Mantis #81C155
RGB
CMYK
RGB Variations
Color information
#81C155 (or 0x81C155) is known color: Mantis. HEX triplet: 81, C1 and 55. RGB value is (129,193,85). Sum of RGB (Red+Green+Blue) = 129+193+85=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #81C155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C155 is #7E3EAA. Grayscale: #A1A1A1. Windows color (decimal): -8273579 or 5620097. OLE color: 5620097.
HSL color Cylindrical-coordinate representation of color #81C155: hue angle of 95.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81C155 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 85 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.24 |
| HSL | 95.56º | 0.47% | 0.55% | - |
| HSV(B) | 95.56º | 0.56% | 0.76% | - |
| XYZ | 29.76 | 43.46 | 15.41 | - |
| YUV | 161.55 | 84.8 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 85 | 0.33 | 0 | 0.56 | 0.24 | 95.56 | 0.47 | 0.55 |
| Hex | 81 | C1 | 55 | 21 | 0 | 38 | 18 | 60 | 2F | 37 |
| Octal | 201 | 301 | 125 | 41 | 0 | 70 | 30 | 140 | 57 | 67 |
| Binary | 10000001 | 11000001 | 1010101 | 100001 | 0 | 111000 | 11000 | 1100000 | 101111 | 110111 |
Color Harmonies of #81C155
Complementary color
Monochromatic Colors of #81C155
Black with #81C155
Text Example
Text Example
White with #81C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C155; }
p { color: rgb(129,193,85); }
H1.HeaderClassName
{
color: #81C155;
}
.AnyTagClassName
{
color: #81C155;
}
</style>
background-color css
<style>
a { background-color: #81C155; }
a { background-color: rgb(129,193,85); }
div.DivClassName
{
background-color: #81C155;
}
.BgClassName
{
background-color: #81C155;
}
</style>
border-color css
<style>
span { border-color: #81C155; }
span { border-color: rgb(129,193,85); }
td.TdClassName
{
border-color: #81C155;
}
.TagClassName
{
border-color: #81C155;
}
</style>