Shades of Mantis #80B55E
Tints of Mantis #80B55E
RGB
CMYK
RGB Variations
Color information
#80B55E (or 0x80B55E) is known color: Mantis. HEX triplet: 80, B5 and 5E. RGB value is (128,181,94). Sum of RGB (Red+Green+Blue) = 128+181+94=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #80B55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B55E is #7F4AA1. Grayscale: #9B9B9B. Windows color (decimal): -8342178 or 6206848. OLE color: 6206848.
HSL color Cylindrical-coordinate representation of color #80B55E: hue angle of 96.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80B55E is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 94 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.29 |
| HSL | 96.55º | 0.37% | 0.54% | - |
| HSV(B) | 96.55º | 0.48% | 0.71% | - |
| XYZ | 27.45 | 38.45 | 16.56 | - |
| YUV | 155.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 94 | 0.29 | 0 | 0.48 | 0.29 | 96.55 | 0.37 | 0.54 |
| Hex | 80 | B5 | 5E | 1D | 0 | 30 | 1D | 61 | 25 | 36 |
| Octal | 200 | 265 | 136 | 35 | 0 | 60 | 35 | 141 | 45 | 66 |
| Binary | 10000000 | 10110101 | 1011110 | 11101 | 0 | 110000 | 11101 | 1100001 | 100101 | 110110 |
Color Harmonies of #80B55E
Complementary color
Monochromatic Colors of #80B55E
Black with #80B55E
Text Example
Text Example
White with #80B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B55E; }
p { color: rgb(128,181,94); }
H1.HeaderClassName
{
color: #80B55E;
}
.AnyTagClassName
{
color: #80B55E;
}
</style>
background-color css
<style>
a { background-color: #80B55E; }
a { background-color: rgb(128,181,94); }
div.DivClassName
{
background-color: #80B55E;
}
.BgClassName
{
background-color: #80B55E;
}
</style>
border-color css
<style>
span { border-color: #80B55E; }
span { border-color: rgb(128,181,94); }
td.TdClassName
{
border-color: #80B55E;
}
.TagClassName
{
border-color: #80B55E;
}
</style>