Shades of Mantis #8DD96A
Tints of Mantis #8DD96A
RGB
CMYK
RGB Variations
Color information
#8DD96A (or 0x8DD96A) is known color: Mantis. HEX triplet: 8D, D9 and 6A. RGB value is (141,217,106). Sum of RGB (Red+Green+Blue) = 141+217+106=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD96A is #722695. Grayscale: #B5B5B5. Windows color (decimal): -7480982 or 7002509. OLE color: 7002509.
HSL color Cylindrical-coordinate representation of color #8DD96A: hue angle of 101.08º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DD96A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 217 | 106 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.15 |
| HSL | 101.08º | 0.59% | 0.63% | - |
| HSV(B) | 101.08º | 0.51% | 0.85% | - |
| XYZ | 38.4 | 56.33 | 22.48 | - |
| YUV | 181.62 | 85.32 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 106 | 0.35 | 0 | 0.51 | 0.15 | 101.08 | 0.59 | 0.63 |
| Hex | 8D | D9 | 6A | 23 | 0 | 33 | F | 65 | 3B | 3F |
| Octal | 215 | 331 | 152 | 43 | 0 | 63 | 17 | 145 | 73 | 77 |
| Binary | 10001101 | 11011001 | 1101010 | 100011 | 0 | 110011 | 1111 | 1100101 | 111011 | 111111 |
Color Harmonies of #8DD96A
Complementary color
Monochromatic Colors of #8DD96A
Black with #8DD96A
Text Example
Text Example
White with #8DD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD96A; }
p { color: rgb(141,217,106); }
H1.HeaderClassName
{
color: #8DD96A;
}
.AnyTagClassName
{
color: #8DD96A;
}
</style>
background-color css
<style>
a { background-color: #8DD96A; }
a { background-color: rgb(141,217,106); }
div.DivClassName
{
background-color: #8DD96A;
}
.BgClassName
{
background-color: #8DD96A;
}
</style>
border-color css
<style>
span { border-color: #8DD96A; }
span { border-color: rgb(141,217,106); }
td.TdClassName
{
border-color: #8DD96A;
}
.TagClassName
{
border-color: #8DD96A;
}
</style>