Shades of Mantis #80C072
Tints of Mantis #80C072
RGB
CMYK
RGB Variations
Color information
#80C072 (or 0x80C072) is known color: Mantis. HEX triplet: 80, C0 and 72. RGB value is (128,192,114). Sum of RGB (Red+Green+Blue) = 128+192+114=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #80C072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C072 is #7F3F8D. Grayscale: #A4A4A4. Windows color (decimal): -8339342 or 7520384. OLE color: 7520384.
HSL color Cylindrical-coordinate representation of color #80C072: hue angle of 109.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80C072 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 114 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.25 |
| HSL | 109.23º | 0.38% | 0.6% | - |
| HSV(B) | 109.23º | 0.41% | 0.75% | - |
| XYZ | 30.79 | 43.5 | 22.69 | - |
| YUV | 163.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 114 | 0.33 | 0 | 0.41 | 0.25 | 109.23 | 0.38 | 0.6 |
| Hex | 80 | C0 | 72 | 21 | 0 | 29 | 19 | 6D | 26 | 3C |
| Octal | 200 | 300 | 162 | 41 | 0 | 51 | 31 | 155 | 46 | 74 |
| Binary | 10000000 | 11000000 | 1110010 | 100001 | 0 | 101001 | 11001 | 1101101 | 100110 | 111100 |
Color Harmonies of #80C072
Complementary color
Monochromatic Colors of #80C072
Black with #80C072
Text Example
Text Example
White with #80C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C072; }
p { color: rgb(128,192,114); }
H1.HeaderClassName
{
color: #80C072;
}
.AnyTagClassName
{
color: #80C072;
}
</style>
background-color css
<style>
a { background-color: #80C072; }
a { background-color: rgb(128,192,114); }
div.DivClassName
{
background-color: #80C072;
}
.BgClassName
{
background-color: #80C072;
}
</style>
border-color css
<style>
span { border-color: #80C072; }
span { border-color: rgb(128,192,114); }
td.TdClassName
{
border-color: #80C072;
}
.TagClassName
{
border-color: #80C072;
}
</style>