Shades of Mantis #8DCB6E
Tints of Mantis #8DCB6E
RGB
CMYK
RGB Variations
Color information
#8DCB6E (or 0x8DCB6E) is known color: Mantis. HEX triplet: 8D, CB and 6E. RGB value is (141,203,110). Sum of RGB (Red+Green+Blue) = 141+203+110=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB6E is #723491. Grayscale: #AEAEAE. Windows color (decimal): -7484562 or 7261069. OLE color: 7261069.
HSL color Cylindrical-coordinate representation of color #8DCB6E: hue angle of 100º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DCB6E is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 110 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.20 |
| HSL | 100º | 0.47% | 0.61% | - |
| HSV(B) | 100º | 0.46% | 0.8% | - |
| XYZ | 35.15 | 49.5 | 22.45 | - |
| YUV | 173.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 110 | 0.31 | 0 | 0.46 | 0.20 | 100 | 0.47 | 0.61 |
| Hex | 8D | CB | 6E | 1F | 0 | 2E | 14 | 64 | 2F | 3D |
| Octal | 215 | 313 | 156 | 37 | 0 | 56 | 24 | 144 | 57 | 75 |
| Binary | 10001101 | 11001011 | 1101110 | 11111 | 0 | 101110 | 10100 | 1100100 | 101111 | 111101 |
Color Harmonies of #8DCB6E
Complementary color
Monochromatic Colors of #8DCB6E
Black with #8DCB6E
Text Example
Text Example
White with #8DCB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB6E; }
p { color: rgb(141,203,110); }
H1.HeaderClassName
{
color: #8DCB6E;
}
.AnyTagClassName
{
color: #8DCB6E;
}
</style>
background-color css
<style>
a { background-color: #8DCB6E; }
a { background-color: rgb(141,203,110); }
div.DivClassName
{
background-color: #8DCB6E;
}
.BgClassName
{
background-color: #8DCB6E;
}
</style>
border-color css
<style>
span { border-color: #8DCB6E; }
span { border-color: rgb(141,203,110); }
td.TdClassName
{
border-color: #8DCB6E;
}
.TagClassName
{
border-color: #8DCB6E;
}
</style>