Shades of Mantis #81BC59
Tints of Mantis #81BC59
RGB
CMYK
RGB Variations
Color information
#81BC59 (or 0x81BC59) is known color: Mantis. HEX triplet: 81, BC and 59. RGB value is (129,188,89). Sum of RGB (Red+Green+Blue) = 129+188+89=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC59 is #7E43A6. Grayscale: #9F9F9F. Windows color (decimal): -8274855 or 5880961. OLE color: 5880961.
HSL color Cylindrical-coordinate representation of color #81BC59: hue angle of 95.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81BC59 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 89 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.26 |
| HSL | 95.76º | 0.42% | 0.54% | - |
| HSV(B) | 95.76º | 0.53% | 0.74% | - |
| XYZ | 28.84 | 41.35 | 15.91 | - |
| YUV | 159.07 | 88.45 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 89 | 0.31 | 0 | 0.53 | 0.26 | 95.76 | 0.42 | 0.54 |
| Hex | 81 | BC | 59 | 1F | 0 | 35 | 1A | 60 | 2A | 36 |
| Octal | 201 | 274 | 131 | 37 | 0 | 65 | 32 | 140 | 52 | 66 |
| Binary | 10000001 | 10111100 | 1011001 | 11111 | 0 | 110101 | 11010 | 1100000 | 101010 | 110110 |
Color Harmonies of #81BC59
Complementary color
Monochromatic Colors of #81BC59
Black with #81BC59
Text Example
Text Example
White with #81BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC59; }
p { color: rgb(129,188,89); }
H1.HeaderClassName
{
color: #81BC59;
}
.AnyTagClassName
{
color: #81BC59;
}
</style>
background-color css
<style>
a { background-color: #81BC59; }
a { background-color: rgb(129,188,89); }
div.DivClassName
{
background-color: #81BC59;
}
.BgClassName
{
background-color: #81BC59;
}
</style>
border-color css
<style>
span { border-color: #81BC59; }
span { border-color: rgb(129,188,89); }
td.TdClassName
{
border-color: #81BC59;
}
.TagClassName
{
border-color: #81BC59;
}
</style>