Shades of Mantis #80CA61
Tints of Mantis #80CA61
RGB
CMYK
RGB Variations
Color information
#80CA61 (or 0x80CA61) is known color: Mantis. HEX triplet: 80, CA and 61. RGB value is (128,202,97). Sum of RGB (Red+Green+Blue) = 128+202+97=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA61 is #7F359E. Grayscale: #A8A8A8. Windows color (decimal): -8336799 or 6408832. OLE color: 6408832.
HSL color Cylindrical-coordinate representation of color #80CA61: hue angle of 102.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80CA61 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 97 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.21 |
| HSL | 102.29º | 0.5% | 0.59% | - |
| HSV(B) | 102.29º | 0.52% | 0.79% | - |
| XYZ | 32.18 | 47.69 | 18.82 | - |
| YUV | 167.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 97 | 0.37 | 0 | 0.52 | 0.21 | 102.29 | 0.5 | 0.59 |
| Hex | 80 | CA | 61 | 25 | 0 | 34 | 15 | 66 | 32 | 3B |
| Octal | 200 | 312 | 141 | 45 | 0 | 64 | 25 | 146 | 62 | 73 |
| Binary | 10000000 | 11001010 | 1100001 | 100101 | 0 | 110100 | 10101 | 1100110 | 110010 | 111011 |
Color Harmonies of #80CA61
Complementary color
Monochromatic Colors of #80CA61
Black with #80CA61
Text Example
Text Example
White with #80CA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA61; }
p { color: rgb(128,202,97); }
H1.HeaderClassName
{
color: #80CA61;
}
.AnyTagClassName
{
color: #80CA61;
}
</style>
background-color css
<style>
a { background-color: #80CA61; }
a { background-color: rgb(128,202,97); }
div.DivClassName
{
background-color: #80CA61;
}
.BgClassName
{
background-color: #80CA61;
}
</style>
border-color css
<style>
span { border-color: #80CA61; }
span { border-color: rgb(128,202,97); }
td.TdClassName
{
border-color: #80CA61;
}
.TagClassName
{
border-color: #80CA61;
}
</style>