Shades of Mantis #8DD75D
Tints of Mantis #8DD75D
RGB
CMYK
RGB Variations
Color information
#8DD75D (or 0x8DD75D) is known color: Mantis. HEX triplet: 8D, D7 and 5D. RGB value is (141,215,93). Sum of RGB (Red+Green+Blue) = 141+215+93=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD75D is #7228A2. Grayscale: #B3B3B3. Windows color (decimal): -7481507 or 6150029. OLE color: 6150029.
HSL color Cylindrical-coordinate representation of color #8DD75D: hue angle of 96.39º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DD75D is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 93 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.16 |
| HSL | 96.39º | 0.6% | 0.6% | - |
| HSV(B) | 96.39º | 0.57% | 0.84% | - |
| XYZ | 37.26 | 55.05 | 19.02 | - |
| YUV | 178.97 | 79.48 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 93 | 0.34 | 0 | 0.57 | 0.16 | 96.39 | 0.6 | 0.6 |
| Hex | 8D | D7 | 5D | 22 | 0 | 39 | 10 | 60 | 3C | 3C |
| Octal | 215 | 327 | 135 | 42 | 0 | 71 | 20 | 140 | 74 | 74 |
| Binary | 10001101 | 11010111 | 1011101 | 100010 | 0 | 111001 | 10000 | 1100000 | 111100 | 111100 |
Color Harmonies of #8DD75D
Complementary color
Monochromatic Colors of #8DD75D
Black with #8DD75D
Text Example
Text Example
White with #8DD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD75D; }
p { color: rgb(141,215,93); }
H1.HeaderClassName
{
color: #8DD75D;
}
.AnyTagClassName
{
color: #8DD75D;
}
</style>
background-color css
<style>
a { background-color: #8DD75D; }
a { background-color: rgb(141,215,93); }
div.DivClassName
{
background-color: #8DD75D;
}
.BgClassName
{
background-color: #8DD75D;
}
</style>
border-color css
<style>
span { border-color: #8DD75D; }
span { border-color: rgb(141,215,93); }
td.TdClassName
{
border-color: #8DD75D;
}
.TagClassName
{
border-color: #8DD75D;
}
</style>