Shades of Mantis #8DD852
Tints of Mantis #8DD852
RGB
CMYK
RGB Variations
Color information
#8DD852 (or 0x8DD852) is known color: Mantis. HEX triplet: 8D, D8 and 52. RGB value is (141,216,82). Sum of RGB (Red+Green+Blue) = 141+216+82=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD852 is #7227AD. Grayscale: #B2B2B2. Windows color (decimal): -7481262 or 5429389. OLE color: 5429389.
HSL color Cylindrical-coordinate representation of color #8DD852: hue angle of 93.58º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DD852 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 82 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.15 |
| HSL | 93.58º | 0.63% | 0.58% | - |
| HSV(B) | 93.58º | 0.62% | 0.85% | - |
| XYZ | 37.06 | 55.38 | 16.72 | - |
| YUV | 178.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 82 | 0.35 | 0 | 0.62 | 0.15 | 93.58 | 0.63 | 0.58 |
| Hex | 8D | D8 | 52 | 23 | 0 | 3E | F | 5E | 3F | 3A |
| Octal | 215 | 330 | 122 | 43 | 0 | 76 | 17 | 136 | 77 | 72 |
| Binary | 10001101 | 11011000 | 1010010 | 100011 | 0 | 111110 | 1111 | 1011110 | 111111 | 111010 |
Color Harmonies of #8DD852
Complementary color
Monochromatic Colors of #8DD852
Black with #8DD852
Text Example
Text Example
White with #8DD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD852; }
p { color: rgb(141,216,82); }
H1.HeaderClassName
{
color: #8DD852;
}
.AnyTagClassName
{
color: #8DD852;
}
</style>
background-color css
<style>
a { background-color: #8DD852; }
a { background-color: rgb(141,216,82); }
div.DivClassName
{
background-color: #8DD852;
}
.BgClassName
{
background-color: #8DD852;
}
</style>
border-color css
<style>
span { border-color: #8DD852; }
span { border-color: rgb(141,216,82); }
td.TdClassName
{
border-color: #8DD852;
}
.TagClassName
{
border-color: #8DD852;
}
</style>