Shades of Mantis #81BE56
Tints of Mantis #81BE56
RGB
CMYK
RGB Variations
Color information
#81BE56 (or 0x81BE56) is known color: Mantis. HEX triplet: 81, BE and 56. RGB value is (129,190,86). Sum of RGB (Red+Green+Blue) = 129+190+86=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE56 is #7E41A9. Grayscale: #A0A0A0. Windows color (decimal): -8274346 or 5684865. OLE color: 5684865.
HSL color Cylindrical-coordinate representation of color #81BE56: hue angle of 95.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81BE56 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 86 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.25 |
| HSL | 95.19º | 0.44% | 0.54% | - |
| HSV(B) | 95.19º | 0.55% | 0.75% | - |
| XYZ | 29.15 | 42.17 | 15.41 | - |
| YUV | 159.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 86 | 0.32 | 0 | 0.55 | 0.25 | 95.19 | 0.44 | 0.54 |
| Hex | 81 | BE | 56 | 20 | 0 | 37 | 19 | 5F | 2C | 36 |
| Octal | 201 | 276 | 126 | 40 | 0 | 67 | 31 | 137 | 54 | 66 |
| Binary | 10000001 | 10111110 | 1010110 | 100000 | 0 | 110111 | 11001 | 1011111 | 101100 | 110110 |
Color Harmonies of #81BE56
Complementary color
Monochromatic Colors of #81BE56
Black with #81BE56
Text Example
Text Example
White with #81BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE56; }
p { color: rgb(129,190,86); }
H1.HeaderClassName
{
color: #81BE56;
}
.AnyTagClassName
{
color: #81BE56;
}
</style>
background-color css
<style>
a { background-color: #81BE56; }
a { background-color: rgb(129,190,86); }
div.DivClassName
{
background-color: #81BE56;
}
.BgClassName
{
background-color: #81BE56;
}
</style>
border-color css
<style>
span { border-color: #81BE56; }
span { border-color: rgb(129,190,86); }
td.TdClassName
{
border-color: #81BE56;
}
.TagClassName
{
border-color: #81BE56;
}
</style>