Shades of Mantis #80D246
Tints of Mantis #80D246
RGB
CMYK
RGB Variations
Color information
#80D246 (or 0x80D246) is known color: Mantis. HEX triplet: 80, D2 and 46. RGB value is (128,210,70). Sum of RGB (Red+Green+Blue) = 128+210+70=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #80D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D246 is #7F2DB9. Grayscale: #A9A9A9. Windows color (decimal): -8334778 or 4641408. OLE color: 4641408.
HSL color Cylindrical-coordinate representation of color #80D246: hue angle of 95.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80D246 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 70 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.18 |
| HSL | 95.14º | 0.61% | 0.55% | - |
| HSV(B) | 95.14º | 0.67% | 0.82% | - |
| XYZ | 33.05 | 51.12 | 13.92 | - |
| YUV | 169.52 | 71.83 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 70 | 0.39 | 0 | 0.67 | 0.18 | 95.14 | 0.61 | 0.55 |
| Hex | 80 | D2 | 46 | 27 | 0 | 43 | 12 | 5F | 3D | 37 |
| Octal | 200 | 322 | 106 | 47 | 0 | 103 | 22 | 137 | 75 | 67 |
| Binary | 10000000 | 11010010 | 1000110 | 100111 | 0 | 1000011 | 10010 | 1011111 | 111101 | 110111 |
Color Harmonies of #80D246
Complementary color
Monochromatic Colors of #80D246
Black with #80D246
Text Example
Text Example
White with #80D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D246; }
p { color: rgb(128,210,70); }
H1.HeaderClassName
{
color: #80D246;
}
.AnyTagClassName
{
color: #80D246;
}
</style>
background-color css
<style>
a { background-color: #80D246; }
a { background-color: rgb(128,210,70); }
div.DivClassName
{
background-color: #80D246;
}
.BgClassName
{
background-color: #80D246;
}
</style>
border-color css
<style>
span { border-color: #80D246; }
span { border-color: rgb(128,210,70); }
td.TdClassName
{
border-color: #80D246;
}
.TagClassName
{
border-color: #80D246;
}
</style>