Shades of Mantis #80CA40
Tints of Mantis #80CA40
RGB
CMYK
RGB Variations
Color information
#80CA40 (or 0x80CA40) is known color: Mantis. HEX triplet: 80, CA and 40. RGB value is (128,202,64). Sum of RGB (Red+Green+Blue) = 128+202+64=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA40 is #7F35BF. Grayscale: #A4A4A4. Windows color (decimal): -8336832 or 4246144. OLE color: 4246144.
HSL color Cylindrical-coordinate representation of color #80CA40: hue angle of 92.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80CA40 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 64 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.21 |
| HSL | 92.17º | 0.57% | 0.52% | - |
| HSV(B) | 92.17º | 0.68% | 0.79% | - |
| XYZ | 30.95 | 47.2 | 12.33 | - |
| YUV | 164.14 | 71.48 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 64 | 0.37 | 0 | 0.68 | 0.21 | 92.17 | 0.57 | 0.52 |
| Hex | 80 | CA | 40 | 25 | 0 | 44 | 15 | 5C | 39 | 34 |
| Octal | 200 | 312 | 100 | 45 | 0 | 104 | 25 | 134 | 71 | 64 |
| Binary | 10000000 | 11001010 | 1000000 | 100101 | 0 | 1000100 | 10101 | 1011100 | 111001 | 110100 |
Color Harmonies of #80CA40
Complementary color
Monochromatic Colors of #80CA40
Black with #80CA40
Text Example
Text Example
White with #80CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA40; }
p { color: rgb(128,202,64); }
H1.HeaderClassName
{
color: #80CA40;
}
.AnyTagClassName
{
color: #80CA40;
}
</style>
background-color css
<style>
a { background-color: #80CA40; }
a { background-color: rgb(128,202,64); }
div.DivClassName
{
background-color: #80CA40;
}
.BgClassName
{
background-color: #80CA40;
}
</style>
border-color css
<style>
span { border-color: #80CA40; }
span { border-color: rgb(128,202,64); }
td.TdClassName
{
border-color: #80CA40;
}
.TagClassName
{
border-color: #80CA40;
}
</style>