Shades of Mantis #80CD5C
Tints of Mantis #80CD5C
RGB
CMYK
RGB Variations
Color information
#80CD5C (or 0x80CD5C) is known color: Mantis. HEX triplet: 80, CD and 5C. RGB value is (128,205,92). Sum of RGB (Red+Green+Blue) = 128+205+92=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD5C is #7F32A3. Grayscale: #A9A9A9. Windows color (decimal): -8336036 or 6081920. OLE color: 6081920.
HSL color Cylindrical-coordinate representation of color #80CD5C: hue angle of 100.88º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80CD5C is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 92 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.20 |
| HSL | 100.89º | 0.53% | 0.58% | - |
| HSV(B) | 100.89º | 0.55% | 0.8% | - |
| XYZ | 32.67 | 49.02 | 17.87 | - |
| YUV | 169.1 | 84.49 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 92 | 0.38 | 0 | 0.55 | 0.20 | 100.89 | 0.53 | 0.58 |
| Hex | 80 | CD | 5C | 26 | 0 | 37 | 14 | 65 | 35 | 3A |
| Octal | 200 | 315 | 134 | 46 | 0 | 67 | 24 | 145 | 65 | 72 |
| Binary | 10000000 | 11001101 | 1011100 | 100110 | 0 | 110111 | 10100 | 1100101 | 110101 | 111010 |
Color Harmonies of #80CD5C
Complementary color
Monochromatic Colors of #80CD5C
Black with #80CD5C
Text Example
Text Example
White with #80CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CD5C; }
p { color: rgb(128,205,92); }
H1.HeaderClassName
{
color: #80CD5C;
}
.AnyTagClassName
{
color: #80CD5C;
}
</style>
background-color css
<style>
a { background-color: #80CD5C; }
a { background-color: rgb(128,205,92); }
div.DivClassName
{
background-color: #80CD5C;
}
.BgClassName
{
background-color: #80CD5C;
}
</style>
border-color css
<style>
span { border-color: #80CD5C; }
span { border-color: rgb(128,205,92); }
td.TdClassName
{
border-color: #80CD5C;
}
.TagClassName
{
border-color: #80CD5C;
}
</style>