Shades of Mantis #80B357
Tints of Mantis #80B357
RGB
CMYK
RGB Variations
Color information
#80B357 (or 0x80B357) is known color: Mantis. HEX triplet: 80, B3 and 57. RGB value is (128,179,87). Sum of RGB (Red+Green+Blue) = 128+179+87=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #80B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B357 is #7F4CA8. Grayscale: #999999. Windows color (decimal): -8342697 or 5747584. OLE color: 5747584.
HSL color Cylindrical-coordinate representation of color #80B357: hue angle of 93.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B357 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 87 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.30 |
| HSL | 93.26º | 0.38% | 0.52% | - |
| HSV(B) | 93.26º | 0.51% | 0.7% | - |
| XYZ | 26.74 | 37.52 | 14.85 | - |
| YUV | 153.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 87 | 0.28 | 0 | 0.51 | 0.30 | 93.26 | 0.38 | 0.52 |
| Hex | 80 | B3 | 57 | 1C | 0 | 33 | 1E | 5D | 26 | 34 |
| Octal | 200 | 263 | 127 | 34 | 0 | 63 | 36 | 135 | 46 | 64 |
| Binary | 10000000 | 10110011 | 1010111 | 11100 | 0 | 110011 | 11110 | 1011101 | 100110 | 110100 |
Color Harmonies of #80B357
Complementary color
Monochromatic Colors of #80B357
Black with #80B357
Text Example
Text Example
White with #80B357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B357; }
p { color: rgb(128,179,87); }
H1.HeaderClassName
{
color: #80B357;
}
.AnyTagClassName
{
color: #80B357;
}
</style>
background-color css
<style>
a { background-color: #80B357; }
a { background-color: rgb(128,179,87); }
div.DivClassName
{
background-color: #80B357;
}
.BgClassName
{
background-color: #80B357;
}
</style>
border-color css
<style>
span { border-color: #80B357; }
span { border-color: rgb(128,179,87); }
td.TdClassName
{
border-color: #80B357;
}
.TagClassName
{
border-color: #80B357;
}
</style>