Shades of Mantis #80D655
Tints of Mantis #80D655
RGB
CMYK
RGB Variations
Color information
#80D655 (or 0x80D655) is known color: Mantis. HEX triplet: 80, D6 and 55. RGB value is (128,214,85). Sum of RGB (Red+Green+Blue) = 128+214+85=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #80D655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D655 is #7F29AA. Grayscale: #AEAEAE. Windows color (decimal): -8333739 or 5625472. OLE color: 5625472.
HSL color Cylindrical-coordinate representation of color #80D655: hue angle of 100º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80D655 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 85 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.16 |
| HSL | 100º | 0.61% | 0.59% | - |
| HSV(B) | 100º | 0.6% | 0.84% | - |
| XYZ | 34.59 | 53.34 | 17.07 | - |
| YUV | 173.58 | 78.01 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 85 | 0.40 | 0 | 0.60 | 0.16 | 100 | 0.61 | 0.59 |
| Hex | 80 | D6 | 55 | 28 | 0 | 3C | 10 | 64 | 3D | 3B |
| Octal | 200 | 326 | 125 | 50 | 0 | 74 | 20 | 144 | 75 | 73 |
| Binary | 10000000 | 11010110 | 1010101 | 101000 | 0 | 111100 | 10000 | 1100100 | 111101 | 111011 |
Color Harmonies of #80D655
Complementary color
Monochromatic Colors of #80D655
Black with #80D655
Text Example
Text Example
White with #80D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D655; }
p { color: rgb(128,214,85); }
H1.HeaderClassName
{
color: #80D655;
}
.AnyTagClassName
{
color: #80D655;
}
</style>
background-color css
<style>
a { background-color: #80D655; }
a { background-color: rgb(128,214,85); }
div.DivClassName
{
background-color: #80D655;
}
.BgClassName
{
background-color: #80D655;
}
</style>
border-color css
<style>
span { border-color: #80D655; }
span { border-color: rgb(128,214,85); }
td.TdClassName
{
border-color: #80D655;
}
.TagClassName
{
border-color: #80D655;
}
</style>