Shades of Mantis #80BB45
Tints of Mantis #80BB45
RGB
CMYK
RGB Variations
Color information
#80BB45 (or 0x80BB45) is known color: Mantis. HEX triplet: 80, BB and 45. RGB value is (128,187,69). Sum of RGB (Red+Green+Blue) = 128+187+69=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB45 is #7F44BA. Grayscale: #9C9C9C. Windows color (decimal): -8340667 or 4569984. OLE color: 4569984.
HSL color Cylindrical-coordinate representation of color #80BB45: hue angle of 90º 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 #80BB45 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 69 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.27 |
| HSL | 90º | 0.46% | 0.5% | - |
| HSV(B) | 90º | 0.63% | 0.73% | - |
| XYZ | 27.75 | 40.56 | 12 | - |
| YUV | 155.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 69 | 0.32 | 0 | 0.63 | 0.27 | 90 | 0.46 | 0.5 |
| Hex | 80 | BB | 45 | 20 | 0 | 3F | 1B | 5A | 2E | 32 |
| Octal | 200 | 273 | 105 | 40 | 0 | 77 | 33 | 132 | 56 | 62 |
| Binary | 10000000 | 10111011 | 1000101 | 100000 | 0 | 111111 | 11011 | 1011010 | 101110 | 110010 |
Color Harmonies of #80BB45
Complementary color
Monochromatic Colors of #80BB45
Black with #80BB45
Text Example
Text Example
White with #80BB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB45; }
p { color: rgb(128,187,69); }
H1.HeaderClassName
{
color: #80BB45;
}
.AnyTagClassName
{
color: #80BB45;
}
</style>
background-color css
<style>
a { background-color: #80BB45; }
a { background-color: rgb(128,187,69); }
div.DivClassName
{
background-color: #80BB45;
}
.BgClassName
{
background-color: #80BB45;
}
</style>
border-color css
<style>
span { border-color: #80BB45; }
span { border-color: rgb(128,187,69); }
td.TdClassName
{
border-color: #80BB45;
}
.TagClassName
{
border-color: #80BB45;
}
</style>