Shades of Mantis #80BB41
Tints of Mantis #80BB41
RGB
CMYK
RGB Variations
Color information
#80BB41 (or 0x80BB41) is known color: Mantis. HEX triplet: 80, BB and 41. RGB value is (128,187,65). Sum of RGB (Red+Green+Blue) = 128+187+65=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB41 is #7F44BE. Grayscale: #9B9B9B. Windows color (decimal): -8340671 or 4307840. OLE color: 4307840.
HSL color Cylindrical-coordinate representation of color #80BB41: hue angle of 89.02º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80BB41 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 65 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.27 |
| HSL | 89.02º | 0.48% | 0.49% | - |
| HSV(B) | 89.02º | 0.65% | 0.73% | - |
| XYZ | 27.63 | 40.51 | 11.36 | - |
| YUV | 155.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 65 | 0.32 | 0 | 0.65 | 0.27 | 89.02 | 0.48 | 0.49 |
| Hex | 80 | BB | 41 | 20 | 0 | 41 | 1B | 59 | 30 | 31 |
| Octal | 200 | 273 | 101 | 40 | 0 | 101 | 33 | 131 | 60 | 61 |
| Binary | 10000000 | 10111011 | 1000001 | 100000 | 0 | 1000001 | 11011 | 1011001 | 110000 | 110001 |
Color Harmonies of #80BB41
Complementary color
Monochromatic Colors of #80BB41
Black with #80BB41
Text Example
Text Example
White with #80BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB41; }
p { color: rgb(128,187,65); }
H1.HeaderClassName
{
color: #80BB41;
}
.AnyTagClassName
{
color: #80BB41;
}
</style>
background-color css
<style>
a { background-color: #80BB41; }
a { background-color: rgb(128,187,65); }
div.DivClassName
{
background-color: #80BB41;
}
.BgClassName
{
background-color: #80BB41;
}
</style>
border-color css
<style>
span { border-color: #80BB41; }
span { border-color: rgb(128,187,65); }
td.TdClassName
{
border-color: #80BB41;
}
.TagClassName
{
border-color: #80BB41;
}
</style>