Shades of Mantis #80C63F
Tints of Mantis #80C63F
RGB
CMYK
RGB Variations
Color information
#80C63F (or 0x80C63F) is known color: Mantis. HEX triplet: 80, C6 and 3F. RGB value is (128,198,63). Sum of RGB (Red+Green+Blue) = 128+198+63=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #80C63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C63F is #7F39C0. Grayscale: #A2A2A2. Windows color (decimal): -8337857 or 4179584. OLE color: 4179584.
HSL color Cylindrical-coordinate representation of color #80C63F: hue angle of 91.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80C63F is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 63 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.22 |
| HSL | 91.11º | 0.54% | 0.51% | - |
| HSV(B) | 91.11º | 0.68% | 0.78% | - |
| XYZ | 29.99 | 45.34 | 11.87 | - |
| YUV | 161.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 63 | 0.35 | 0 | 0.68 | 0.22 | 91.11 | 0.54 | 0.51 |
| Hex | 80 | C6 | 3F | 23 | 0 | 44 | 16 | 5B | 36 | 33 |
| Octal | 200 | 306 | 77 | 43 | 0 | 104 | 26 | 133 | 66 | 63 |
| Binary | 10000000 | 11000110 | 111111 | 100011 | 0 | 1000100 | 10110 | 1011011 | 110110 | 110011 |
Color Harmonies of #80C63F
Complementary color
Monochromatic Colors of #80C63F
Black with #80C63F
Text Example
Text Example
White with #80C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C63F; }
p { color: rgb(128,198,63); }
H1.HeaderClassName
{
color: #80C63F;
}
.AnyTagClassName
{
color: #80C63F;
}
</style>
background-color css
<style>
a { background-color: #80C63F; }
a { background-color: rgb(128,198,63); }
div.DivClassName
{
background-color: #80C63F;
}
.BgClassName
{
background-color: #80C63F;
}
</style>
border-color css
<style>
span { border-color: #80C63F; }
span { border-color: rgb(128,198,63); }
td.TdClassName
{
border-color: #80C63F;
}
.TagClassName
{
border-color: #80C63F;
}
</style>