Shades of Mantis #80BB6E
Tints of Mantis #80BB6E
RGB
CMYK
RGB Variations
Color information
#80BB6E (or 0x80BB6E) is known color: Mantis. HEX triplet: 80, BB and 6E. RGB value is (128,187,110). Sum of RGB (Red+Green+Blue) = 128+187+110=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB6E is #7F4491. Grayscale: #A0A0A0. Windows color (decimal): -8340626 or 7256960. OLE color: 7256960.
HSL color Cylindrical-coordinate representation of color #80BB6E: hue angle of 105.97º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BB6E is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 110 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.27 |
| HSL | 105.97º | 0.36% | 0.58% | - |
| HSV(B) | 105.97º | 0.41% | 0.73% | - |
| XYZ | 29.49 | 41.26 | 21.16 | - |
| YUV | 160.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 110 | 0.32 | 0 | 0.41 | 0.27 | 105.97 | 0.36 | 0.58 |
| Hex | 80 | BB | 6E | 20 | 0 | 29 | 1B | 6A | 24 | 3A |
| Octal | 200 | 273 | 156 | 40 | 0 | 51 | 33 | 152 | 44 | 72 |
| Binary | 10000000 | 10111011 | 1101110 | 100000 | 0 | 101001 | 11011 | 1101010 | 100100 | 111010 |
Color Harmonies of #80BB6E
Complementary color
Monochromatic Colors of #80BB6E
Black with #80BB6E
Text Example
Text Example
White with #80BB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB6E; }
p { color: rgb(128,187,110); }
H1.HeaderClassName
{
color: #80BB6E;
}
.AnyTagClassName
{
color: #80BB6E;
}
</style>
background-color css
<style>
a { background-color: #80BB6E; }
a { background-color: rgb(128,187,110); }
div.DivClassName
{
background-color: #80BB6E;
}
.BgClassName
{
background-color: #80BB6E;
}
</style>
border-color css
<style>
span { border-color: #80BB6E; }
span { border-color: rgb(128,187,110); }
td.TdClassName
{
border-color: #80BB6E;
}
.TagClassName
{
border-color: #80BB6E;
}
</style>