Shades of Mantis #8DC069
Tints of Mantis #8DC069
RGB
CMYK
RGB Variations
Color information
#8DC069 (or 0x8DC069) is known color: Mantis. HEX triplet: 8D, C0 and 69. RGB value is (141,192,105). Sum of RGB (Red+Green+Blue) = 141+192+105=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC069 is #723F96. Grayscale: #A7A7A7. Windows color (decimal): -7487383 or 6930573. OLE color: 6930573.
HSL color Cylindrical-coordinate representation of color #8DC069: hue angle of 95.17º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DC069 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 105 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.25 |
| HSL | 95.17º | 0.41% | 0.58% | - |
| HSV(B) | 95.17º | 0.45% | 0.75% | - |
| XYZ | 32.38 | 44.38 | 20.22 | - |
| YUV | 166.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 105 | 0.27 | 0 | 0.45 | 0.25 | 95.17 | 0.41 | 0.58 |
| Hex | 8D | C0 | 69 | 1B | 0 | 2D | 19 | 5F | 29 | 3A |
| Octal | 215 | 300 | 151 | 33 | 0 | 55 | 31 | 137 | 51 | 72 |
| Binary | 10001101 | 11000000 | 1101001 | 11011 | 0 | 101101 | 11001 | 1011111 | 101001 | 111010 |
Color Harmonies of #8DC069
Complementary color
Monochromatic Colors of #8DC069
Black with #8DC069
Text Example
Text Example
White with #8DC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC069; }
p { color: rgb(141,192,105); }
H1.HeaderClassName
{
color: #8DC069;
}
.AnyTagClassName
{
color: #8DC069;
}
</style>
background-color css
<style>
a { background-color: #8DC069; }
a { background-color: rgb(141,192,105); }
div.DivClassName
{
background-color: #8DC069;
}
.BgClassName
{
background-color: #8DC069;
}
</style>
border-color css
<style>
span { border-color: #8DC069; }
span { border-color: rgb(141,192,105); }
td.TdClassName
{
border-color: #8DC069;
}
.TagClassName
{
border-color: #8DC069;
}
</style>