Shades of Mantis #81BC57
Tints of Mantis #81BC57
RGB
CMYK
RGB Variations
Color information
#81BC57 (or 0x81BC57) is known color: Mantis. HEX triplet: 81, BC and 57. RGB value is (129,188,87). Sum of RGB (Red+Green+Blue) = 129+188+87=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC57 is #7E43A8. Grayscale: #9F9F9F. Windows color (decimal): -8274857 or 5749889. OLE color: 5749889.
HSL color Cylindrical-coordinate representation of color #81BC57: hue angle of 95.05º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81BC57 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 87 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.26 |
| HSL | 95.05º | 0.43% | 0.54% | - |
| HSV(B) | 95.05º | 0.54% | 0.74% | - |
| XYZ | 28.76 | 41.32 | 15.48 | - |
| YUV | 158.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 87 | 0.31 | 0 | 0.54 | 0.26 | 95.05 | 0.43 | 0.54 |
| Hex | 81 | BC | 57 | 1F | 0 | 36 | 1A | 5F | 2B | 36 |
| Octal | 201 | 274 | 127 | 37 | 0 | 66 | 32 | 137 | 53 | 66 |
| Binary | 10000001 | 10111100 | 1010111 | 11111 | 0 | 110110 | 11010 | 1011111 | 101011 | 110110 |
Color Harmonies of #81BC57
Complementary color
Monochromatic Colors of #81BC57
Black with #81BC57
Text Example
Text Example
White with #81BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC57; }
p { color: rgb(129,188,87); }
H1.HeaderClassName
{
color: #81BC57;
}
.AnyTagClassName
{
color: #81BC57;
}
</style>
background-color css
<style>
a { background-color: #81BC57; }
a { background-color: rgb(129,188,87); }
div.DivClassName
{
background-color: #81BC57;
}
.BgClassName
{
background-color: #81BC57;
}
</style>
border-color css
<style>
span { border-color: #81BC57; }
span { border-color: rgb(129,188,87); }
td.TdClassName
{
border-color: #81BC57;
}
.TagClassName
{
border-color: #81BC57;
}
</style>