Shades of Mantis #8DC55A
Tints of Mantis #8DC55A
RGB
CMYK
RGB Variations
Color information
#8DC55A (or 0x8DC55A) is known color: Mantis. HEX triplet: 8D, C5 and 5A. RGB value is (141,197,90). Sum of RGB (Red+Green+Blue) = 141+197+90=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC55A is #723AA5. Grayscale: #A8A8A8. Windows color (decimal): -7486118 or 5948813. OLE color: 5948813.
HSL color Cylindrical-coordinate representation of color #8DC55A: hue angle of 91.4º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DC55A is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 90 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.23 |
| HSL | 91.4º | 0.48% | 0.56% | - |
| HSV(B) | 91.4º | 0.54% | 0.77% | - |
| XYZ | 32.8 | 46.33 | 16.89 | - |
| YUV | 168.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 90 | 0.28 | 0 | 0.54 | 0.23 | 91.4 | 0.48 | 0.56 |
| Hex | 8D | C5 | 5A | 1C | 0 | 36 | 17 | 5B | 30 | 38 |
| Octal | 215 | 305 | 132 | 34 | 0 | 66 | 27 | 133 | 60 | 70 |
| Binary | 10001101 | 11000101 | 1011010 | 11100 | 0 | 110110 | 10111 | 1011011 | 110000 | 111000 |
Color Harmonies of #8DC55A
Complementary color
Monochromatic Colors of #8DC55A
Black with #8DC55A
Text Example
Text Example
White with #8DC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC55A; }
p { color: rgb(141,197,90); }
H1.HeaderClassName
{
color: #8DC55A;
}
.AnyTagClassName
{
color: #8DC55A;
}
</style>
background-color css
<style>
a { background-color: #8DC55A; }
a { background-color: rgb(141,197,90); }
div.DivClassName
{
background-color: #8DC55A;
}
.BgClassName
{
background-color: #8DC55A;
}
</style>
border-color css
<style>
span { border-color: #8DC55A; }
span { border-color: rgb(141,197,90); }
td.TdClassName
{
border-color: #8DC55A;
}
.TagClassName
{
border-color: #8DC55A;
}
</style>