Shades of Mantis #8DDA60
Tints of Mantis #8DDA60
RGB
CMYK
RGB Variations
Color information
#8DDA60 (or 0x8DDA60) is known color: Mantis. HEX triplet: 8D, DA and 60. RGB value is (141,218,96). Sum of RGB (Red+Green+Blue) = 141+218+96=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA60 is #72259F. Grayscale: #B5B5B5. Windows color (decimal): -7480736 or 6347405. OLE color: 6347405.
HSL color Cylindrical-coordinate representation of color #8DDA60: hue angle of 97.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DDA60 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 96 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.15 |
| HSL | 97.87º | 0.62% | 0.62% | - |
| HSV(B) | 97.87º | 0.56% | 0.85% | - |
| XYZ | 38.17 | 56.65 | 19.99 | - |
| YUV | 181.07 | 79.99 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 96 | 0.35 | 0 | 0.56 | 0.15 | 97.87 | 0.62 | 0.62 |
| Hex | 8D | DA | 60 | 23 | 0 | 38 | F | 62 | 3E | 3E |
| Octal | 215 | 332 | 140 | 43 | 0 | 70 | 17 | 142 | 76 | 76 |
| Binary | 10001101 | 11011010 | 1100000 | 100011 | 0 | 111000 | 1111 | 1100010 | 111110 | 111110 |
Color Harmonies of #8DDA60
Complementary color
Monochromatic Colors of #8DDA60
Black with #8DDA60
Text Example
Text Example
White with #8DDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA60; }
p { color: rgb(141,218,96); }
H1.HeaderClassName
{
color: #8DDA60;
}
.AnyTagClassName
{
color: #8DDA60;
}
</style>
background-color css
<style>
a { background-color: #8DDA60; }
a { background-color: rgb(141,218,96); }
div.DivClassName
{
background-color: #8DDA60;
}
.BgClassName
{
background-color: #8DDA60;
}
</style>
border-color css
<style>
span { border-color: #8DDA60; }
span { border-color: rgb(141,218,96); }
td.TdClassName
{
border-color: #8DDA60;
}
.TagClassName
{
border-color: #8DDA60;
}
</style>