Shades of Mantis #80C849
Tints of Mantis #80C849
RGB
CMYK
RGB Variations
Color information
#80C849 (or 0x80C849) is known color: Mantis. HEX triplet: 80, C8 and 49. RGB value is (128,200,73). Sum of RGB (Red+Green+Blue) = 128+200+73=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #80C849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C849 is #7F37B6. Grayscale: #A4A4A4. Windows color (decimal): -8337335 or 4835456. OLE color: 4835456.
HSL color Cylindrical-coordinate representation of color #80C849: hue angle of 94.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80C849 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 73 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.22 |
| HSL | 94.02º | 0.54% | 0.54% | - |
| HSV(B) | 94.02º | 0.64% | 0.78% | - |
| XYZ | 30.76 | 46.38 | 13.63 | - |
| YUV | 163.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 73 | 0.36 | 0 | 0.64 | 0.22 | 94.02 | 0.54 | 0.54 |
| Hex | 80 | C8 | 49 | 24 | 0 | 40 | 16 | 5E | 36 | 36 |
| Octal | 200 | 310 | 111 | 44 | 0 | 100 | 26 | 136 | 66 | 66 |
| Binary | 10000000 | 11001000 | 1001001 | 100100 | 0 | 1000000 | 10110 | 1011110 | 110110 | 110110 |
Color Harmonies of #80C849
Complementary color
Monochromatic Colors of #80C849
Black with #80C849
Text Example
Text Example
White with #80C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C849; }
p { color: rgb(128,200,73); }
H1.HeaderClassName
{
color: #80C849;
}
.AnyTagClassName
{
color: #80C849;
}
</style>
background-color css
<style>
a { background-color: #80C849; }
a { background-color: rgb(128,200,73); }
div.DivClassName
{
background-color: #80C849;
}
.BgClassName
{
background-color: #80C849;
}
</style>
border-color css
<style>
span { border-color: #80C849; }
span { border-color: rgb(128,200,73); }
td.TdClassName
{
border-color: #80C849;
}
.TagClassName
{
border-color: #80C849;
}
</style>