Shades of Mantis #8DDA5E
Tints of Mantis #8DDA5E
RGB
CMYK
RGB Variations
Color information
#8DDA5E (or 0x8DDA5E) is known color: Mantis. HEX triplet: 8D, DA and 5E. RGB value is (141,218,94). Sum of RGB (Red+Green+Blue) = 141+218+94=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA5E is #7225A1. Grayscale: #B5B5B5. Windows color (decimal): -7480738 or 6216333. OLE color: 6216333.
HSL color Cylindrical-coordinate representation of color #8DDA5E: hue angle of 97.26º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DDA5E is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 94 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.15 |
| HSL | 97.26º | 0.63% | 0.61% | - |
| HSV(B) | 97.26º | 0.57% | 0.85% | - |
| XYZ | 38.08 | 56.61 | 19.51 | - |
| YUV | 180.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 94 | 0.35 | 0 | 0.57 | 0.15 | 97.26 | 0.63 | 0.61 |
| Hex | 8D | DA | 5E | 23 | 0 | 39 | F | 61 | 3F | 3D |
| Octal | 215 | 332 | 136 | 43 | 0 | 71 | 17 | 141 | 77 | 75 |
| Binary | 10001101 | 11011010 | 1011110 | 100011 | 0 | 111001 | 1111 | 1100001 | 111111 | 111101 |
Color Harmonies of #8DDA5E
Complementary color
Monochromatic Colors of #8DDA5E
Black with #8DDA5E
Text Example
Text Example
White with #8DDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA5E; }
p { color: rgb(141,218,94); }
H1.HeaderClassName
{
color: #8DDA5E;
}
.AnyTagClassName
{
color: #8DDA5E;
}
</style>
background-color css
<style>
a { background-color: #8DDA5E; }
a { background-color: rgb(141,218,94); }
div.DivClassName
{
background-color: #8DDA5E;
}
.BgClassName
{
background-color: #8DDA5E;
}
</style>
border-color css
<style>
span { border-color: #8DDA5E; }
span { border-color: rgb(141,218,94); }
td.TdClassName
{
border-color: #8DDA5E;
}
.TagClassName
{
border-color: #8DDA5E;
}
</style>