Shades of Mantis #81BC55
Tints of Mantis #81BC55
RGB
CMYK
RGB Variations
Color information
#81BC55 (or 0x81BC55) is known color: Mantis. HEX triplet: 81, BC and 55. RGB value is (129,188,85). Sum of RGB (Red+Green+Blue) = 129+188+85=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC55 is #7E43AA. Grayscale: #9E9E9E. Windows color (decimal): -8274859 or 5618817. OLE color: 5618817.
HSL color Cylindrical-coordinate representation of color #81BC55: hue angle of 94.37º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81BC55 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 85 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.26 |
| HSL | 94.37º | 0.43% | 0.54% | - |
| HSV(B) | 94.37º | 0.55% | 0.74% | - |
| XYZ | 28.68 | 41.29 | 15.05 | - |
| YUV | 158.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 85 | 0.31 | 0 | 0.55 | 0.26 | 94.37 | 0.43 | 0.54 |
| Hex | 81 | BC | 55 | 1F | 0 | 37 | 1A | 5E | 2B | 36 |
| Octal | 201 | 274 | 125 | 37 | 0 | 67 | 32 | 136 | 53 | 66 |
| Binary | 10000001 | 10111100 | 1010101 | 11111 | 0 | 110111 | 11010 | 1011110 | 101011 | 110110 |
Color Harmonies of #81BC55
Complementary color
Monochromatic Colors of #81BC55
Black with #81BC55
Text Example
Text Example
White with #81BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC55; }
p { color: rgb(129,188,85); }
H1.HeaderClassName
{
color: #81BC55;
}
.AnyTagClassName
{
color: #81BC55;
}
</style>
background-color css
<style>
a { background-color: #81BC55; }
a { background-color: rgb(129,188,85); }
div.DivClassName
{
background-color: #81BC55;
}
.BgClassName
{
background-color: #81BC55;
}
</style>
border-color css
<style>
span { border-color: #81BC55; }
span { border-color: rgb(129,188,85); }
td.TdClassName
{
border-color: #81BC55;
}
.TagClassName
{
border-color: #81BC55;
}
</style>