Shades of Mantis #8DD957
Tints of Mantis #8DD957
RGB
CMYK
RGB Variations
Color information
#8DD957 (or 0x8DD957) is known color: Mantis. HEX triplet: 8D, D9 and 57. RGB value is (141,217,87). Sum of RGB (Red+Green+Blue) = 141+217+87=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD957 is #7226A8. Grayscale: #B3B3B3. Windows color (decimal): -7481001 or 5757325. OLE color: 5757325.
HSL color Cylindrical-coordinate representation of color #8DD957: hue angle of 95.08º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DD957 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 217 | 87 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.15 |
| HSL | 95.08º | 0.63% | 0.6% | - |
| HSV(B) | 95.08º | 0.6% | 0.85% | - |
| XYZ | 37.52 | 55.98 | 17.84 | - |
| YUV | 179.46 | 75.82 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 87 | 0.35 | 0 | 0.60 | 0.15 | 95.08 | 0.63 | 0.6 |
| Hex | 8D | D9 | 57 | 23 | 0 | 3C | F | 5F | 3F | 3C |
| Octal | 215 | 331 | 127 | 43 | 0 | 74 | 17 | 137 | 77 | 74 |
| Binary | 10001101 | 11011001 | 1010111 | 100011 | 0 | 111100 | 1111 | 1011111 | 111111 | 111100 |
Color Harmonies of #8DD957
Complementary color
Monochromatic Colors of #8DD957
Black with #8DD957
Text Example
Text Example
White with #8DD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD957; }
p { color: rgb(141,217,87); }
H1.HeaderClassName
{
color: #8DD957;
}
.AnyTagClassName
{
color: #8DD957;
}
</style>
background-color css
<style>
a { background-color: #8DD957; }
a { background-color: rgb(141,217,87); }
div.DivClassName
{
background-color: #8DD957;
}
.BgClassName
{
background-color: #8DD957;
}
</style>
border-color css
<style>
span { border-color: #8DD957; }
span { border-color: rgb(141,217,87); }
td.TdClassName
{
border-color: #8DD957;
}
.TagClassName
{
border-color: #8DD957;
}
</style>