Shades of Mantis #8DC55C
Tints of Mantis #8DC55C
RGB
CMYK
RGB Variations
Color information
#8DC55C (or 0x8DC55C) is known color: Mantis. HEX triplet: 8D, C5 and 5C. RGB value is (141,197,92). Sum of RGB (Red+Green+Blue) = 141+197+92=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC55C is #723AA3. Grayscale: #A8A8A8. Windows color (decimal): -7486116 or 6079885. OLE color: 6079885.
HSL color Cylindrical-coordinate representation of color #8DC55C: hue angle of 92º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DC55C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 92 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.23 |
| HSL | 92º | 0.48% | 0.57% | - |
| HSV(B) | 92º | 0.53% | 0.77% | - |
| XYZ | 32.88 | 46.37 | 17.34 | - |
| YUV | 168.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 92 | 0.28 | 0 | 0.53 | 0.23 | 92 | 0.48 | 0.57 |
| Hex | 8D | C5 | 5C | 1C | 0 | 35 | 17 | 5C | 30 | 39 |
| Octal | 215 | 305 | 134 | 34 | 0 | 65 | 27 | 134 | 60 | 71 |
| Binary | 10001101 | 11000101 | 1011100 | 11100 | 0 | 110101 | 10111 | 1011100 | 110000 | 111001 |
Color Harmonies of #8DC55C
Complementary color
Monochromatic Colors of #8DC55C
Black with #8DC55C
Text Example
Text Example
White with #8DC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC55C; }
p { color: rgb(141,197,92); }
H1.HeaderClassName
{
color: #8DC55C;
}
.AnyTagClassName
{
color: #8DC55C;
}
</style>
background-color css
<style>
a { background-color: #8DC55C; }
a { background-color: rgb(141,197,92); }
div.DivClassName
{
background-color: #8DC55C;
}
.BgClassName
{
background-color: #8DC55C;
}
</style>
border-color css
<style>
span { border-color: #8DC55C; }
span { border-color: rgb(141,197,92); }
td.TdClassName
{
border-color: #8DC55C;
}
.TagClassName
{
border-color: #8DC55C;
}
</style>