Shades of Mantis #8DD963
Tints of Mantis #8DD963
RGB
CMYK
RGB Variations
Color information
#8DD963 (or 0x8DD963) is known color: Mantis. HEX triplet: 8D, D9 and 63. RGB value is (141,217,99). Sum of RGB (Red+Green+Blue) = 141+217+99=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD963 is #72269C. Grayscale: #B5B5B5. Windows color (decimal): -7480989 or 6543757. OLE color: 6543757.
HSL color Cylindrical-coordinate representation of color #8DD963: hue angle of 98.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DD963 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 217 | 99 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.15 |
| HSL | 98.64º | 0.61% | 0.62% | - |
| HSV(B) | 98.64º | 0.54% | 0.85% | - |
| XYZ | 38.05 | 56.19 | 20.64 | - |
| YUV | 180.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 99 | 0.35 | 0 | 0.54 | 0.15 | 98.64 | 0.61 | 0.62 |
| Hex | 8D | D9 | 63 | 23 | 0 | 36 | F | 63 | 3D | 3E |
| Octal | 215 | 331 | 143 | 43 | 0 | 66 | 17 | 143 | 75 | 76 |
| Binary | 10001101 | 11011001 | 1100011 | 100011 | 0 | 110110 | 1111 | 1100011 | 111101 | 111110 |
Color Harmonies of #8DD963
Complementary color
Monochromatic Colors of #8DD963
Black with #8DD963
Text Example
Text Example
White with #8DD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD963; }
p { color: rgb(141,217,99); }
H1.HeaderClassName
{
color: #8DD963;
}
.AnyTagClassName
{
color: #8DD963;
}
</style>
background-color css
<style>
a { background-color: #8DD963; }
a { background-color: rgb(141,217,99); }
div.DivClassName
{
background-color: #8DD963;
}
.BgClassName
{
background-color: #8DD963;
}
</style>
border-color css
<style>
span { border-color: #8DD963; }
span { border-color: rgb(141,217,99); }
td.TdClassName
{
border-color: #8DD963;
}
.TagClassName
{
border-color: #8DD963;
}
</style>