Shades of Mantis #8DD85A
Tints of Mantis #8DD85A
RGB
CMYK
RGB Variations
Color information
#8DD85A (or 0x8DD85A) is known color: Mantis. HEX triplet: 8D, D8 and 5A. RGB value is (141,216,90). Sum of RGB (Red+Green+Blue) = 141+216+90=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD85A is #7227A5. Grayscale: #B3B3B3. Windows color (decimal): -7481254 or 5953677. OLE color: 5953677.
HSL color Cylindrical-coordinate representation of color #8DD85A: hue angle of 95.71º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DD85A is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 90 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.15 |
| HSL | 95.71º | 0.62% | 0.6% | - |
| HSV(B) | 95.71º | 0.58% | 0.85% | - |
| XYZ | 37.39 | 55.51 | 18.42 | - |
| YUV | 179.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 90 | 0.35 | 0 | 0.58 | 0.15 | 95.71 | 0.62 | 0.6 |
| Hex | 8D | D8 | 5A | 23 | 0 | 3A | F | 60 | 3E | 3C |
| Octal | 215 | 330 | 132 | 43 | 0 | 72 | 17 | 140 | 76 | 74 |
| Binary | 10001101 | 11011000 | 1011010 | 100011 | 0 | 111010 | 1111 | 1100000 | 111110 | 111100 |
Color Harmonies of #8DD85A
Complementary color
Monochromatic Colors of #8DD85A
Black with #8DD85A
Text Example
Text Example
White with #8DD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD85A; }
p { color: rgb(141,216,90); }
H1.HeaderClassName
{
color: #8DD85A;
}
.AnyTagClassName
{
color: #8DD85A;
}
</style>
background-color css
<style>
a { background-color: #8DD85A; }
a { background-color: rgb(141,216,90); }
div.DivClassName
{
background-color: #8DD85A;
}
.BgClassName
{
background-color: #8DD85A;
}
</style>
border-color css
<style>
span { border-color: #8DD85A; }
span { border-color: rgb(141,216,90); }
td.TdClassName
{
border-color: #8DD85A;
}
.TagClassName
{
border-color: #8DD85A;
}
</style>