Shades of Mantis #80B759
Tints of Mantis #80B759
RGB
CMYK
RGB Variations
Color information
#80B759 (or 0x80B759) is known color: Mantis. HEX triplet: 80, B7 and 59. RGB value is (128,183,89). Sum of RGB (Red+Green+Blue) = 128+183+89=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #80B759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B759 is #7F48A6. Grayscale: #9C9C9C. Windows color (decimal): -8341671 or 5879680. OLE color: 5879680.
HSL color Cylindrical-coordinate representation of color #80B759: hue angle of 95.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B759 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 89 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.28 |
| HSL | 95.11º | 0.39% | 0.53% | - |
| HSV(B) | 95.11º | 0.51% | 0.72% | - |
| XYZ | 27.64 | 39.18 | 15.56 | - |
| YUV | 155.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 89 | 0.30 | 0 | 0.51 | 0.28 | 95.11 | 0.39 | 0.53 |
| Hex | 80 | B7 | 59 | 1E | 0 | 33 | 1C | 5F | 27 | 35 |
| Octal | 200 | 267 | 131 | 36 | 0 | 63 | 34 | 137 | 47 | 65 |
| Binary | 10000000 | 10110111 | 1011001 | 11110 | 0 | 110011 | 11100 | 1011111 | 100111 | 110101 |
Color Harmonies of #80B759
Complementary color
Monochromatic Colors of #80B759
Black with #80B759
Text Example
Text Example
White with #80B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B759; }
p { color: rgb(128,183,89); }
H1.HeaderClassName
{
color: #80B759;
}
.AnyTagClassName
{
color: #80B759;
}
</style>
background-color css
<style>
a { background-color: #80B759; }
a { background-color: rgb(128,183,89); }
div.DivClassName
{
background-color: #80B759;
}
.BgClassName
{
background-color: #80B759;
}
</style>
border-color css
<style>
span { border-color: #80B759; }
span { border-color: rgb(128,183,89); }
td.TdClassName
{
border-color: #80B759;
}
.TagClassName
{
border-color: #80B759;
}
</style>