Shades of Mantis #8DCF6F
Tints of Mantis #8DCF6F
RGB
CMYK
RGB Variations
Color information
#8DCF6F (or 0x8DCF6F) is known color: Mantis. HEX triplet: 8D, CF and 6F. RGB value is (141,207,111). Sum of RGB (Red+Green+Blue) = 141+207+111=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF6F is #723090. Grayscale: #B0B0B0. Windows color (decimal): -7483537 or 7327629. OLE color: 7327629.
HSL color Cylindrical-coordinate representation of color #8DCF6F: hue angle of 101.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DCF6F is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 111 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.19 |
| HSL | 101.25º | 0.5% | 0.62% | - |
| HSV(B) | 101.25º | 0.46% | 0.81% | - |
| XYZ | 36.17 | 51.44 | 23.06 | - |
| YUV | 176.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 111 | 0.32 | 0 | 0.46 | 0.19 | 101.25 | 0.5 | 0.62 |
| Hex | 8D | CF | 6F | 20 | 0 | 2E | 13 | 65 | 32 | 3E |
| Octal | 215 | 317 | 157 | 40 | 0 | 56 | 23 | 145 | 62 | 76 |
| Binary | 10001101 | 11001111 | 1101111 | 100000 | 0 | 101110 | 10011 | 1100101 | 110010 | 111110 |
Color Harmonies of #8DCF6F
Complementary color
Monochromatic Colors of #8DCF6F
Black with #8DCF6F
Text Example
Text Example
White with #8DCF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF6F; }
p { color: rgb(141,207,111); }
H1.HeaderClassName
{
color: #8DCF6F;
}
.AnyTagClassName
{
color: #8DCF6F;
}
</style>
background-color css
<style>
a { background-color: #8DCF6F; }
a { background-color: rgb(141,207,111); }
div.DivClassName
{
background-color: #8DCF6F;
}
.BgClassName
{
background-color: #8DCF6F;
}
</style>
border-color css
<style>
span { border-color: #8DCF6F; }
span { border-color: rgb(141,207,111); }
td.TdClassName
{
border-color: #8DCF6F;
}
.TagClassName
{
border-color: #8DCF6F;
}
</style>