Shades of Mantis #80B848
Tints of Mantis #80B848
RGB
CMYK
RGB Variations
Color information
#80B848 (or 0x80B848) is known color: Mantis. HEX triplet: 80, B8 and 48. RGB value is (128,184,72). Sum of RGB (Red+Green+Blue) = 128+184+72=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #80B848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B848 is #7F47B7. Grayscale: #9A9A9A. Windows color (decimal): -8341432 or 4765824. OLE color: 4765824.
HSL color Cylindrical-coordinate representation of color #80B848: hue angle of 90º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80B848 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 72 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.28 |
| HSL | 90º | 0.44% | 0.5% | - |
| HSV(B) | 90º | 0.61% | 0.72% | - |
| XYZ | 27.21 | 39.34 | 12.29 | - |
| YUV | 154.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 72 | 0.30 | 0 | 0.61 | 0.28 | 90 | 0.44 | 0.5 |
| Hex | 80 | B8 | 48 | 1E | 0 | 3D | 1C | 5A | 2C | 32 |
| Octal | 200 | 270 | 110 | 36 | 0 | 75 | 34 | 132 | 54 | 62 |
| Binary | 10000000 | 10111000 | 1001000 | 11110 | 0 | 111101 | 11100 | 1011010 | 101100 | 110010 |
Color Harmonies of #80B848
Complementary color
Monochromatic Colors of #80B848
Black with #80B848
Text Example
Text Example
White with #80B848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B848; }
p { color: rgb(128,184,72); }
H1.HeaderClassName
{
color: #80B848;
}
.AnyTagClassName
{
color: #80B848;
}
</style>
background-color css
<style>
a { background-color: #80B848; }
a { background-color: rgb(128,184,72); }
div.DivClassName
{
background-color: #80B848;
}
.BgClassName
{
background-color: #80B848;
}
</style>
border-color css
<style>
span { border-color: #80B848; }
span { border-color: rgb(128,184,72); }
td.TdClassName
{
border-color: #80B848;
}
.TagClassName
{
border-color: #80B848;
}
</style>