Shades of Mantis #8DD855
Tints of Mantis #8DD855
RGB
CMYK
RGB Variations
Color information
#8DD855 (or 0x8DD855) is known color: Mantis. HEX triplet: 8D, D8 and 55. RGB value is (141,216,85). Sum of RGB (Red+Green+Blue) = 141+216+85=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD855 is #7227AA. Grayscale: #B3B3B3. Windows color (decimal): -7481259 or 5625997. OLE color: 5625997.
HSL color Cylindrical-coordinate representation of color #8DD855: hue angle of 94.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DD855 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 85 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.15 |
| HSL | 94.35º | 0.63% | 0.59% | - |
| HSV(B) | 94.35º | 0.61% | 0.85% | - |
| XYZ | 37.18 | 55.43 | 17.33 | - |
| YUV | 178.64 | 75.15 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 85 | 0.35 | 0 | 0.61 | 0.15 | 94.35 | 0.63 | 0.59 |
| Hex | 8D | D8 | 55 | 23 | 0 | 3D | F | 5E | 3F | 3B |
| Octal | 215 | 330 | 125 | 43 | 0 | 75 | 17 | 136 | 77 | 73 |
| Binary | 10001101 | 11011000 | 1010101 | 100011 | 0 | 111101 | 1111 | 1011110 | 111111 | 111011 |
Color Harmonies of #8DD855
Complementary color
Monochromatic Colors of #8DD855
Black with #8DD855
Text Example
Text Example
White with #8DD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD855; }
p { color: rgb(141,216,85); }
H1.HeaderClassName
{
color: #8DD855;
}
.AnyTagClassName
{
color: #8DD855;
}
</style>
background-color css
<style>
a { background-color: #8DD855; }
a { background-color: rgb(141,216,85); }
div.DivClassName
{
background-color: #8DD855;
}
.BgClassName
{
background-color: #8DD855;
}
</style>
border-color css
<style>
span { border-color: #8DD855; }
span { border-color: rgb(141,216,85); }
td.TdClassName
{
border-color: #8DD855;
}
.TagClassName
{
border-color: #8DD855;
}
</style>