Shades of Mantis #8DC86B
Tints of Mantis #8DC86B
RGB
CMYK
RGB Variations
Color information
#8DC86B (or 0x8DC86B) is known color: Mantis. HEX triplet: 8D, C8 and 6B. RGB value is (141,200,107). Sum of RGB (Red+Green+Blue) = 141+200+107=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC86B is #723794. Grayscale: #ACACAC. Windows color (decimal): -7485333 or 7063693. OLE color: 7063693.
HSL color Cylindrical-coordinate representation of color #8DC86B: hue angle of 98.06º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DC86B is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 107 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.22 |
| HSL | 98.06º | 0.46% | 0.6% | - |
| HSV(B) | 98.06º | 0.47% | 0.78% | - |
| XYZ | 34.29 | 48.03 | 21.37 | - |
| YUV | 171.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 107 | 0.29 | 0 | 0.46 | 0.22 | 98.06 | 0.46 | 0.6 |
| Hex | 8D | C8 | 6B | 1D | 0 | 2E | 16 | 62 | 2E | 3C |
| Octal | 215 | 310 | 153 | 35 | 0 | 56 | 26 | 142 | 56 | 74 |
| Binary | 10001101 | 11001000 | 1101011 | 11101 | 0 | 101110 | 10110 | 1100010 | 101110 | 111100 |
Color Harmonies of #8DC86B
Complementary color
Monochromatic Colors of #8DC86B
Black with #8DC86B
Text Example
Text Example
White with #8DC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC86B; }
p { color: rgb(141,200,107); }
H1.HeaderClassName
{
color: #8DC86B;
}
.AnyTagClassName
{
color: #8DC86B;
}
</style>
background-color css
<style>
a { background-color: #8DC86B; }
a { background-color: rgb(141,200,107); }
div.DivClassName
{
background-color: #8DC86B;
}
.BgClassName
{
background-color: #8DC86B;
}
</style>
border-color css
<style>
span { border-color: #8DC86B; }
span { border-color: rgb(141,200,107); }
td.TdClassName
{
border-color: #8DC86B;
}
.TagClassName
{
border-color: #8DC86B;
}
</style>