Shades of Mantis #8DDA59
Tints of Mantis #8DDA59
RGB
CMYK
RGB Variations
Color information
#8DDA59 (or 0x8DDA59) is known color: Mantis. HEX triplet: 8D, DA and 59. RGB value is (141,218,89). Sum of RGB (Red+Green+Blue) = 141+218+89=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA59 is #7225A6. Grayscale: #B4B4B4. Windows color (decimal): -7480743 or 5888653. OLE color: 5888653.
HSL color Cylindrical-coordinate representation of color #8DDA59: hue angle of 95.81º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DDA59 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 89 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.15 |
| HSL | 95.81º | 0.64% | 0.6% | - |
| HSV(B) | 95.81º | 0.59% | 0.85% | - |
| XYZ | 37.86 | 56.53 | 18.37 | - |
| YUV | 180.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 89 | 0.35 | 0 | 0.59 | 0.15 | 95.81 | 0.64 | 0.6 |
| Hex | 8D | DA | 59 | 23 | 0 | 3B | F | 60 | 40 | 3C |
| Octal | 215 | 332 | 131 | 43 | 0 | 73 | 17 | 140 | 100 | 74 |
| Binary | 10001101 | 11011010 | 1011001 | 100011 | 0 | 111011 | 1111 | 1100000 | 1000000 | 111100 |
Color Harmonies of #8DDA59
Complementary color
Monochromatic Colors of #8DDA59
Black with #8DDA59
Text Example
Text Example
White with #8DDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA59; }
p { color: rgb(141,218,89); }
H1.HeaderClassName
{
color: #8DDA59;
}
.AnyTagClassName
{
color: #8DDA59;
}
</style>
background-color css
<style>
a { background-color: #8DDA59; }
a { background-color: rgb(141,218,89); }
div.DivClassName
{
background-color: #8DDA59;
}
.BgClassName
{
background-color: #8DDA59;
}
</style>
border-color css
<style>
span { border-color: #8DDA59; }
span { border-color: rgb(141,218,89); }
td.TdClassName
{
border-color: #8DDA59;
}
.TagClassName
{
border-color: #8DDA59;
}
</style>