Shades of Mantis #80BB44
Tints of Mantis #80BB44
RGB
CMYK
RGB Variations
Color information
#80BB44 (or 0x80BB44) is known color: Mantis. HEX triplet: 80, BB and 44. RGB value is (128,187,68). Sum of RGB (Red+Green+Blue) = 128+187+68=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB44 is #7F44BB. Grayscale: #9C9C9C. Windows color (decimal): -8340668 or 4504448. OLE color: 4504448.
HSL color Cylindrical-coordinate representation of color #80BB44: hue angle of 89.75º 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 #80BB44 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 68 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.27 |
| HSL | 89.75º | 0.47% | 0.5% | - |
| HSV(B) | 89.75º | 0.64% | 0.73% | - |
| XYZ | 27.72 | 40.55 | 11.83 | - |
| YUV | 155.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 68 | 0.32 | 0 | 0.64 | 0.27 | 89.75 | 0.47 | 0.5 |
| Hex | 80 | BB | 44 | 20 | 0 | 40 | 1B | 5A | 2F | 32 |
| Octal | 200 | 273 | 104 | 40 | 0 | 100 | 33 | 132 | 57 | 62 |
| Binary | 10000000 | 10111011 | 1000100 | 100000 | 0 | 1000000 | 11011 | 1011010 | 101111 | 110010 |
Color Harmonies of #80BB44
Complementary color
Monochromatic Colors of #80BB44
Black with #80BB44
Text Example
Text Example
White with #80BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB44; }
p { color: rgb(128,187,68); }
H1.HeaderClassName
{
color: #80BB44;
}
.AnyTagClassName
{
color: #80BB44;
}
</style>
background-color css
<style>
a { background-color: #80BB44; }
a { background-color: rgb(128,187,68); }
div.DivClassName
{
background-color: #80BB44;
}
.BgClassName
{
background-color: #80BB44;
}
</style>
border-color css
<style>
span { border-color: #80BB44; }
span { border-color: rgb(128,187,68); }
td.TdClassName
{
border-color: #80BB44;
}
.TagClassName
{
border-color: #80BB44;
}
</style>