Shades of Mantis #80C147
Tints of Mantis #80C147
RGB
CMYK
RGB Variations
Color information
#80C147 (or 0x80C147) is known color: Mantis. HEX triplet: 80, C1 and 47. RGB value is (128,193,71). Sum of RGB (Red+Green+Blue) = 128+193+71=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #80C147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C147 is #7F3EB8. Grayscale: #A0A0A0. Windows color (decimal): -8339129 or 4702592. OLE color: 4702592.
HSL color Cylindrical-coordinate representation of color #80C147: hue angle of 91.97º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80C147 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 71 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.24 |
| HSL | 91.97º | 0.5% | 0.52% | - |
| HSV(B) | 91.97º | 0.63% | 0.76% | - |
| XYZ | 29.11 | 43.18 | 12.76 | - |
| YUV | 159.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 71 | 0.34 | 0 | 0.63 | 0.24 | 91.97 | 0.5 | 0.52 |
| Hex | 80 | C1 | 47 | 22 | 0 | 3F | 18 | 5C | 32 | 34 |
| Octal | 200 | 301 | 107 | 42 | 0 | 77 | 30 | 134 | 62 | 64 |
| Binary | 10000000 | 11000001 | 1000111 | 100010 | 0 | 111111 | 11000 | 1011100 | 110010 | 110100 |
Color Harmonies of #80C147
Complementary color
Monochromatic Colors of #80C147
Black with #80C147
Text Example
Text Example
White with #80C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C147; }
p { color: rgb(128,193,71); }
H1.HeaderClassName
{
color: #80C147;
}
.AnyTagClassName
{
color: #80C147;
}
</style>
background-color css
<style>
a { background-color: #80C147; }
a { background-color: rgb(128,193,71); }
div.DivClassName
{
background-color: #80C147;
}
.BgClassName
{
background-color: #80C147;
}
</style>
border-color css
<style>
span { border-color: #80C147; }
span { border-color: rgb(128,193,71); }
td.TdClassName
{
border-color: #80C147;
}
.TagClassName
{
border-color: #80C147;
}
</style>