Shades of Mantis #81B558
Tints of Mantis #81B558
RGB
CMYK
RGB Variations
Color information
#81B558 (or 0x81B558) is known color: Mantis. HEX triplet: 81, B5 and 58. RGB value is (129,181,88). Sum of RGB (Red+Green+Blue) = 129+181+88=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #81B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B558 is #7E4AA7. Grayscale: #9B9B9B. Windows color (decimal): -8276648 or 5813633. OLE color: 5813633.
HSL color Cylindrical-coordinate representation of color #81B558: hue angle of 93.55º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81B558 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 88 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.29 |
| HSL | 93.55º | 0.39% | 0.53% | - |
| HSV(B) | 93.55º | 0.51% | 0.71% | - |
| XYZ | 27.34 | 38.42 | 15.21 | - |
| YUV | 154.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 88 | 0.29 | 0 | 0.51 | 0.29 | 93.55 | 0.39 | 0.53 |
| Hex | 81 | B5 | 58 | 1D | 0 | 33 | 1D | 5E | 27 | 35 |
| Octal | 201 | 265 | 130 | 35 | 0 | 63 | 35 | 136 | 47 | 65 |
| Binary | 10000001 | 10110101 | 1011000 | 11101 | 0 | 110011 | 11101 | 1011110 | 100111 | 110101 |
Color Harmonies of #81B558
Complementary color
Monochromatic Colors of #81B558
Black with #81B558
Text Example
Text Example
White with #81B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B558; }
p { color: rgb(129,181,88); }
H1.HeaderClassName
{
color: #81B558;
}
.AnyTagClassName
{
color: #81B558;
}
</style>
background-color css
<style>
a { background-color: #81B558; }
a { background-color: rgb(129,181,88); }
div.DivClassName
{
background-color: #81B558;
}
.BgClassName
{
background-color: #81B558;
}
</style>
border-color css
<style>
span { border-color: #81B558; }
span { border-color: rgb(129,181,88); }
td.TdClassName
{
border-color: #81B558;
}
.TagClassName
{
border-color: #81B558;
}
</style>