Shades of Mantis #8DD966
Tints of Mantis #8DD966
RGB
CMYK
RGB Variations
Color information
#8DD966 (or 0x8DD966) is known color: Mantis. HEX triplet: 8D, D9 and 66. RGB value is (141,217,102). Sum of RGB (Red+Green+Blue) = 141+217+102=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD966 is #722699. Grayscale: #B5B5B5. Windows color (decimal): -7480986 or 6740365. OLE color: 6740365.
HSL color Cylindrical-coordinate representation of color #8DD966: hue angle of 99.65º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DD966 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 217 | 102 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.15 |
| HSL | 99.65º | 0.6% | 0.63% | - |
| HSV(B) | 99.65º | 0.53% | 0.85% | - |
| XYZ | 38.2 | 56.25 | 21.41 | - |
| YUV | 181.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 102 | 0.35 | 0 | 0.53 | 0.15 | 99.65 | 0.6 | 0.63 |
| Hex | 8D | D9 | 66 | 23 | 0 | 35 | F | 64 | 3C | 3F |
| Octal | 215 | 331 | 146 | 43 | 0 | 65 | 17 | 144 | 74 | 77 |
| Binary | 10001101 | 11011001 | 1100110 | 100011 | 0 | 110101 | 1111 | 1100100 | 111100 | 111111 |
Color Harmonies of #8DD966
Complementary color
Monochromatic Colors of #8DD966
Black with #8DD966
Text Example
Text Example
White with #8DD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD966; }
p { color: rgb(141,217,102); }
H1.HeaderClassName
{
color: #8DD966;
}
.AnyTagClassName
{
color: #8DD966;
}
</style>
background-color css
<style>
a { background-color: #8DD966; }
a { background-color: rgb(141,217,102); }
div.DivClassName
{
background-color: #8DD966;
}
.BgClassName
{
background-color: #8DD966;
}
</style>
border-color css
<style>
span { border-color: #8DD966; }
span { border-color: rgb(141,217,102); }
td.TdClassName
{
border-color: #8DD966;
}
.TagClassName
{
border-color: #8DD966;
}
</style>