Shades of Mantis #80D755
Tints of Mantis #80D755
RGB
CMYK
RGB Variations
Color information
#80D755 (or 0x80D755) is known color: Mantis. HEX triplet: 80, D7 and 55. RGB value is (128,215,85). Sum of RGB (Red+Green+Blue) = 128+215+85=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #80D755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D755 is #7F28AA. Grayscale: #AEAEAE. Windows color (decimal): -8333483 or 5625728. OLE color: 5625728.
HSL color Cylindrical-coordinate representation of color #80D755: hue angle of 100.15º degrees, saturation: 0.62, 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 #80D755 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 85 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.16 |
| HSL | 100.15º | 0.62% | 0.59% | - |
| HSV(B) | 100.15º | 0.6% | 0.84% | - |
| XYZ | 34.84 | 53.85 | 17.15 | - |
| YUV | 174.17 | 77.68 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 85 | 0.40 | 0 | 0.60 | 0.16 | 100.15 | 0.62 | 0.59 |
| Hex | 80 | D7 | 55 | 28 | 0 | 3C | 10 | 64 | 3E | 3B |
| Octal | 200 | 327 | 125 | 50 | 0 | 74 | 20 | 144 | 76 | 73 |
| Binary | 10000000 | 11010111 | 1010101 | 101000 | 0 | 111100 | 10000 | 1100100 | 111110 | 111011 |
Color Harmonies of #80D755
Complementary color
Monochromatic Colors of #80D755
Black with #80D755
Text Example
Text Example
White with #80D755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D755; }
p { color: rgb(128,215,85); }
H1.HeaderClassName
{
color: #80D755;
}
.AnyTagClassName
{
color: #80D755;
}
</style>
background-color css
<style>
a { background-color: #80D755; }
a { background-color: rgb(128,215,85); }
div.DivClassName
{
background-color: #80D755;
}
.BgClassName
{
background-color: #80D755;
}
</style>
border-color css
<style>
span { border-color: #80D755; }
span { border-color: rgb(128,215,85); }
td.TdClassName
{
border-color: #80D755;
}
.TagClassName
{
border-color: #80D755;
}
</style>