Shades of Mantis #80C548
Tints of Mantis #80C548
RGB
CMYK
RGB Variations
Color information
#80C548 (or 0x80C548) is known color: Mantis. HEX triplet: 80, C5 and 48. RGB value is (128,197,72). Sum of RGB (Red+Green+Blue) = 128+197+72=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #80C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C548 is #7F3AB7. Grayscale: #A2A2A2. Windows color (decimal): -8338104 or 4769152. OLE color: 4769152.
HSL color Cylindrical-coordinate representation of color #80C548: hue angle of 93.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80C548 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 72 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.23 |
| HSL | 93.12º | 0.52% | 0.53% | - |
| HSV(B) | 93.12º | 0.63% | 0.77% | - |
| XYZ | 30.04 | 44.99 | 13.23 | - |
| YUV | 162.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 72 | 0.35 | 0 | 0.63 | 0.23 | 93.12 | 0.52 | 0.53 |
| Hex | 80 | C5 | 48 | 23 | 0 | 3F | 17 | 5D | 34 | 35 |
| Octal | 200 | 305 | 110 | 43 | 0 | 77 | 27 | 135 | 64 | 65 |
| Binary | 10000000 | 11000101 | 1001000 | 100011 | 0 | 111111 | 10111 | 1011101 | 110100 | 110101 |
Color Harmonies of #80C548
Complementary color
Monochromatic Colors of #80C548
Black with #80C548
Text Example
Text Example
White with #80C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C548; }
p { color: rgb(128,197,72); }
H1.HeaderClassName
{
color: #80C548;
}
.AnyTagClassName
{
color: #80C548;
}
</style>
background-color css
<style>
a { background-color: #80C548; }
a { background-color: rgb(128,197,72); }
div.DivClassName
{
background-color: #80C548;
}
.BgClassName
{
background-color: #80C548;
}
</style>
border-color css
<style>
span { border-color: #80C548; }
span { border-color: rgb(128,197,72); }
td.TdClassName
{
border-color: #80C548;
}
.TagClassName
{
border-color: #80C548;
}
</style>