Shades of Mantis #8DC550
Tints of Mantis #8DC550
RGB
CMYK
RGB Variations
Color information
#8DC550 (or 0x8DC550) is known color: Mantis. HEX triplet: 8D, C5 and 50. RGB value is (141,197,80). Sum of RGB (Red+Green+Blue) = 141+197+80=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC550 is #723AAF. Grayscale: #A7A7A7. Windows color (decimal): -7486128 or 5293453. OLE color: 5293453.
HSL color Cylindrical-coordinate representation of color #8DC550: hue angle of 88.72º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DC550 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 80 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.23 |
| HSL | 88.72º | 0.5% | 0.54% | - |
| HSV(B) | 88.72º | 0.59% | 0.77% | - |
| XYZ | 32.4 | 46.17 | 14.79 | - |
| YUV | 166.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 80 | 0.28 | 0 | 0.59 | 0.23 | 88.72 | 0.5 | 0.54 |
| Hex | 8D | C5 | 50 | 1C | 0 | 3B | 17 | 59 | 32 | 36 |
| Octal | 215 | 305 | 120 | 34 | 0 | 73 | 27 | 131 | 62 | 66 |
| Binary | 10001101 | 11000101 | 1010000 | 11100 | 0 | 111011 | 10111 | 1011001 | 110010 | 110110 |
Color Harmonies of #8DC550
Complementary color
Monochromatic Colors of #8DC550
Black with #8DC550
Text Example
Text Example
White with #8DC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC550; }
p { color: rgb(141,197,80); }
H1.HeaderClassName
{
color: #8DC550;
}
.AnyTagClassName
{
color: #8DC550;
}
</style>
background-color css
<style>
a { background-color: #8DC550; }
a { background-color: rgb(141,197,80); }
div.DivClassName
{
background-color: #8DC550;
}
.BgClassName
{
background-color: #8DC550;
}
</style>
border-color css
<style>
span { border-color: #8DC550; }
span { border-color: rgb(141,197,80); }
td.TdClassName
{
border-color: #8DC550;
}
.TagClassName
{
border-color: #8DC550;
}
</style>