Shades of Mantis #81BD58
Tints of Mantis #81BD58
RGB
CMYK
RGB Variations
Color information
#81BD58 (or 0x81BD58) is known color: Mantis. HEX triplet: 81, BD and 58. RGB value is (129,189,88). Sum of RGB (Red+Green+Blue) = 129+189+88=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD58 is #7E42A7. Grayscale: #9F9F9F. Windows color (decimal): -8274600 or 5815681. OLE color: 5815681.
HSL color Cylindrical-coordinate representation of color #81BD58: hue angle of 95.64º degrees, saturation: 0.43, 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 #81BD58 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 88 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.26 |
| HSL | 95.64º | 0.43% | 0.54% | - |
| HSV(B) | 95.64º | 0.53% | 0.74% | - |
| XYZ | 29.01 | 41.77 | 15.77 | - |
| YUV | 159.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 88 | 0.32 | 0 | 0.53 | 0.26 | 95.64 | 0.43 | 0.54 |
| Hex | 81 | BD | 58 | 20 | 0 | 35 | 1A | 60 | 2B | 36 |
| Octal | 201 | 275 | 130 | 40 | 0 | 65 | 32 | 140 | 53 | 66 |
| Binary | 10000001 | 10111101 | 1011000 | 100000 | 0 | 110101 | 11010 | 1100000 | 101011 | 110110 |
Color Harmonies of #81BD58
Complementary color
Monochromatic Colors of #81BD58
Black with #81BD58
Text Example
Text Example
White with #81BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD58; }
p { color: rgb(129,189,88); }
H1.HeaderClassName
{
color: #81BD58;
}
.AnyTagClassName
{
color: #81BD58;
}
</style>
background-color css
<style>
a { background-color: #81BD58; }
a { background-color: rgb(129,189,88); }
div.DivClassName
{
background-color: #81BD58;
}
.BgClassName
{
background-color: #81BD58;
}
</style>
border-color css
<style>
span { border-color: #81BD58; }
span { border-color: rgb(129,189,88); }
td.TdClassName
{
border-color: #81BD58;
}
.TagClassName
{
border-color: #81BD58;
}
</style>