Shades of Mantis #80B755
Tints of Mantis #80B755
RGB
CMYK
RGB Variations
Color information
#80B755 (or 0x80B755) is known color: Mantis. HEX triplet: 80, B7 and 55. RGB value is (128,183,85). Sum of RGB (Red+Green+Blue) = 128+183+85=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #80B755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B755 is #7F48AA. Grayscale: #9B9B9B. Windows color (decimal): -8341675 or 5617536. OLE color: 5617536.
HSL color Cylindrical-coordinate representation of color #80B755: hue angle of 93.67º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80B755 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 85 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.28 |
| HSL | 93.67º | 0.4% | 0.53% | - |
| HSV(B) | 93.67º | 0.54% | 0.72% | - |
| XYZ | 27.48 | 39.11 | 14.7 | - |
| YUV | 155.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 85 | 0.30 | 0 | 0.54 | 0.28 | 93.67 | 0.4 | 0.53 |
| Hex | 80 | B7 | 55 | 1E | 0 | 36 | 1C | 5E | 28 | 35 |
| Octal | 200 | 267 | 125 | 36 | 0 | 66 | 34 | 136 | 50 | 65 |
| Binary | 10000000 | 10110111 | 1010101 | 11110 | 0 | 110110 | 11100 | 1011110 | 101000 | 110101 |
Color Harmonies of #80B755
Complementary color
Monochromatic Colors of #80B755
Black with #80B755
Text Example
Text Example
White with #80B755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B755; }
p { color: rgb(128,183,85); }
H1.HeaderClassName
{
color: #80B755;
}
.AnyTagClassName
{
color: #80B755;
}
</style>
background-color css
<style>
a { background-color: #80B755; }
a { background-color: rgb(128,183,85); }
div.DivClassName
{
background-color: #80B755;
}
.BgClassName
{
background-color: #80B755;
}
</style>
border-color css
<style>
span { border-color: #80B755; }
span { border-color: rgb(128,183,85); }
td.TdClassName
{
border-color: #80B755;
}
.TagClassName
{
border-color: #80B755;
}
</style>