Shades of Mantis #80BB53
Tints of Mantis #80BB53
RGB
CMYK
RGB Variations
Color information
#80BB53 (or 0x80BB53) is known color: Mantis. HEX triplet: 80, BB and 53. RGB value is (128,187,83). Sum of RGB (Red+Green+Blue) = 128+187+83=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB53 is #7F44AC. Grayscale: #9D9D9D. Windows color (decimal): -8340653 or 5487488. OLE color: 5487488.
HSL color Cylindrical-coordinate representation of color #80BB53: hue angle of 94.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80BB53 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 83 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.27 |
| HSL | 94.04º | 0.43% | 0.53% | - |
| HSV(B) | 94.04º | 0.56% | 0.73% | - |
| XYZ | 28.23 | 40.75 | 14.56 | - |
| YUV | 157.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 83 | 0.32 | 0 | 0.56 | 0.27 | 94.04 | 0.43 | 0.53 |
| Hex | 80 | BB | 53 | 20 | 0 | 38 | 1B | 5E | 2B | 35 |
| Octal | 200 | 273 | 123 | 40 | 0 | 70 | 33 | 136 | 53 | 65 |
| Binary | 10000000 | 10111011 | 1010011 | 100000 | 0 | 111000 | 11011 | 1011110 | 101011 | 110101 |
Color Harmonies of #80BB53
Complementary color
Monochromatic Colors of #80BB53
Black with #80BB53
Text Example
Text Example
White with #80BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB53; }
p { color: rgb(128,187,83); }
H1.HeaderClassName
{
color: #80BB53;
}
.AnyTagClassName
{
color: #80BB53;
}
</style>
background-color css
<style>
a { background-color: #80BB53; }
a { background-color: rgb(128,187,83); }
div.DivClassName
{
background-color: #80BB53;
}
.BgClassName
{
background-color: #80BB53;
}
</style>
border-color css
<style>
span { border-color: #80BB53; }
span { border-color: rgb(128,187,83); }
td.TdClassName
{
border-color: #80BB53;
}
.TagClassName
{
border-color: #80BB53;
}
</style>