Shades of Mantis #8DDD59
Tints of Mantis #8DDD59
RGB
CMYK
RGB Variations
Color information
#8DDD59 (or 0x8DDD59) is known color: Mantis. HEX triplet: 8D, DD and 59. RGB value is (141,221,89). Sum of RGB (Red+Green+Blue) = 141+221+89=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD59 is #7222A6. Grayscale: #B6B6B6. Windows color (decimal): -7479975 or 5889421. OLE color: 5889421.
HSL color Cylindrical-coordinate representation of color #8DDD59: hue angle of 96.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DDD59 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 89 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.13 |
| HSL | 96.36º | 0.66% | 0.61% | - |
| HSV(B) | 96.36º | 0.6% | 0.87% | - |
| XYZ | 38.64 | 58.1 | 18.63 | - |
| YUV | 182.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 89 | 0.36 | 0 | 0.60 | 0.13 | 96.36 | 0.66 | 0.61 |
| Hex | 8D | DD | 59 | 24 | 0 | 3C | D | 60 | 42 | 3D |
| Octal | 215 | 335 | 131 | 44 | 0 | 74 | 15 | 140 | 102 | 75 |
| Binary | 10001101 | 11011101 | 1011001 | 100100 | 0 | 111100 | 1101 | 1100000 | 1000010 | 111101 |
Color Harmonies of #8DDD59
Complementary color
Monochromatic Colors of #8DDD59
Black with #8DDD59
Text Example
Text Example
White with #8DDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD59; }
p { color: rgb(141,221,89); }
H1.HeaderClassName
{
color: #8DDD59;
}
.AnyTagClassName
{
color: #8DDD59;
}
</style>
background-color css
<style>
a { background-color: #8DDD59; }
a { background-color: rgb(141,221,89); }
div.DivClassName
{
background-color: #8DDD59;
}
.BgClassName
{
background-color: #8DDD59;
}
</style>
border-color css
<style>
span { border-color: #8DDD59; }
span { border-color: rgb(141,221,89); }
td.TdClassName
{
border-color: #8DDD59;
}
.TagClassName
{
border-color: #8DDD59;
}
</style>