Shades of Mantis #8DC44D
Tints of Mantis #8DC44D
RGB
CMYK
RGB Variations
Color information
#8DC44D (or 0x8DC44D) is known color: Mantis. HEX triplet: 8D, C4 and 4D. RGB value is (141,196,77). Sum of RGB (Red+Green+Blue) = 141+196+77=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC44D is #723BB2. Grayscale: #A6A6A6. Windows color (decimal): -7486387 or 5096589. OLE color: 5096589.
HSL color Cylindrical-coordinate representation of color #8DC44D: hue angle of 87.73º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DC44D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 77 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.23 |
| HSL | 87.73º | 0.5% | 0.54% | - |
| HSV(B) | 87.73º | 0.61% | 0.77% | - |
| XYZ | 32.06 | 45.68 | 14.15 | - |
| YUV | 165.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 77 | 0.28 | 0 | 0.61 | 0.23 | 87.73 | 0.5 | 0.54 |
| Hex | 8D | C4 | 4D | 1C | 0 | 3D | 17 | 58 | 32 | 36 |
| Octal | 215 | 304 | 115 | 34 | 0 | 75 | 27 | 130 | 62 | 66 |
| Binary | 10001101 | 11000100 | 1001101 | 11100 | 0 | 111101 | 10111 | 1011000 | 110010 | 110110 |
Color Harmonies of #8DC44D
Complementary color
Monochromatic Colors of #8DC44D
Black with #8DC44D
Text Example
Text Example
White with #8DC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC44D; }
p { color: rgb(141,196,77); }
H1.HeaderClassName
{
color: #8DC44D;
}
.AnyTagClassName
{
color: #8DC44D;
}
</style>
background-color css
<style>
a { background-color: #8DC44D; }
a { background-color: rgb(141,196,77); }
div.DivClassName
{
background-color: #8DC44D;
}
.BgClassName
{
background-color: #8DC44D;
}
</style>
border-color css
<style>
span { border-color: #8DC44D; }
span { border-color: rgb(141,196,77); }
td.TdClassName
{
border-color: #8DC44D;
}
.TagClassName
{
border-color: #8DC44D;
}
</style>