Shades of Mantis #80CA44
Tints of Mantis #80CA44
RGB
CMYK
RGB Variations
Color information
#80CA44 (or 0x80CA44) is known color: Mantis. HEX triplet: 80, CA and 44. RGB value is (128,202,68). Sum of RGB (Red+Green+Blue) = 128+202+68=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA44 is #7F35BB. Grayscale: #A5A5A5. Windows color (decimal): -8336828 or 4508288. OLE color: 4508288.
HSL color Cylindrical-coordinate representation of color #80CA44: hue angle of 93.13º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80CA44 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 68 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.21 |
| HSL | 93.13º | 0.56% | 0.53% | - |
| HSV(B) | 93.13º | 0.66% | 0.79% | - |
| XYZ | 31.07 | 47.25 | 12.95 | - |
| YUV | 164.6 | 73.48 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 68 | 0.37 | 0 | 0.66 | 0.21 | 93.13 | 0.56 | 0.53 |
| Hex | 80 | CA | 44 | 25 | 0 | 42 | 15 | 5D | 38 | 35 |
| Octal | 200 | 312 | 104 | 45 | 0 | 102 | 25 | 135 | 70 | 65 |
| Binary | 10000000 | 11001010 | 1000100 | 100101 | 0 | 1000010 | 10101 | 1011101 | 111000 | 110101 |
Color Harmonies of #80CA44
Complementary color
Monochromatic Colors of #80CA44
Black with #80CA44
Text Example
Text Example
White with #80CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA44; }
p { color: rgb(128,202,68); }
H1.HeaderClassName
{
color: #80CA44;
}
.AnyTagClassName
{
color: #80CA44;
}
</style>
background-color css
<style>
a { background-color: #80CA44; }
a { background-color: rgb(128,202,68); }
div.DivClassName
{
background-color: #80CA44;
}
.BgClassName
{
background-color: #80CA44;
}
</style>
border-color css
<style>
span { border-color: #80CA44; }
span { border-color: rgb(128,202,68); }
td.TdClassName
{
border-color: #80CA44;
}
.TagClassName
{
border-color: #80CA44;
}
</style>