Shades of Mantis #8DC85A
Tints of Mantis #8DC85A
RGB
CMYK
RGB Variations
Color information
#8DC85A (or 0x8DC85A) is known color: Mantis. HEX triplet: 8D, C8 and 5A. RGB value is (141,200,90). Sum of RGB (Red+Green+Blue) = 141+200+90=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC85A is #7237A5. Grayscale: #AAAAAA. Windows color (decimal): -7485350 or 5949581. OLE color: 5949581.
HSL color Cylindrical-coordinate representation of color #8DC85A: hue angle of 92.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DC85A is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 90 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.22 |
| HSL | 92.18º | 0.5% | 0.57% | - |
| HSV(B) | 92.18º | 0.55% | 0.78% | - |
| XYZ | 33.48 | 47.71 | 17.12 | - |
| YUV | 169.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 90 | 0.29 | 0 | 0.55 | 0.22 | 92.18 | 0.5 | 0.57 |
| Hex | 8D | C8 | 5A | 1D | 0 | 37 | 16 | 5C | 32 | 39 |
| Octal | 215 | 310 | 132 | 35 | 0 | 67 | 26 | 134 | 62 | 71 |
| Binary | 10001101 | 11001000 | 1011010 | 11101 | 0 | 110111 | 10110 | 1011100 | 110010 | 111001 |
Color Harmonies of #8DC85A
Complementary color
Monochromatic Colors of #8DC85A
Black with #8DC85A
Text Example
Text Example
White with #8DC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC85A; }
p { color: rgb(141,200,90); }
H1.HeaderClassName
{
color: #8DC85A;
}
.AnyTagClassName
{
color: #8DC85A;
}
</style>
background-color css
<style>
a { background-color: #8DC85A; }
a { background-color: rgb(141,200,90); }
div.DivClassName
{
background-color: #8DC85A;
}
.BgClassName
{
background-color: #8DC85A;
}
</style>
border-color css
<style>
span { border-color: #8DC85A; }
span { border-color: rgb(141,200,90); }
td.TdClassName
{
border-color: #8DC85A;
}
.TagClassName
{
border-color: #8DC85A;
}
</style>