Shades of Mantis #8DDE61
Tints of Mantis #8DDE61
RGB
CMYK
RGB Variations
Color information
#8DDE61 (or 0x8DDE61) is known color: Mantis. HEX triplet: 8D, DE and 61. RGB value is (141,222,97). Sum of RGB (Red+Green+Blue) = 141+222+97=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDE61 is #72219E. Grayscale: #B7B7B7. Windows color (decimal): -7479711 or 6413965. OLE color: 6413965.
HSL color Cylindrical-coordinate representation of color #8DDE61: hue angle of 98.88º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DDE61 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 97 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.13 |
| HSL | 98.88º | 0.65% | 0.63% | - |
| HSV(B) | 98.88º | 0.56% | 0.87% | - |
| XYZ | 39.26 | 58.77 | 20.58 | - |
| YUV | 183.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 97 | 0.36 | 0 | 0.56 | 0.13 | 98.88 | 0.65 | 0.63 |
| Hex | 8D | DE | 61 | 24 | 0 | 38 | D | 63 | 41 | 3F |
| Octal | 215 | 336 | 141 | 44 | 0 | 70 | 15 | 143 | 101 | 77 |
| Binary | 10001101 | 11011110 | 1100001 | 100100 | 0 | 111000 | 1101 | 1100011 | 1000001 | 111111 |
Color Harmonies of #8DDE61
Complementary color
Monochromatic Colors of #8DDE61
Black with #8DDE61
Text Example
Text Example
White with #8DDE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDE61; }
p { color: rgb(141,222,97); }
H1.HeaderClassName
{
color: #8DDE61;
}
.AnyTagClassName
{
color: #8DDE61;
}
</style>
background-color css
<style>
a { background-color: #8DDE61; }
a { background-color: rgb(141,222,97); }
div.DivClassName
{
background-color: #8DDE61;
}
.BgClassName
{
background-color: #8DDE61;
}
</style>
border-color css
<style>
span { border-color: #8DDE61; }
span { border-color: rgb(141,222,97); }
td.TdClassName
{
border-color: #8DDE61;
}
.TagClassName
{
border-color: #8DDE61;
}
</style>