Shades of Mantis #80C346
Tints of Mantis #80C346
RGB
CMYK
RGB Variations
Color information
#80C346 (or 0x80C346) is known color: Mantis. HEX triplet: 80, C3 and 46. RGB value is (128,195,70). Sum of RGB (Red+Green+Blue) = 128+195+70=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #80C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C346 is #7F3CB9. Grayscale: #A1A1A1. Windows color (decimal): -8338618 or 4637568. OLE color: 4637568.
HSL color Cylindrical-coordinate representation of color #80C346: hue angle of 92.16º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C346 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 70 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.24 |
| HSL | 92.16º | 0.51% | 0.52% | - |
| HSV(B) | 92.16º | 0.64% | 0.76% | - |
| XYZ | 29.52 | 44.06 | 12.74 | - |
| YUV | 160.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 70 | 0.34 | 0 | 0.64 | 0.24 | 92.16 | 0.51 | 0.52 |
| Hex | 80 | C3 | 46 | 22 | 0 | 40 | 18 | 5C | 33 | 34 |
| Octal | 200 | 303 | 106 | 42 | 0 | 100 | 30 | 134 | 63 | 64 |
| Binary | 10000000 | 11000011 | 1000110 | 100010 | 0 | 1000000 | 11000 | 1011100 | 110011 | 110100 |
Color Harmonies of #80C346
Complementary color
Monochromatic Colors of #80C346
Black with #80C346
Text Example
Text Example
White with #80C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C346; }
p { color: rgb(128,195,70); }
H1.HeaderClassName
{
color: #80C346;
}
.AnyTagClassName
{
color: #80C346;
}
</style>
background-color css
<style>
a { background-color: #80C346; }
a { background-color: rgb(128,195,70); }
div.DivClassName
{
background-color: #80C346;
}
.BgClassName
{
background-color: #80C346;
}
</style>
border-color css
<style>
span { border-color: #80C346; }
span { border-color: rgb(128,195,70); }
td.TdClassName
{
border-color: #80C346;
}
.TagClassName
{
border-color: #80C346;
}
</style>