Shades of Mantis #80C472
Tints of Mantis #80C472
RGB
CMYK
RGB Variations
Color information
#80C472 (or 0x80C472) is known color: Mantis. HEX triplet: 80, C4 and 72. RGB value is (128,196,114). Sum of RGB (Red+Green+Blue) = 128+196+114=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #80C472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C472 is #7F3B8D. Grayscale: #A6A6A6. Windows color (decimal): -8338318 or 7521408. OLE color: 7521408.
HSL color Cylindrical-coordinate representation of color #80C472: hue angle of 109.76º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C472 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 114 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.23 |
| HSL | 109.76º | 0.41% | 0.61% | - |
| HSV(B) | 109.76º | 0.42% | 0.77% | - |
| XYZ | 31.68 | 45.28 | 22.99 | - |
| YUV | 166.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 114 | 0.35 | 0 | 0.42 | 0.23 | 109.76 | 0.41 | 0.61 |
| Hex | 80 | C4 | 72 | 23 | 0 | 2A | 17 | 6E | 29 | 3D |
| Octal | 200 | 304 | 162 | 43 | 0 | 52 | 27 | 156 | 51 | 75 |
| Binary | 10000000 | 11000100 | 1110010 | 100011 | 0 | 101010 | 10111 | 1101110 | 101001 | 111101 |
Color Harmonies of #80C472
Complementary color
Monochromatic Colors of #80C472
Black with #80C472
Text Example
Text Example
White with #80C472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C472; }
p { color: rgb(128,196,114); }
H1.HeaderClassName
{
color: #80C472;
}
.AnyTagClassName
{
color: #80C472;
}
</style>
background-color css
<style>
a { background-color: #80C472; }
a { background-color: rgb(128,196,114); }
div.DivClassName
{
background-color: #80C472;
}
.BgClassName
{
background-color: #80C472;
}
</style>
border-color css
<style>
span { border-color: #80C472; }
span { border-color: rgb(128,196,114); }
td.TdClassName
{
border-color: #80C472;
}
.TagClassName
{
border-color: #80C472;
}
</style>