Shades of Mantis #8DDE5E
Tints of Mantis #8DDE5E
RGB
CMYK
RGB Variations
Color information
#8DDE5E (or 0x8DDE5E) is known color: Mantis. HEX triplet: 8D, DE and 5E. RGB value is (141,222,94). Sum of RGB (Red+Green+Blue) = 141+222+94=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDE5E is #7221A1. Grayscale: #B7B7B7. Windows color (decimal): -7479714 or 6217357. OLE color: 6217357.
HSL color Cylindrical-coordinate representation of color #8DDE5E: hue angle of 97.97º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DDE5E is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 94 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.13 |
| HSL | 97.97º | 0.66% | 0.62% | - |
| HSV(B) | 97.97º | 0.58% | 0.87% | - |
| XYZ | 39.13 | 58.71 | 19.86 | - |
| YUV | 183.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 94 | 0.36 | 0 | 0.58 | 0.13 | 97.97 | 0.66 | 0.62 |
| Hex | 8D | DE | 5E | 24 | 0 | 3A | D | 62 | 42 | 3E |
| Octal | 215 | 336 | 136 | 44 | 0 | 72 | 15 | 142 | 102 | 76 |
| Binary | 10001101 | 11011110 | 1011110 | 100100 | 0 | 111010 | 1101 | 1100010 | 1000010 | 111110 |
Color Harmonies of #8DDE5E
Complementary color
Monochromatic Colors of #8DDE5E
Black with #8DDE5E
Text Example
Text Example
White with #8DDE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDE5E; }
p { color: rgb(141,222,94); }
H1.HeaderClassName
{
color: #8DDE5E;
}
.AnyTagClassName
{
color: #8DDE5E;
}
</style>
background-color css
<style>
a { background-color: #8DDE5E; }
a { background-color: rgb(141,222,94); }
div.DivClassName
{
background-color: #8DDE5E;
}
.BgClassName
{
background-color: #8DDE5E;
}
</style>
border-color css
<style>
span { border-color: #8DDE5E; }
span { border-color: rgb(141,222,94); }
td.TdClassName
{
border-color: #8DDE5E;
}
.TagClassName
{
border-color: #8DDE5E;
}
</style>