Shades of Mantis #80CD5D
Tints of Mantis #80CD5D
RGB
CMYK
RGB Variations
Color information
#80CD5D (or 0x80CD5D) is known color: Mantis. HEX triplet: 80, CD and 5D. RGB value is (128,205,93). Sum of RGB (Red+Green+Blue) = 128+205+93=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD5D is #7F32A2. Grayscale: #A9A9A9. Windows color (decimal): -8336035 or 6147456. OLE color: 6147456.
HSL color Cylindrical-coordinate representation of color #80CD5D: hue angle of 101.25º 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 #80CD5D is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 93 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.20 |
| HSL | 101.25º | 0.53% | 0.58% | - |
| HSV(B) | 101.25º | 0.55% | 0.8% | - |
| XYZ | 32.71 | 49.04 | 18.1 | - |
| YUV | 169.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 93 | 0.38 | 0 | 0.55 | 0.20 | 101.25 | 0.53 | 0.58 |
| Hex | 80 | CD | 5D | 26 | 0 | 37 | 14 | 65 | 35 | 3A |
| Octal | 200 | 315 | 135 | 46 | 0 | 67 | 24 | 145 | 65 | 72 |
| Binary | 10000000 | 11001101 | 1011101 | 100110 | 0 | 110111 | 10100 | 1100101 | 110101 | 111010 |
Color Harmonies of #80CD5D
Complementary color
Monochromatic Colors of #80CD5D
Black with #80CD5D
Text Example
Text Example
White with #80CD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CD5D; }
p { color: rgb(128,205,93); }
H1.HeaderClassName
{
color: #80CD5D;
}
.AnyTagClassName
{
color: #80CD5D;
}
</style>
background-color css
<style>
a { background-color: #80CD5D; }
a { background-color: rgb(128,205,93); }
div.DivClassName
{
background-color: #80CD5D;
}
.BgClassName
{
background-color: #80CD5D;
}
</style>
border-color css
<style>
span { border-color: #80CD5D; }
span { border-color: rgb(128,205,93); }
td.TdClassName
{
border-color: #80CD5D;
}
.TagClassName
{
border-color: #80CD5D;
}
</style>