Shades of Mantis #8DD35D
Tints of Mantis #8DD35D
RGB
CMYK
RGB Variations
Color information
#8DD35D (or 0x8DD35D) is known color: Mantis. HEX triplet: 8D, D3 and 5D. RGB value is (141,211,93). Sum of RGB (Red+Green+Blue) = 141+211+93=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD35D is #722CA2. Grayscale: #B1B1B1. Windows color (decimal): -7482531 or 6149005. OLE color: 6149005.
HSL color Cylindrical-coordinate representation of color #8DD35D: hue angle of 95.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DD35D is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 211 | 93 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.17 |
| HSL | 95.59º | 0.57% | 0.6% | - |
| HSV(B) | 95.59º | 0.56% | 0.83% | - |
| XYZ | 36.25 | 53.04 | 18.68 | - |
| YUV | 176.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 93 | 0.33 | 0 | 0.56 | 0.17 | 95.59 | 0.57 | 0.6 |
| Hex | 8D | D3 | 5D | 21 | 0 | 38 | 11 | 60 | 39 | 3C |
| Octal | 215 | 323 | 135 | 41 | 0 | 70 | 21 | 140 | 71 | 74 |
| Binary | 10001101 | 11010011 | 1011101 | 100001 | 0 | 111000 | 10001 | 1100000 | 111001 | 111100 |
Color Harmonies of #8DD35D
Complementary color
Monochromatic Colors of #8DD35D
Black with #8DD35D
Text Example
Text Example
White with #8DD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD35D; }
p { color: rgb(141,211,93); }
H1.HeaderClassName
{
color: #8DD35D;
}
.AnyTagClassName
{
color: #8DD35D;
}
</style>
background-color css
<style>
a { background-color: #8DD35D; }
a { background-color: rgb(141,211,93); }
div.DivClassName
{
background-color: #8DD35D;
}
.BgClassName
{
background-color: #8DD35D;
}
</style>
border-color css
<style>
span { border-color: #8DD35D; }
span { border-color: rgb(141,211,93); }
td.TdClassName
{
border-color: #8DD35D;
}
.TagClassName
{
border-color: #8DD35D;
}
</style>