Shades of Mantis #81B758
Tints of Mantis #81B758
RGB
CMYK
RGB Variations
Color information
#81B758 (or 0x81B758) is known color: Mantis. HEX triplet: 81, B7 and 58. RGB value is (129,183,88). Sum of RGB (Red+Green+Blue) = 129+183+88=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #81B758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B758 is #7E48A7. Grayscale: #9C9C9C. Windows color (decimal): -8276136 or 5814145. OLE color: 5814145.
HSL color Cylindrical-coordinate representation of color #81B758: hue angle of 94.11º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81B758 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 88 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.28 |
| HSL | 94.11º | 0.4% | 0.53% | - |
| HSV(B) | 94.11º | 0.52% | 0.72% | - |
| XYZ | 27.75 | 39.24 | 15.34 | - |
| YUV | 156.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 88 | 0.30 | 0 | 0.52 | 0.28 | 94.11 | 0.4 | 0.53 |
| Hex | 81 | B7 | 58 | 1E | 0 | 34 | 1C | 5E | 28 | 35 |
| Octal | 201 | 267 | 130 | 36 | 0 | 64 | 34 | 136 | 50 | 65 |
| Binary | 10000001 | 10110111 | 1011000 | 11110 | 0 | 110100 | 11100 | 1011110 | 101000 | 110101 |
Color Harmonies of #81B758
Complementary color
Monochromatic Colors of #81B758
Black with #81B758
Text Example
Text Example
White with #81B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B758; }
p { color: rgb(129,183,88); }
H1.HeaderClassName
{
color: #81B758;
}
.AnyTagClassName
{
color: #81B758;
}
</style>
background-color css
<style>
a { background-color: #81B758; }
a { background-color: rgb(129,183,88); }
div.DivClassName
{
background-color: #81B758;
}
.BgClassName
{
background-color: #81B758;
}
</style>
border-color css
<style>
span { border-color: #81B758; }
span { border-color: rgb(129,183,88); }
td.TdClassName
{
border-color: #81B758;
}
.TagClassName
{
border-color: #81B758;
}
</style>