Shades of Mantis #80BC72
Tints of Mantis #80BC72
RGB
CMYK
RGB Variations
Color information
#80BC72 (or 0x80BC72) is known color: Mantis. HEX triplet: 80, BC and 72. RGB value is (128,188,114). Sum of RGB (Red+Green+Blue) = 128+188+114=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC72 is #7F438D. Grayscale: #A1A1A1. Windows color (decimal): -8340366 or 7519360. OLE color: 7519360.
HSL color Cylindrical-coordinate representation of color #80BC72: hue angle of 108.65º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BC72 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 114 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.26 |
| HSL | 108.65º | 0.36% | 0.59% | - |
| HSV(B) | 108.65º | 0.39% | 0.74% | - |
| XYZ | 29.92 | 41.77 | 22.41 | - |
| YUV | 161.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 114 | 0.32 | 0 | 0.39 | 0.26 | 108.65 | 0.36 | 0.59 |
| Hex | 80 | BC | 72 | 20 | 0 | 27 | 1A | 6D | 24 | 3B |
| Octal | 200 | 274 | 162 | 40 | 0 | 47 | 32 | 155 | 44 | 73 |
| Binary | 10000000 | 10111100 | 1110010 | 100000 | 0 | 100111 | 11010 | 1101101 | 100100 | 111011 |
Color Harmonies of #80BC72
Complementary color
Monochromatic Colors of #80BC72
Black with #80BC72
Text Example
Text Example
White with #80BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC72; }
p { color: rgb(128,188,114); }
H1.HeaderClassName
{
color: #80BC72;
}
.AnyTagClassName
{
color: #80BC72;
}
</style>
background-color css
<style>
a { background-color: #80BC72; }
a { background-color: rgb(128,188,114); }
div.DivClassName
{
background-color: #80BC72;
}
.BgClassName
{
background-color: #80BC72;
}
</style>
border-color css
<style>
span { border-color: #80BC72; }
span { border-color: rgb(128,188,114); }
td.TdClassName
{
border-color: #80BC72;
}
.TagClassName
{
border-color: #80BC72;
}
</style>