Shades of Mantis #80BA40
Tints of Mantis #80BA40
RGB
CMYK
RGB Variations
Color information
#80BA40 (or 0x80BA40) is known color: Mantis. HEX triplet: 80, BA and 40. RGB value is (128,186,64). Sum of RGB (Red+Green+Blue) = 128+186+64=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA40 is #7F45BF. Grayscale: #9B9B9B. Windows color (decimal): -8340928 or 4242048. OLE color: 4242048.
HSL color Cylindrical-coordinate representation of color #80BA40: hue angle of 88.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80BA40 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 64 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.27 |
| HSL | 88.52º | 0.49% | 0.49% | - |
| HSV(B) | 88.52º | 0.66% | 0.73% | - |
| XYZ | 27.39 | 40.08 | 11.14 | - |
| YUV | 154.75 | 76.78 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 64 | 0.31 | 0 | 0.66 | 0.27 | 88.52 | 0.49 | 0.49 |
| Hex | 80 | BA | 40 | 1F | 0 | 42 | 1B | 59 | 31 | 31 |
| Octal | 200 | 272 | 100 | 37 | 0 | 102 | 33 | 131 | 61 | 61 |
| Binary | 10000000 | 10111010 | 1000000 | 11111 | 0 | 1000010 | 11011 | 1011001 | 110001 | 110001 |
Color Harmonies of #80BA40
Complementary color
Monochromatic Colors of #80BA40
Black with #80BA40
Text Example
Text Example
White with #80BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA40; }
p { color: rgb(128,186,64); }
H1.HeaderClassName
{
color: #80BA40;
}
.AnyTagClassName
{
color: #80BA40;
}
</style>
background-color css
<style>
a { background-color: #80BA40; }
a { background-color: rgb(128,186,64); }
div.DivClassName
{
background-color: #80BA40;
}
.BgClassName
{
background-color: #80BA40;
}
</style>
border-color css
<style>
span { border-color: #80BA40; }
span { border-color: rgb(128,186,64); }
td.TdClassName
{
border-color: #80BA40;
}
.TagClassName
{
border-color: #80BA40;
}
</style>