Shades of Mantis #80C04E
Tints of Mantis #80C04E
RGB
CMYK
RGB Variations
Color information
#80C04E (or 0x80C04E) is known color: Mantis. HEX triplet: 80, C0 and 4E. RGB value is (128,192,78). Sum of RGB (Red+Green+Blue) = 128+192+78=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #80C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C04E is #7F3FB1. Grayscale: #A0A0A0. Windows color (decimal): -8339378 or 5161088. OLE color: 5161088.
HSL color Cylindrical-coordinate representation of color #80C04E: hue angle of 93.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80C04E is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 78 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.25 |
| HSL | 93.68º | 0.48% | 0.53% | - |
| HSV(B) | 93.68º | 0.59% | 0.75% | - |
| XYZ | 29.13 | 42.84 | 13.94 | - |
| YUV | 159.87 | 81.8 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 78 | 0.33 | 0 | 0.59 | 0.25 | 93.68 | 0.48 | 0.53 |
| Hex | 80 | C0 | 4E | 21 | 0 | 3B | 19 | 5E | 30 | 35 |
| Octal | 200 | 300 | 116 | 41 | 0 | 73 | 31 | 136 | 60 | 65 |
| Binary | 10000000 | 11000000 | 1001110 | 100001 | 0 | 111011 | 11001 | 1011110 | 110000 | 110101 |
Color Harmonies of #80C04E
Complementary color
Monochromatic Colors of #80C04E
Black with #80C04E
Text Example
Text Example
White with #80C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C04E; }
p { color: rgb(128,192,78); }
H1.HeaderClassName
{
color: #80C04E;
}
.AnyTagClassName
{
color: #80C04E;
}
</style>
background-color css
<style>
a { background-color: #80C04E; }
a { background-color: rgb(128,192,78); }
div.DivClassName
{
background-color: #80C04E;
}
.BgClassName
{
background-color: #80C04E;
}
</style>
border-color css
<style>
span { border-color: #80C04E; }
span { border-color: rgb(128,192,78); }
td.TdClassName
{
border-color: #80C04E;
}
.TagClassName
{
border-color: #80C04E;
}
</style>