Shades of Mantis #80CA4D
Tints of Mantis #80CA4D
RGB
CMYK
RGB Variations
Color information
#80CA4D (or 0x80CA4D) is known color: Mantis. HEX triplet: 80, CA and 4D. RGB value is (128,202,77). Sum of RGB (Red+Green+Blue) = 128+202+77=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA4D is #7F35B2. Grayscale: #A6A6A6. Windows color (decimal): -8336819 or 5098112. OLE color: 5098112.
HSL color Cylindrical-coordinate representation of color #80CA4D: hue angle of 95.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80CA4D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 77 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.21 |
| HSL | 95.52º | 0.54% | 0.55% | - |
| HSV(B) | 95.52º | 0.62% | 0.79% | - |
| XYZ | 31.36 | 47.37 | 14.51 | - |
| YUV | 165.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 77 | 0.37 | 0 | 0.62 | 0.21 | 95.52 | 0.54 | 0.55 |
| Hex | 80 | CA | 4D | 25 | 0 | 3E | 15 | 60 | 36 | 37 |
| Octal | 200 | 312 | 115 | 45 | 0 | 76 | 25 | 140 | 66 | 67 |
| Binary | 10000000 | 11001010 | 1001101 | 100101 | 0 | 111110 | 10101 | 1100000 | 110110 | 110111 |
Color Harmonies of #80CA4D
Complementary color
Monochromatic Colors of #80CA4D
Black with #80CA4D
Text Example
Text Example
White with #80CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA4D; }
p { color: rgb(128,202,77); }
H1.HeaderClassName
{
color: #80CA4D;
}
.AnyTagClassName
{
color: #80CA4D;
}
</style>
background-color css
<style>
a { background-color: #80CA4D; }
a { background-color: rgb(128,202,77); }
div.DivClassName
{
background-color: #80CA4D;
}
.BgClassName
{
background-color: #80CA4D;
}
</style>
border-color css
<style>
span { border-color: #80CA4D; }
span { border-color: rgb(128,202,77); }
td.TdClassName
{
border-color: #80CA4D;
}
.TagClassName
{
border-color: #80CA4D;
}
</style>