Shades of Mantis #80CD4D
Tints of Mantis #80CD4D
RGB
CMYK
RGB Variations
Color information
#80CD4D (or 0x80CD4D) is known color: Mantis. HEX triplet: 80, CD and 4D. RGB value is (128,205,77). Sum of RGB (Red+Green+Blue) = 128+205+77=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD4D is #7F32B2. Grayscale: #A7A7A7. Windows color (decimal): -8336051 or 5098880. OLE color: 5098880.
HSL color Cylindrical-coordinate representation of color #80CD4D: hue angle of 96.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80CD4D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 77 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.20 |
| HSL | 96.09º | 0.56% | 0.55% | - |
| HSV(B) | 96.09º | 0.62% | 0.8% | - |
| XYZ | 32.07 | 48.79 | 14.75 | - |
| YUV | 167.39 | 76.99 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 77 | 0.38 | 0 | 0.62 | 0.20 | 96.09 | 0.56 | 0.55 |
| Hex | 80 | CD | 4D | 26 | 0 | 3E | 14 | 60 | 38 | 37 |
| Octal | 200 | 315 | 115 | 46 | 0 | 76 | 24 | 140 | 70 | 67 |
| Binary | 10000000 | 11001101 | 1001101 | 100110 | 0 | 111110 | 10100 | 1100000 | 111000 | 110111 |
Color Harmonies of #80CD4D
Complementary color
Monochromatic Colors of #80CD4D
Black with #80CD4D
Text Example
Text Example
White with #80CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CD4D; }
p { color: rgb(128,205,77); }
H1.HeaderClassName
{
color: #80CD4D;
}
.AnyTagClassName
{
color: #80CD4D;
}
</style>
background-color css
<style>
a { background-color: #80CD4D; }
a { background-color: rgb(128,205,77); }
div.DivClassName
{
background-color: #80CD4D;
}
.BgClassName
{
background-color: #80CD4D;
}
</style>
border-color css
<style>
span { border-color: #80CD4D; }
span { border-color: rgb(128,205,77); }
td.TdClassName
{
border-color: #80CD4D;
}
.TagClassName
{
border-color: #80CD4D;
}
</style>