Shades of Mantis #8DC46D
Tints of Mantis #8DC46D
RGB
CMYK
RGB Variations
Color information
#8DC46D (or 0x8DC46D) is known color: Mantis. HEX triplet: 8D, C4 and 6D. RGB value is (141,196,109). Sum of RGB (Red+Green+Blue) = 141+196+109=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC46D is #723B92. Grayscale: #A9A9A9. Windows color (decimal): -7486355 or 7193741. OLE color: 7193741.
HSL color Cylindrical-coordinate representation of color #8DC46D: hue angle of 97.93º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC46D is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 109 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.23 |
| HSL | 97.93º | 0.42% | 0.6% | - |
| HSV(B) | 97.93º | 0.44% | 0.77% | - |
| XYZ | 33.48 | 46.25 | 21.63 | - |
| YUV | 169.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 109 | 0.28 | 0 | 0.44 | 0.23 | 97.93 | 0.42 | 0.6 |
| Hex | 8D | C4 | 6D | 1C | 0 | 2C | 17 | 62 | 2A | 3C |
| Octal | 215 | 304 | 155 | 34 | 0 | 54 | 27 | 142 | 52 | 74 |
| Binary | 10001101 | 11000100 | 1101101 | 11100 | 0 | 101100 | 10111 | 1100010 | 101010 | 111100 |
Color Harmonies of #8DC46D
Complementary color
Monochromatic Colors of #8DC46D
Black with #8DC46D
Text Example
Text Example
White with #8DC46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC46D; }
p { color: rgb(141,196,109); }
H1.HeaderClassName
{
color: #8DC46D;
}
.AnyTagClassName
{
color: #8DC46D;
}
</style>
background-color css
<style>
a { background-color: #8DC46D; }
a { background-color: rgb(141,196,109); }
div.DivClassName
{
background-color: #8DC46D;
}
.BgClassName
{
background-color: #8DC46D;
}
</style>
border-color css
<style>
span { border-color: #8DC46D; }
span { border-color: rgb(141,196,109); }
td.TdClassName
{
border-color: #8DC46D;
}
.TagClassName
{
border-color: #8DC46D;
}
</style>