Shades of Mantis #80C855
Tints of Mantis #80C855
RGB
CMYK
RGB Variations
Color information
#80C855 (or 0x80C855) is known color: Mantis. HEX triplet: 80, C8 and 55. RGB value is (128,200,85). Sum of RGB (Red+Green+Blue) = 128+200+85=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #80C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C855 is #7F37AA. Grayscale: #A5A5A5. Windows color (decimal): -8337323 or 5621888. OLE color: 5621888.
HSL color Cylindrical-coordinate representation of color #80C855: hue angle of 97.57º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80C855 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 85 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.22 |
| HSL | 97.57º | 0.51% | 0.56% | - |
| HSV(B) | 97.57º | 0.58% | 0.78% | - |
| XYZ | 31.2 | 46.55 | 15.94 | - |
| YUV | 165.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 85 | 0.36 | 0 | 0.58 | 0.22 | 97.57 | 0.51 | 0.56 |
| Hex | 80 | C8 | 55 | 24 | 0 | 3A | 16 | 62 | 33 | 38 |
| Octal | 200 | 310 | 125 | 44 | 0 | 72 | 26 | 142 | 63 | 70 |
| Binary | 10000000 | 11001000 | 1010101 | 100100 | 0 | 111010 | 10110 | 1100010 | 110011 | 111000 |
Color Harmonies of #80C855
Complementary color
Monochromatic Colors of #80C855
Black with #80C855
Text Example
Text Example
White with #80C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C855; }
p { color: rgb(128,200,85); }
H1.HeaderClassName
{
color: #80C855;
}
.AnyTagClassName
{
color: #80C855;
}
</style>
background-color css
<style>
a { background-color: #80C855; }
a { background-color: rgb(128,200,85); }
div.DivClassName
{
background-color: #80C855;
}
.BgClassName
{
background-color: #80C855;
}
</style>
border-color css
<style>
span { border-color: #80C855; }
span { border-color: rgb(128,200,85); }
td.TdClassName
{
border-color: #80C855;
}
.TagClassName
{
border-color: #80C855;
}
</style>