Shades of Mantis #80BA5A
Tints of Mantis #80BA5A
RGB
CMYK
RGB Variations
Color information
#80BA5A (or 0x80BA5A) is known color: Mantis. HEX triplet: 80, BA and 5A. RGB value is (128,186,90). Sum of RGB (Red+Green+Blue) = 128+186+90=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA5A is #7F45A5. Grayscale: #9E9E9E. Windows color (decimal): -8340902 or 5945984. OLE color: 5945984.
HSL color Cylindrical-coordinate representation of color #80BA5A: hue angle of 96.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80BA5A is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 90 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.27 |
| HSL | 96.25º | 0.41% | 0.54% | - |
| HSV(B) | 96.25º | 0.52% | 0.73% | - |
| XYZ | 28.31 | 40.45 | 15.99 | - |
| YUV | 157.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 90 | 0.31 | 0 | 0.52 | 0.27 | 96.25 | 0.41 | 0.54 |
| Hex | 80 | BA | 5A | 1F | 0 | 34 | 1B | 60 | 29 | 36 |
| Octal | 200 | 272 | 132 | 37 | 0 | 64 | 33 | 140 | 51 | 66 |
| Binary | 10000000 | 10111010 | 1011010 | 11111 | 0 | 110100 | 11011 | 1100000 | 101001 | 110110 |
Color Harmonies of #80BA5A
Complementary color
Monochromatic Colors of #80BA5A
Black with #80BA5A
Text Example
Text Example
White with #80BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA5A; }
p { color: rgb(128,186,90); }
H1.HeaderClassName
{
color: #80BA5A;
}
.AnyTagClassName
{
color: #80BA5A;
}
</style>
background-color css
<style>
a { background-color: #80BA5A; }
a { background-color: rgb(128,186,90); }
div.DivClassName
{
background-color: #80BA5A;
}
.BgClassName
{
background-color: #80BA5A;
}
</style>
border-color css
<style>
span { border-color: #80BA5A; }
span { border-color: rgb(128,186,90); }
td.TdClassName
{
border-color: #80BA5A;
}
.TagClassName
{
border-color: #80BA5A;
}
</style>