Shades of Mantis #80B863
Tints of Mantis #80B863
RGB
CMYK
RGB Variations
Color information
#80B863 (or 0x80B863) is known color: Mantis. HEX triplet: 80, B8 and 63. RGB value is (128,184,99). Sum of RGB (Red+Green+Blue) = 128+184+99=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #80B863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B863 is #7F479C. Grayscale: #9D9D9D. Windows color (decimal): -8341405 or 6535296. OLE color: 6535296.
HSL color Cylindrical-coordinate representation of color #80B863: hue angle of 99.53º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B863 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 99 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.28 |
| HSL | 99.53º | 0.37% | 0.55% | - |
| HSV(B) | 99.53º | 0.46% | 0.72% | - |
| XYZ | 28.29 | 39.77 | 17.99 | - |
| YUV | 157.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 99 | 0.30 | 0 | 0.46 | 0.28 | 99.53 | 0.37 | 0.55 |
| Hex | 80 | B8 | 63 | 1E | 0 | 2E | 1C | 64 | 25 | 37 |
| Octal | 200 | 270 | 143 | 36 | 0 | 56 | 34 | 144 | 45 | 67 |
| Binary | 10000000 | 10111000 | 1100011 | 11110 | 0 | 101110 | 11100 | 1100100 | 100101 | 110111 |
Color Harmonies of #80B863
Complementary color
Monochromatic Colors of #80B863
Black with #80B863
Text Example
Text Example
White with #80B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B863; }
p { color: rgb(128,184,99); }
H1.HeaderClassName
{
color: #80B863;
}
.AnyTagClassName
{
color: #80B863;
}
</style>
background-color css
<style>
a { background-color: #80B863; }
a { background-color: rgb(128,184,99); }
div.DivClassName
{
background-color: #80B863;
}
.BgClassName
{
background-color: #80B863;
}
</style>
border-color css
<style>
span { border-color: #80B863; }
span { border-color: rgb(128,184,99); }
td.TdClassName
{
border-color: #80B863;
}
.TagClassName
{
border-color: #80B863;
}
</style>