Shades of Mantis #80BA45
Tints of Mantis #80BA45
RGB
CMYK
RGB Variations
Color information
#80BA45 (or 0x80BA45) is known color: Mantis. HEX triplet: 80, BA and 45. RGB value is (128,186,69). Sum of RGB (Red+Green+Blue) = 128+186+69=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA45 is #7F45BA. Grayscale: #9B9B9B. Windows color (decimal): -8340923 or 4569728. OLE color: 4569728.
HSL color Cylindrical-coordinate representation of color #80BA45: hue angle of 89.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80BA45 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 69 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.27 |
| HSL | 89.74º | 0.46% | 0.5% | - |
| HSV(B) | 89.74º | 0.63% | 0.73% | - |
| XYZ | 27.54 | 40.14 | 11.93 | - |
| YUV | 155.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 69 | 0.31 | 0 | 0.63 | 0.27 | 89.74 | 0.46 | 0.5 |
| Hex | 80 | BA | 45 | 1F | 0 | 3F | 1B | 5A | 2E | 32 |
| Octal | 200 | 272 | 105 | 37 | 0 | 77 | 33 | 132 | 56 | 62 |
| Binary | 10000000 | 10111010 | 1000101 | 11111 | 0 | 111111 | 11011 | 1011010 | 101110 | 110010 |
Color Harmonies of #80BA45
Complementary color
Monochromatic Colors of #80BA45
Black with #80BA45
Text Example
Text Example
White with #80BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA45; }
p { color: rgb(128,186,69); }
H1.HeaderClassName
{
color: #80BA45;
}
.AnyTagClassName
{
color: #80BA45;
}
</style>
background-color css
<style>
a { background-color: #80BA45; }
a { background-color: rgb(128,186,69); }
div.DivClassName
{
background-color: #80BA45;
}
.BgClassName
{
background-color: #80BA45;
}
</style>
border-color css
<style>
span { border-color: #80BA45; }
span { border-color: rgb(128,186,69); }
td.TdClassName
{
border-color: #80BA45;
}
.TagClassName
{
border-color: #80BA45;
}
</style>