Shades of Mantis #80BD72
Tints of Mantis #80BD72
RGB
CMYK
RGB Variations
Color information
#80BD72 (or 0x80BD72) is known color: Mantis. HEX triplet: 80, BD and 72. RGB value is (128,189,114). Sum of RGB (Red+Green+Blue) = 128+189+114=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD72 is #7F428D. Grayscale: #A2A2A2. Windows color (decimal): -8340110 or 7519616. OLE color: 7519616.
HSL color Cylindrical-coordinate representation of color #80BD72: hue angle of 108.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BD72 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 114 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.26 |
| HSL | 108.8º | 0.36% | 0.59% | - |
| HSV(B) | 108.8º | 0.4% | 0.74% | - |
| XYZ | 30.14 | 42.2 | 22.48 | - |
| YUV | 162.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 114 | 0.32 | 0 | 0.40 | 0.26 | 108.8 | 0.36 | 0.59 |
| Hex | 80 | BD | 72 | 20 | 0 | 28 | 1A | 6D | 24 | 3B |
| Octal | 200 | 275 | 162 | 40 | 0 | 50 | 32 | 155 | 44 | 73 |
| Binary | 10000000 | 10111101 | 1110010 | 100000 | 0 | 101000 | 11010 | 1101101 | 100100 | 111011 |
Color Harmonies of #80BD72
Complementary color
Monochromatic Colors of #80BD72
Black with #80BD72
Text Example
Text Example
White with #80BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD72; }
p { color: rgb(128,189,114); }
H1.HeaderClassName
{
color: #80BD72;
}
.AnyTagClassName
{
color: #80BD72;
}
</style>
background-color css
<style>
a { background-color: #80BD72; }
a { background-color: rgb(128,189,114); }
div.DivClassName
{
background-color: #80BD72;
}
.BgClassName
{
background-color: #80BD72;
}
</style>
border-color css
<style>
span { border-color: #80BD72; }
span { border-color: rgb(128,189,114); }
td.TdClassName
{
border-color: #80BD72;
}
.TagClassName
{
border-color: #80BD72;
}
</style>