Shades of Mantis #80C63E
Tints of Mantis #80C63E
RGB
CMYK
RGB Variations
Color information
#80C63E (or 0x80C63E) is known color: Mantis. HEX triplet: 80, C6 and 3E. RGB value is (128,198,62). Sum of RGB (Red+Green+Blue) = 128+198+62=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #80C63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C63E is #7F39C1. Grayscale: #A2A2A2. Windows color (decimal): -8337858 or 4114048. OLE color: 4114048.
HSL color Cylindrical-coordinate representation of color #80C63E: hue angle of 90.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80C63E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 62 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.22 |
| HSL | 90.88º | 0.54% | 0.51% | - |
| HSV(B) | 90.88º | 0.69% | 0.78% | - |
| XYZ | 29.97 | 45.33 | 11.73 | - |
| YUV | 161.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 62 | 0.35 | 0 | 0.69 | 0.22 | 90.88 | 0.54 | 0.51 |
| Hex | 80 | C6 | 3E | 23 | 0 | 45 | 16 | 5B | 36 | 33 |
| Octal | 200 | 306 | 76 | 43 | 0 | 105 | 26 | 133 | 66 | 63 |
| Binary | 10000000 | 11000110 | 111110 | 100011 | 0 | 1000101 | 10110 | 1011011 | 110110 | 110011 |
Color Harmonies of #80C63E
Complementary color
Monochromatic Colors of #80C63E
Black with #80C63E
Text Example
Text Example
White with #80C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C63E; }
p { color: rgb(128,198,62); }
H1.HeaderClassName
{
color: #80C63E;
}
.AnyTagClassName
{
color: #80C63E;
}
</style>
background-color css
<style>
a { background-color: #80C63E; }
a { background-color: rgb(128,198,62); }
div.DivClassName
{
background-color: #80C63E;
}
.BgClassName
{
background-color: #80C63E;
}
</style>
border-color css
<style>
span { border-color: #80C63E; }
span { border-color: rgb(128,198,62); }
td.TdClassName
{
border-color: #80C63E;
}
.TagClassName
{
border-color: #80C63E;
}
</style>