Shades of Mantis #8DE961
Tints of Mantis #8DE961
RGB
CMYK
RGB Variations
Color information
#8DE961 (or 0x8DE961) is known color: Mantis. HEX triplet: 8D, E9 and 61. RGB value is (141,233,97). Sum of RGB (Red+Green+Blue) = 141+233+97=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DE961 is #72169E. Grayscale: #BEBEBE. Windows color (decimal): -7476895 or 6416781. OLE color: 6416781.
HSL color Cylindrical-coordinate representation of color #8DE961: hue angle of 100.59º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DE961 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 97 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.09 |
| HSL | 100.59º | 0.76% | 0.65% | - |
| HSV(B) | 100.59º | 0.58% | 0.91% | - |
| XYZ | 42.28 | 64.8 | 21.59 | - |
| YUV | 189.99 | 75.52 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 97 | 0.39 | 0 | 0.58 | 0.09 | 100.59 | 0.76 | 0.65 |
| Hex | 8D | E9 | 61 | 27 | 0 | 3A | 9 | 65 | 4C | 41 |
| Octal | 215 | 351 | 141 | 47 | 0 | 72 | 11 | 145 | 114 | 101 |
| Binary | 10001101 | 11101001 | 1100001 | 100111 | 0 | 111010 | 1001 | 1100101 | 1001100 | 1000001 |
Color Harmonies of #8DE961
Complementary color
Monochromatic Colors of #8DE961
Black with #8DE961
Text Example
Text Example
White with #8DE961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE961; }
p { color: rgb(141,233,97); }
H1.HeaderClassName
{
color: #8DE961;
}
.AnyTagClassName
{
color: #8DE961;
}
</style>
background-color css
<style>
a { background-color: #8DE961; }
a { background-color: rgb(141,233,97); }
div.DivClassName
{
background-color: #8DE961;
}
.BgClassName
{
background-color: #8DE961;
}
</style>
border-color css
<style>
span { border-color: #8DE961; }
span { border-color: rgb(141,233,97); }
td.TdClassName
{
border-color: #8DE961;
}
.TagClassName
{
border-color: #8DE961;
}
</style>