Shades of Mantis #80C246
Tints of Mantis #80C246
RGB
CMYK
RGB Variations
Color information
#80C246 (or 0x80C246) is known color: Mantis. HEX triplet: 80, C2 and 46. RGB value is (128,194,70). Sum of RGB (Red+Green+Blue) = 128+194+70=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #80C246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C246 is #7F3DB9. Grayscale: #A0A0A0. Windows color (decimal): -8338874 or 4637312. OLE color: 4637312.
HSL color Cylindrical-coordinate representation of color #80C246: hue angle of 91.94º degrees, saturation: 0.5, 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 #80C246 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 70 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.24 |
| HSL | 91.94º | 0.5% | 0.52% | - |
| HSV(B) | 91.94º | 0.64% | 0.76% | - |
| XYZ | 29.3 | 43.61 | 12.67 | - |
| YUV | 160.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 70 | 0.34 | 0 | 0.64 | 0.24 | 91.94 | 0.5 | 0.52 |
| Hex | 80 | C2 | 46 | 22 | 0 | 40 | 18 | 5C | 32 | 34 |
| Octal | 200 | 302 | 106 | 42 | 0 | 100 | 30 | 134 | 62 | 64 |
| Binary | 10000000 | 11000010 | 1000110 | 100010 | 0 | 1000000 | 11000 | 1011100 | 110010 | 110100 |
Color Harmonies of #80C246
Complementary color
Monochromatic Colors of #80C246
Black with #80C246
Text Example
Text Example
White with #80C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C246; }
p { color: rgb(128,194,70); }
H1.HeaderClassName
{
color: #80C246;
}
.AnyTagClassName
{
color: #80C246;
}
</style>
background-color css
<style>
a { background-color: #80C246; }
a { background-color: rgb(128,194,70); }
div.DivClassName
{
background-color: #80C246;
}
.BgClassName
{
background-color: #80C246;
}
</style>
border-color css
<style>
span { border-color: #80C246; }
span { border-color: rgb(128,194,70); }
td.TdClassName
{
border-color: #80C246;
}
.TagClassName
{
border-color: #80C246;
}
</style>