Shades of Mantis #81C158
Tints of Mantis #81C158
RGB
CMYK
RGB Variations
Color information
#81C158 (or 0x81C158) is known color: Mantis. HEX triplet: 81, C1 and 58. RGB value is (129,193,88). Sum of RGB (Red+Green+Blue) = 129+193+88=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #81C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C158 is #7E3EA7. Grayscale: #A2A2A2. Windows color (decimal): -8273576 or 5816705. OLE color: 5816705.
HSL color Cylindrical-coordinate representation of color #81C158: hue angle of 96.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81C158 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 88 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.24 |
| HSL | 96.57º | 0.46% | 0.55% | - |
| HSV(B) | 96.57º | 0.54% | 0.76% | - |
| XYZ | 29.88 | 43.51 | 16.06 | - |
| YUV | 161.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 88 | 0.33 | 0 | 0.54 | 0.24 | 96.57 | 0.46 | 0.55 |
| Hex | 81 | C1 | 58 | 21 | 0 | 36 | 18 | 61 | 2E | 37 |
| Octal | 201 | 301 | 130 | 41 | 0 | 66 | 30 | 141 | 56 | 67 |
| Binary | 10000001 | 11000001 | 1011000 | 100001 | 0 | 110110 | 11000 | 1100001 | 101110 | 110111 |
Color Harmonies of #81C158
Complementary color
Monochromatic Colors of #81C158
Black with #81C158
Text Example
Text Example
White with #81C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C158; }
p { color: rgb(129,193,88); }
H1.HeaderClassName
{
color: #81C158;
}
.AnyTagClassName
{
color: #81C158;
}
</style>
background-color css
<style>
a { background-color: #81C158; }
a { background-color: rgb(129,193,88); }
div.DivClassName
{
background-color: #81C158;
}
.BgClassName
{
background-color: #81C158;
}
</style>
border-color css
<style>
span { border-color: #81C158; }
span { border-color: rgb(129,193,88); }
td.TdClassName
{
border-color: #81C158;
}
.TagClassName
{
border-color: #81C158;
}
</style>