Shades of Mantis #80BB43
Tints of Mantis #80BB43
RGB
CMYK
RGB Variations
Color information
#80BB43 (or 0x80BB43) is known color: Mantis. HEX triplet: 80, BB and 43. RGB value is (128,187,67). Sum of RGB (Red+Green+Blue) = 128+187+67=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB43 is #7F44BC. Grayscale: #9C9C9C. Windows color (decimal): -8340669 or 4438912. OLE color: 4438912.
HSL color Cylindrical-coordinate representation of color #80BB43: hue angle of 89.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80BB43 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 67 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.27 |
| HSL | 89.5º | 0.47% | 0.5% | - |
| HSV(B) | 89.5º | 0.64% | 0.73% | - |
| XYZ | 27.69 | 40.54 | 11.68 | - |
| YUV | 155.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 67 | 0.32 | 0 | 0.64 | 0.27 | 89.5 | 0.47 | 0.5 |
| Hex | 80 | BB | 43 | 20 | 0 | 40 | 1B | 5A | 2F | 32 |
| Octal | 200 | 273 | 103 | 40 | 0 | 100 | 33 | 132 | 57 | 62 |
| Binary | 10000000 | 10111011 | 1000011 | 100000 | 0 | 1000000 | 11011 | 1011010 | 101111 | 110010 |
Color Harmonies of #80BB43
Complementary color
Monochromatic Colors of #80BB43
Black with #80BB43
Text Example
Text Example
White with #80BB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB43; }
p { color: rgb(128,187,67); }
H1.HeaderClassName
{
color: #80BB43;
}
.AnyTagClassName
{
color: #80BB43;
}
</style>
background-color css
<style>
a { background-color: #80BB43; }
a { background-color: rgb(128,187,67); }
div.DivClassName
{
background-color: #80BB43;
}
.BgClassName
{
background-color: #80BB43;
}
</style>
border-color css
<style>
span { border-color: #80BB43; }
span { border-color: rgb(128,187,67); }
td.TdClassName
{
border-color: #80BB43;
}
.TagClassName
{
border-color: #80BB43;
}
</style>