Shades of Mantis #80C261
Tints of Mantis #80C261
RGB
CMYK
RGB Variations
Color information
#80C261 (or 0x80C261) is known color: Mantis. HEX triplet: 80, C2 and 61. RGB value is (128,194,97). Sum of RGB (Red+Green+Blue) = 128+194+97=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #80C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C261 is #7F3D9E. Grayscale: #A3A3A3. Windows color (decimal): -8338847 or 6406784. OLE color: 6406784.
HSL color Cylindrical-coordinate representation of color #80C261: hue angle of 100.82º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C261 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 97 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.24 |
| HSL | 100.82º | 0.44% | 0.57% | - |
| HSV(B) | 100.82º | 0.5% | 0.76% | - |
| XYZ | 30.35 | 44.04 | 18.21 | - |
| YUV | 163.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 97 | 0.34 | 0 | 0.50 | 0.24 | 100.82 | 0.44 | 0.57 |
| Hex | 80 | C2 | 61 | 22 | 0 | 32 | 18 | 65 | 2C | 39 |
| Octal | 200 | 302 | 141 | 42 | 0 | 62 | 30 | 145 | 54 | 71 |
| Binary | 10000000 | 11000010 | 1100001 | 100010 | 0 | 110010 | 11000 | 1100101 | 101100 | 111001 |
Color Harmonies of #80C261
Complementary color
Monochromatic Colors of #80C261
Black with #80C261
Text Example
Text Example
White with #80C261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C261; }
p { color: rgb(128,194,97); }
H1.HeaderClassName
{
color: #80C261;
}
.AnyTagClassName
{
color: #80C261;
}
</style>
background-color css
<style>
a { background-color: #80C261; }
a { background-color: rgb(128,194,97); }
div.DivClassName
{
background-color: #80C261;
}
.BgClassName
{
background-color: #80C261;
}
</style>
border-color css
<style>
span { border-color: #80C261; }
span { border-color: rgb(128,194,97); }
td.TdClassName
{
border-color: #80C261;
}
.TagClassName
{
border-color: #80C261;
}
</style>