Shades of Mantis #80BB74
Tints of Mantis #80BB74
RGB
CMYK
RGB Variations
Color information
#80BB74 (or 0x80BB74) is known color: Mantis. HEX triplet: 80, BB and 74. RGB value is (128,187,116). Sum of RGB (Red+Green+Blue) = 128+187+116=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB74 is #7F448B. Grayscale: #A1A1A1. Windows color (decimal): -8340620 or 7650176. OLE color: 7650176.
HSL color Cylindrical-coordinate representation of color #80BB74: hue angle of 109.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BB74 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 116 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.27 |
| HSL | 109.86º | 0.34% | 0.59% | - |
| HSV(B) | 109.86º | 0.38% | 0.73% | - |
| XYZ | 29.82 | 41.39 | 22.94 | - |
| YUV | 161.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 116 | 0.32 | 0 | 0.38 | 0.27 | 109.86 | 0.34 | 0.59 |
| Hex | 80 | BB | 74 | 20 | 0 | 26 | 1B | 6E | 22 | 3B |
| Octal | 200 | 273 | 164 | 40 | 0 | 46 | 33 | 156 | 42 | 73 |
| Binary | 10000000 | 10111011 | 1110100 | 100000 | 0 | 100110 | 11011 | 1101110 | 100010 | 111011 |
Color Harmonies of #80BB74
Complementary color
Monochromatic Colors of #80BB74
Black with #80BB74
Text Example
Text Example
White with #80BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB74; }
p { color: rgb(128,187,116); }
H1.HeaderClassName
{
color: #80BB74;
}
.AnyTagClassName
{
color: #80BB74;
}
</style>
background-color css
<style>
a { background-color: #80BB74; }
a { background-color: rgb(128,187,116); }
div.DivClassName
{
background-color: #80BB74;
}
.BgClassName
{
background-color: #80BB74;
}
</style>
border-color css
<style>
span { border-color: #80BB74; }
span { border-color: rgb(128,187,116); }
td.TdClassName
{
border-color: #80BB74;
}
.TagClassName
{
border-color: #80BB74;
}
</style>