Shades of Mantis #80B84D
Tints of Mantis #80B84D
RGB
CMYK
RGB Variations
Color information
#80B84D (or 0x80B84D) is known color: Mantis. HEX triplet: 80, B8 and 4D. RGB value is (128,184,77). Sum of RGB (Red+Green+Blue) = 128+184+77=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #80B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B84D is #7F47B2. Grayscale: #9B9B9B. Windows color (decimal): -8341427 or 5093504. OLE color: 5093504.
HSL color Cylindrical-coordinate representation of color #80B84D: hue angle of 91.4º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80B84D is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 77 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.28 |
| HSL | 91.4º | 0.43% | 0.51% | - |
| HSV(B) | 91.4º | 0.58% | 0.72% | - |
| XYZ | 27.38 | 39.41 | 13.18 | - |
| YUV | 155.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 77 | 0.30 | 0 | 0.58 | 0.28 | 91.4 | 0.43 | 0.51 |
| Hex | 80 | B8 | 4D | 1E | 0 | 3A | 1C | 5B | 2B | 33 |
| Octal | 200 | 270 | 115 | 36 | 0 | 72 | 34 | 133 | 53 | 63 |
| Binary | 10000000 | 10111000 | 1001101 | 11110 | 0 | 111010 | 11100 | 1011011 | 101011 | 110011 |
Color Harmonies of #80B84D
Complementary color
Monochromatic Colors of #80B84D
Black with #80B84D
Text Example
Text Example
White with #80B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B84D; }
p { color: rgb(128,184,77); }
H1.HeaderClassName
{
color: #80B84D;
}
.AnyTagClassName
{
color: #80B84D;
}
</style>
background-color css
<style>
a { background-color: #80B84D; }
a { background-color: rgb(128,184,77); }
div.DivClassName
{
background-color: #80B84D;
}
.BgClassName
{
background-color: #80B84D;
}
</style>
border-color css
<style>
span { border-color: #80B84D; }
span { border-color: rgb(128,184,77); }
td.TdClassName
{
border-color: #80B84D;
}
.TagClassName
{
border-color: #80B84D;
}
</style>