Shades of Mantis #81B458
Tints of Mantis #81B458
RGB
CMYK
RGB Variations
Color information
#81B458 (or 0x81B458) is known color: Mantis. HEX triplet: 81, B4 and 58. RGB value is (129,180,88). Sum of RGB (Red+Green+Blue) = 129+180+88=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #81B458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B458 is #7E4BA7. Grayscale: #9A9A9A. Windows color (decimal): -8276904 or 5813377. OLE color: 5813377.
HSL color Cylindrical-coordinate representation of color #81B458: hue angle of 93.26º degrees, saturation: 0.38, 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 #81B458 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 88 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.29 |
| HSL | 93.26º | 0.38% | 0.53% | - |
| HSV(B) | 93.26º | 0.51% | 0.71% | - |
| XYZ | 27.14 | 38.01 | 15.14 | - |
| YUV | 154.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 88 | 0.28 | 0 | 0.51 | 0.29 | 93.26 | 0.38 | 0.53 |
| Hex | 81 | B4 | 58 | 1C | 0 | 33 | 1D | 5D | 26 | 35 |
| Octal | 201 | 264 | 130 | 34 | 0 | 63 | 35 | 135 | 46 | 65 |
| Binary | 10000001 | 10110100 | 1011000 | 11100 | 0 | 110011 | 11101 | 1011101 | 100110 | 110101 |
Color Harmonies of #81B458
Complementary color
Monochromatic Colors of #81B458
Black with #81B458
Text Example
Text Example
White with #81B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B458; }
p { color: rgb(129,180,88); }
H1.HeaderClassName
{
color: #81B458;
}
.AnyTagClassName
{
color: #81B458;
}
</style>
background-color css
<style>
a { background-color: #81B458; }
a { background-color: rgb(129,180,88); }
div.DivClassName
{
background-color: #81B458;
}
.BgClassName
{
background-color: #81B458;
}
</style>
border-color css
<style>
span { border-color: #81B458; }
span { border-color: rgb(129,180,88); }
td.TdClassName
{
border-color: #81B458;
}
.TagClassName
{
border-color: #81B458;
}
</style>