Shades of Mantis #80D846
Tints of Mantis #80D846
RGB
CMYK
RGB Variations
Color information
#80D846 (or 0x80D846) is known color: Mantis. HEX triplet: 80, D8 and 46. RGB value is (128,216,70). Sum of RGB (Red+Green+Blue) = 128+216+70=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #80D846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D846 is #7F27B9. Grayscale: #ADADAD. Windows color (decimal): -8333242 or 4642944. OLE color: 4642944.
HSL color Cylindrical-coordinate representation of color #80D846: hue angle of 96.16º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80D846 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 70 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.15 |
| HSL | 96.16º | 0.65% | 0.56% | - |
| HSV(B) | 96.16º | 0.68% | 0.85% | - |
| XYZ | 34.56 | 54.14 | 14.42 | - |
| YUV | 173.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 70 | 0.41 | 0 | 0.68 | 0.15 | 96.16 | 0.65 | 0.56 |
| Hex | 80 | D8 | 46 | 29 | 0 | 44 | F | 60 | 41 | 38 |
| Octal | 200 | 330 | 106 | 51 | 0 | 104 | 17 | 140 | 101 | 70 |
| Binary | 10000000 | 11011000 | 1000110 | 101001 | 0 | 1000100 | 1111 | 1100000 | 1000001 | 111000 |
Color Harmonies of #80D846
Complementary color
Monochromatic Colors of #80D846
Black with #80D846
Text Example
Text Example
White with #80D846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D846; }
p { color: rgb(128,216,70); }
H1.HeaderClassName
{
color: #80D846;
}
.AnyTagClassName
{
color: #80D846;
}
</style>
background-color css
<style>
a { background-color: #80D846; }
a { background-color: rgb(128,216,70); }
div.DivClassName
{
background-color: #80D846;
}
.BgClassName
{
background-color: #80D846;
}
</style>
border-color css
<style>
span { border-color: #80D846; }
span { border-color: rgb(128,216,70); }
td.TdClassName
{
border-color: #80D846;
}
.TagClassName
{
border-color: #80D846;
}
</style>