Shades of Mantis #80BD44
Tints of Mantis #80BD44
RGB
CMYK
RGB Variations
Color information
#80BD44 (or 0x80BD44) is known color: Mantis. HEX triplet: 80, BD and 44. RGB value is (128,189,68). Sum of RGB (Red+Green+Blue) = 128+189+68=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD44 is #7F42BB. Grayscale: #9D9D9D. Windows color (decimal): -8340156 or 4504960. OLE color: 4504960.
HSL color Cylindrical-coordinate representation of color #80BD44: hue angle of 90.25º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80BD44 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 68 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.26 |
| HSL | 90.25º | 0.48% | 0.5% | - |
| HSV(B) | 90.25º | 0.64% | 0.74% | - |
| XYZ | 28.14 | 41.4 | 11.98 | - |
| YUV | 156.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 68 | 0.32 | 0 | 0.64 | 0.26 | 90.25 | 0.48 | 0.5 |
| Hex | 80 | BD | 44 | 20 | 0 | 40 | 1A | 5A | 30 | 32 |
| Octal | 200 | 275 | 104 | 40 | 0 | 100 | 32 | 132 | 60 | 62 |
| Binary | 10000000 | 10111101 | 1000100 | 100000 | 0 | 1000000 | 11010 | 1011010 | 110000 | 110010 |
Color Harmonies of #80BD44
Complementary color
Monochromatic Colors of #80BD44
Black with #80BD44
Text Example
Text Example
White with #80BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD44; }
p { color: rgb(128,189,68); }
H1.HeaderClassName
{
color: #80BD44;
}
.AnyTagClassName
{
color: #80BD44;
}
</style>
background-color css
<style>
a { background-color: #80BD44; }
a { background-color: rgb(128,189,68); }
div.DivClassName
{
background-color: #80BD44;
}
.BgClassName
{
background-color: #80BD44;
}
</style>
border-color css
<style>
span { border-color: #80BD44; }
span { border-color: rgb(128,189,68); }
td.TdClassName
{
border-color: #80BD44;
}
.TagClassName
{
border-color: #80BD44;
}
</style>