Shades of Mantis #80BB61
Tints of Mantis #80BB61
RGB
CMYK
RGB Variations
Color information
#80BB61 (or 0x80BB61) is known color: Mantis. HEX triplet: 80, BB and 61. RGB value is (128,187,97). Sum of RGB (Red+Green+Blue) = 128+187+97=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB61 is #7F449E. Grayscale: #9F9F9F. Windows color (decimal): -8340639 or 6404992. OLE color: 6404992.
HSL color Cylindrical-coordinate representation of color #80BB61: hue angle of 99.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BB61 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 97 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.27 |
| HSL | 99.33º | 0.4% | 0.56% | - |
| HSV(B) | 99.33º | 0.48% | 0.73% | - |
| XYZ | 28.83 | 40.99 | 17.7 | - |
| YUV | 159.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 97 | 0.32 | 0 | 0.48 | 0.27 | 99.33 | 0.4 | 0.56 |
| Hex | 80 | BB | 61 | 20 | 0 | 30 | 1B | 63 | 28 | 38 |
| Octal | 200 | 273 | 141 | 40 | 0 | 60 | 33 | 143 | 50 | 70 |
| Binary | 10000000 | 10111011 | 1100001 | 100000 | 0 | 110000 | 11011 | 1100011 | 101000 | 111000 |
Color Harmonies of #80BB61
Complementary color
Monochromatic Colors of #80BB61
Black with #80BB61
Text Example
Text Example
White with #80BB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB61; }
p { color: rgb(128,187,97); }
H1.HeaderClassName
{
color: #80BB61;
}
.AnyTagClassName
{
color: #80BB61;
}
</style>
background-color css
<style>
a { background-color: #80BB61; }
a { background-color: rgb(128,187,97); }
div.DivClassName
{
background-color: #80BB61;
}
.BgClassName
{
background-color: #80BB61;
}
</style>
border-color css
<style>
span { border-color: #80BB61; }
span { border-color: rgb(128,187,97); }
td.TdClassName
{
border-color: #80BB61;
}
.TagClassName
{
border-color: #80BB61;
}
</style>