Shades of Mantis #80BB69
Tints of Mantis #80BB69
RGB
CMYK
RGB Variations
Color information
#80BB69 (or 0x80BB69) is known color: Mantis. HEX triplet: 80, BB and 69. RGB value is (128,187,105). Sum of RGB (Red+Green+Blue) = 128+187+105=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB69 is #7F4496. Grayscale: #A0A0A0. Windows color (decimal): -8340631 or 6929280. OLE color: 6929280.
HSL color Cylindrical-coordinate representation of color #80BB69: hue angle of 103.17º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80BB69 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 105 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.27 |
| HSL | 103.17º | 0.38% | 0.57% | - |
| HSV(B) | 103.17º | 0.44% | 0.73% | - |
| XYZ | 29.22 | 41.15 | 19.77 | - |
| YUV | 160.01 | 96.95 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 105 | 0.32 | 0 | 0.44 | 0.27 | 103.17 | 0.38 | 0.57 |
| Hex | 80 | BB | 69 | 20 | 0 | 2C | 1B | 67 | 26 | 39 |
| Octal | 200 | 273 | 151 | 40 | 0 | 54 | 33 | 147 | 46 | 71 |
| Binary | 10000000 | 10111011 | 1101001 | 100000 | 0 | 101100 | 11011 | 1100111 | 100110 | 111001 |
Color Harmonies of #80BB69
Complementary color
Monochromatic Colors of #80BB69
Black with #80BB69
Text Example
Text Example
White with #80BB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB69; }
p { color: rgb(128,187,105); }
H1.HeaderClassName
{
color: #80BB69;
}
.AnyTagClassName
{
color: #80BB69;
}
</style>
background-color css
<style>
a { background-color: #80BB69; }
a { background-color: rgb(128,187,105); }
div.DivClassName
{
background-color: #80BB69;
}
.BgClassName
{
background-color: #80BB69;
}
</style>
border-color css
<style>
span { border-color: #80BB69; }
span { border-color: rgb(128,187,105); }
td.TdClassName
{
border-color: #80BB69;
}
.TagClassName
{
border-color: #80BB69;
}
</style>