Shades of Mantis #80BA5C
Tints of Mantis #80BA5C
RGB
CMYK
RGB Variations
Color information
#80BA5C (or 0x80BA5C) is known color: Mantis. HEX triplet: 80, BA and 5C. RGB value is (128,186,92). Sum of RGB (Red+Green+Blue) = 128+186+92=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA5C is #7F45A3. Grayscale: #9E9E9E. Windows color (decimal): -8340900 or 6077056. OLE color: 6077056.
HSL color Cylindrical-coordinate representation of color #80BA5C: hue angle of 97.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80BA5C is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 92 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.27 |
| HSL | 97.02º | 0.41% | 0.55% | - |
| HSV(B) | 97.02º | 0.51% | 0.73% | - |
| XYZ | 28.39 | 40.48 | 16.44 | - |
| YUV | 157.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 92 | 0.31 | 0 | 0.51 | 0.27 | 97.02 | 0.41 | 0.55 |
| Hex | 80 | BA | 5C | 1F | 0 | 33 | 1B | 61 | 29 | 37 |
| Octal | 200 | 272 | 134 | 37 | 0 | 63 | 33 | 141 | 51 | 67 |
| Binary | 10000000 | 10111010 | 1011100 | 11111 | 0 | 110011 | 11011 | 1100001 | 101001 | 110111 |
Color Harmonies of #80BA5C
Complementary color
Monochromatic Colors of #80BA5C
Black with #80BA5C
Text Example
Text Example
White with #80BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA5C; }
p { color: rgb(128,186,92); }
H1.HeaderClassName
{
color: #80BA5C;
}
.AnyTagClassName
{
color: #80BA5C;
}
</style>
background-color css
<style>
a { background-color: #80BA5C; }
a { background-color: rgb(128,186,92); }
div.DivClassName
{
background-color: #80BA5C;
}
.BgClassName
{
background-color: #80BA5C;
}
</style>
border-color css
<style>
span { border-color: #80BA5C; }
span { border-color: rgb(128,186,92); }
td.TdClassName
{
border-color: #80BA5C;
}
.TagClassName
{
border-color: #80BA5C;
}
</style>