Shades of Mantis #80BA4D
Tints of Mantis #80BA4D
RGB
CMYK
RGB Variations
Color information
#80BA4D (or 0x80BA4D) is known color: Mantis. HEX triplet: 80, BA and 4D. RGB value is (128,186,77). Sum of RGB (Red+Green+Blue) = 128+186+77=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA4D is #7F45B2. Grayscale: #9C9C9C. Windows color (decimal): -8340915 or 5094016. OLE color: 5094016.
HSL color Cylindrical-coordinate representation of color #80BA4D: hue angle of 91.93º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80BA4D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 77 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.27 |
| HSL | 91.93º | 0.44% | 0.52% | - |
| HSV(B) | 91.93º | 0.59% | 0.73% | - |
| XYZ | 27.8 | 40.24 | 13.32 | - |
| YUV | 156.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 77 | 0.31 | 0 | 0.59 | 0.27 | 91.93 | 0.44 | 0.52 |
| Hex | 80 | BA | 4D | 1F | 0 | 3B | 1B | 5C | 2C | 34 |
| Octal | 200 | 272 | 115 | 37 | 0 | 73 | 33 | 134 | 54 | 64 |
| Binary | 10000000 | 10111010 | 1001101 | 11111 | 0 | 111011 | 11011 | 1011100 | 101100 | 110100 |
Color Harmonies of #80BA4D
Complementary color
Monochromatic Colors of #80BA4D
Black with #80BA4D
Text Example
Text Example
White with #80BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA4D; }
p { color: rgb(128,186,77); }
H1.HeaderClassName
{
color: #80BA4D;
}
.AnyTagClassName
{
color: #80BA4D;
}
</style>
background-color css
<style>
a { background-color: #80BA4D; }
a { background-color: rgb(128,186,77); }
div.DivClassName
{
background-color: #80BA4D;
}
.BgClassName
{
background-color: #80BA4D;
}
</style>
border-color css
<style>
span { border-color: #80BA4D; }
span { border-color: rgb(128,186,77); }
td.TdClassName
{
border-color: #80BA4D;
}
.TagClassName
{
border-color: #80BA4D;
}
</style>