Shades of Mantis #80C24F
Tints of Mantis #80C24F
RGB
CMYK
RGB Variations
Color information
#80C24F (or 0x80C24F) is known color: Mantis. HEX triplet: 80, C2 and 4F. RGB value is (128,194,79). Sum of RGB (Red+Green+Blue) = 128+194+79=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #80C24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C24F is #7F3DB0. Grayscale: #A1A1A1. Windows color (decimal): -8338865 or 5227136. OLE color: 5227136.
HSL color Cylindrical-coordinate representation of color #80C24F: hue angle of 94.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80C24F is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 79 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.24 |
| HSL | 94.43º | 0.49% | 0.54% | - |
| HSV(B) | 94.43º | 0.59% | 0.76% | - |
| XYZ | 29.61 | 43.74 | 14.28 | - |
| YUV | 161.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 79 | 0.34 | 0 | 0.59 | 0.24 | 94.43 | 0.49 | 0.54 |
| Hex | 80 | C2 | 4F | 22 | 0 | 3B | 18 | 5E | 31 | 36 |
| Octal | 200 | 302 | 117 | 42 | 0 | 73 | 30 | 136 | 61 | 66 |
| Binary | 10000000 | 11000010 | 1001111 | 100010 | 0 | 111011 | 11000 | 1011110 | 110001 | 110110 |
Color Harmonies of #80C24F
Complementary color
Monochromatic Colors of #80C24F
Black with #80C24F
Text Example
Text Example
White with #80C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C24F; }
p { color: rgb(128,194,79); }
H1.HeaderClassName
{
color: #80C24F;
}
.AnyTagClassName
{
color: #80C24F;
}
</style>
background-color css
<style>
a { background-color: #80C24F; }
a { background-color: rgb(128,194,79); }
div.DivClassName
{
background-color: #80C24F;
}
.BgClassName
{
background-color: #80C24F;
}
</style>
border-color css
<style>
span { border-color: #80C24F; }
span { border-color: rgb(128,194,79); }
td.TdClassName
{
border-color: #80C24F;
}
.TagClassName
{
border-color: #80C24F;
}
</style>