Shades of Mantis #8DC66A
Tints of Mantis #8DC66A
RGB
CMYK
RGB Variations
Color information
#8DC66A (or 0x8DC66A) is known color: Mantis. HEX triplet: 8D, C6 and 6A. RGB value is (141,198,106). Sum of RGB (Red+Green+Blue) = 141+198+106=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC66A is #723995. Grayscale: #AAAAAA. Windows color (decimal): -7485846 or 6997645. OLE color: 6997645.
HSL color Cylindrical-coordinate representation of color #8DC66A: hue angle of 97.17º degrees, saturation: 0.45, 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 #8DC66A is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 106 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.22 |
| HSL | 97.17º | 0.45% | 0.6% | - |
| HSV(B) | 97.17º | 0.46% | 0.78% | - |
| XYZ | 33.78 | 47.09 | 20.94 | - |
| YUV | 170.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 106 | 0.29 | 0 | 0.46 | 0.22 | 97.17 | 0.45 | 0.6 |
| Hex | 8D | C6 | 6A | 1D | 0 | 2E | 16 | 61 | 2D | 3C |
| Octal | 215 | 306 | 152 | 35 | 0 | 56 | 26 | 141 | 55 | 74 |
| Binary | 10001101 | 11000110 | 1101010 | 11101 | 0 | 101110 | 10110 | 1100001 | 101101 | 111100 |
Color Harmonies of #8DC66A
Complementary color
Monochromatic Colors of #8DC66A
Black with #8DC66A
Text Example
Text Example
White with #8DC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC66A; }
p { color: rgb(141,198,106); }
H1.HeaderClassName
{
color: #8DC66A;
}
.AnyTagClassName
{
color: #8DC66A;
}
</style>
background-color css
<style>
a { background-color: #8DC66A; }
a { background-color: rgb(141,198,106); }
div.DivClassName
{
background-color: #8DC66A;
}
.BgClassName
{
background-color: #8DC66A;
}
</style>
border-color css
<style>
span { border-color: #8DC66A; }
span { border-color: rgb(141,198,106); }
td.TdClassName
{
border-color: #8DC66A;
}
.TagClassName
{
border-color: #8DC66A;
}
</style>