Shades of Mantis #80CA62
Tints of Mantis #80CA62
RGB
CMYK
RGB Variations
Color information
#80CA62 (or 0x80CA62) is known color: Mantis. HEX triplet: 80, CA and 62. RGB value is (128,202,98). Sum of RGB (Red+Green+Blue) = 128+202+98=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA62 is #7F359D. Grayscale: #A8A8A8. Windows color (decimal): -8336798 or 6474368. OLE color: 6474368.
HSL color Cylindrical-coordinate representation of color #80CA62: hue angle of 102.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80CA62 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 98 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.21 |
| HSL | 102.69º | 0.5% | 0.59% | - |
| HSV(B) | 102.69º | 0.51% | 0.79% | - |
| XYZ | 32.23 | 47.71 | 19.07 | - |
| YUV | 168.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 98 | 0.37 | 0 | 0.51 | 0.21 | 102.69 | 0.5 | 0.59 |
| Hex | 80 | CA | 62 | 25 | 0 | 33 | 15 | 67 | 32 | 3B |
| Octal | 200 | 312 | 142 | 45 | 0 | 63 | 25 | 147 | 62 | 73 |
| Binary | 10000000 | 11001010 | 1100010 | 100101 | 0 | 110011 | 10101 | 1100111 | 110010 | 111011 |
Color Harmonies of #80CA62
Complementary color
Monochromatic Colors of #80CA62
Black with #80CA62
Text Example
Text Example
White with #80CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA62; }
p { color: rgb(128,202,98); }
H1.HeaderClassName
{
color: #80CA62;
}
.AnyTagClassName
{
color: #80CA62;
}
</style>
background-color css
<style>
a { background-color: #80CA62; }
a { background-color: rgb(128,202,98); }
div.DivClassName
{
background-color: #80CA62;
}
.BgClassName
{
background-color: #80CA62;
}
</style>
border-color css
<style>
span { border-color: #80CA62; }
span { border-color: rgb(128,202,98); }
td.TdClassName
{
border-color: #80CA62;
}
.TagClassName
{
border-color: #80CA62;
}
</style>