Shades of Mantis #80B358
Tints of Mantis #80B358
RGB
CMYK
RGB Variations
Color information
#80B358 (or 0x80B358) is known color: Mantis. HEX triplet: 80, B3 and 58. RGB value is (128,179,88). Sum of RGB (Red+Green+Blue) = 128+179+88=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #80B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B358 is #7F4CA7. Grayscale: #999999. Windows color (decimal): -8342696 or 5813120. OLE color: 5813120.
HSL color Cylindrical-coordinate representation of color #80B358: hue angle of 93.63º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B358 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 88 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.30 |
| HSL | 93.63º | 0.37% | 0.52% | - |
| HSV(B) | 93.63º | 0.51% | 0.7% | - |
| XYZ | 26.78 | 37.53 | 15.07 | - |
| YUV | 153.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 88 | 0.28 | 0 | 0.51 | 0.30 | 93.63 | 0.37 | 0.52 |
| Hex | 80 | B3 | 58 | 1C | 0 | 33 | 1E | 5E | 25 | 34 |
| Octal | 200 | 263 | 130 | 34 | 0 | 63 | 36 | 136 | 45 | 64 |
| Binary | 10000000 | 10110011 | 1011000 | 11100 | 0 | 110011 | 11110 | 1011110 | 100101 | 110100 |
Color Harmonies of #80B358
Complementary color
Monochromatic Colors of #80B358
Black with #80B358
Text Example
Text Example
White with #80B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B358; }
p { color: rgb(128,179,88); }
H1.HeaderClassName
{
color: #80B358;
}
.AnyTagClassName
{
color: #80B358;
}
</style>
background-color css
<style>
a { background-color: #80B358; }
a { background-color: rgb(128,179,88); }
div.DivClassName
{
background-color: #80B358;
}
.BgClassName
{
background-color: #80B358;
}
</style>
border-color css
<style>
span { border-color: #80B358; }
span { border-color: rgb(128,179,88); }
td.TdClassName
{
border-color: #80B358;
}
.TagClassName
{
border-color: #80B358;
}
</style>