Shades of Mantis #80C43F
Tints of Mantis #80C43F
RGB
CMYK
RGB Variations
Color information
#80C43F (or 0x80C43F) is known color: Mantis. HEX triplet: 80, C4 and 3F. RGB value is (128,196,63). Sum of RGB (Red+Green+Blue) = 128+196+63=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #80C43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C43F is #7F3BC0. Grayscale: #A0A0A0. Windows color (decimal): -8338369 or 4179072. OLE color: 4179072.
HSL color Cylindrical-coordinate representation of color #80C43F: hue angle of 90.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80C43F is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 63 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.23 |
| HSL | 90.68º | 0.53% | 0.51% | - |
| HSV(B) | 90.68º | 0.68% | 0.77% | - |
| XYZ | 29.54 | 44.43 | 11.72 | - |
| YUV | 160.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 63 | 0.35 | 0 | 0.68 | 0.23 | 90.68 | 0.53 | 0.51 |
| Hex | 80 | C4 | 3F | 23 | 0 | 44 | 17 | 5B | 35 | 33 |
| Octal | 200 | 304 | 77 | 43 | 0 | 104 | 27 | 133 | 65 | 63 |
| Binary | 10000000 | 11000100 | 111111 | 100011 | 0 | 1000100 | 10111 | 1011011 | 110101 | 110011 |
Color Harmonies of #80C43F
Complementary color
Monochromatic Colors of #80C43F
Black with #80C43F
Text Example
Text Example
White with #80C43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C43F; }
p { color: rgb(128,196,63); }
H1.HeaderClassName
{
color: #80C43F;
}
.AnyTagClassName
{
color: #80C43F;
}
</style>
background-color css
<style>
a { background-color: #80C43F; }
a { background-color: rgb(128,196,63); }
div.DivClassName
{
background-color: #80C43F;
}
.BgClassName
{
background-color: #80C43F;
}
</style>
border-color css
<style>
span { border-color: #80C43F; }
span { border-color: rgb(128,196,63); }
td.TdClassName
{
border-color: #80C43F;
}
.TagClassName
{
border-color: #80C43F;
}
</style>