Shades of Mantis #80BA4E
Tints of Mantis #80BA4E
RGB
CMYK
RGB Variations
Color information
#80BA4E (or 0x80BA4E) is known color: Mantis. HEX triplet: 80, BA and 4E. RGB value is (128,186,78). Sum of RGB (Red+Green+Blue) = 128+186+78=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA4E is #7F45B1. Grayscale: #9C9C9C. Windows color (decimal): -8340914 or 5159552. OLE color: 5159552.
HSL color Cylindrical-coordinate representation of color #80BA4E: hue angle of 92.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80BA4E is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 78 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.27 |
| HSL | 92.22º | 0.44% | 0.52% | - |
| HSV(B) | 92.22º | 0.58% | 0.73% | - |
| XYZ | 27.84 | 40.26 | 13.51 | - |
| YUV | 156.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 78 | 0.31 | 0 | 0.58 | 0.27 | 92.22 | 0.44 | 0.52 |
| Hex | 80 | BA | 4E | 1F | 0 | 3A | 1B | 5C | 2C | 34 |
| Octal | 200 | 272 | 116 | 37 | 0 | 72 | 33 | 134 | 54 | 64 |
| Binary | 10000000 | 10111010 | 1001110 | 11111 | 0 | 111010 | 11011 | 1011100 | 101100 | 110100 |
Color Harmonies of #80BA4E
Complementary color
Monochromatic Colors of #80BA4E
Black with #80BA4E
Text Example
Text Example
White with #80BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA4E; }
p { color: rgb(128,186,78); }
H1.HeaderClassName
{
color: #80BA4E;
}
.AnyTagClassName
{
color: #80BA4E;
}
</style>
background-color css
<style>
a { background-color: #80BA4E; }
a { background-color: rgb(128,186,78); }
div.DivClassName
{
background-color: #80BA4E;
}
.BgClassName
{
background-color: #80BA4E;
}
</style>
border-color css
<style>
span { border-color: #80BA4E; }
span { border-color: rgb(128,186,78); }
td.TdClassName
{
border-color: #80BA4E;
}
.TagClassName
{
border-color: #80BA4E;
}
</style>