Shades of Mantis #8DC26B
Tints of Mantis #8DC26B
RGB
CMYK
RGB Variations
Color information
#8DC26B (or 0x8DC26B) is known color: Mantis. HEX triplet: 8D, C2 and 6B. RGB value is (141,194,107). Sum of RGB (Red+Green+Blue) = 141+194+107=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC26B is #723D94. Grayscale: #A8A8A8. Windows color (decimal): -7486869 or 7062157. OLE color: 7062157.
HSL color Cylindrical-coordinate representation of color #8DC26B: hue angle of 96.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DC26B is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 107 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.24 |
| HSL | 96.55º | 0.42% | 0.59% | - |
| HSV(B) | 96.55º | 0.45% | 0.76% | - |
| XYZ | 32.93 | 45.31 | 20.92 | - |
| YUV | 168.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 107 | 0.27 | 0 | 0.45 | 0.24 | 96.55 | 0.42 | 0.59 |
| Hex | 8D | C2 | 6B | 1B | 0 | 2D | 18 | 61 | 2A | 3B |
| Octal | 215 | 302 | 153 | 33 | 0 | 55 | 30 | 141 | 52 | 73 |
| Binary | 10001101 | 11000010 | 1101011 | 11011 | 0 | 101101 | 11000 | 1100001 | 101010 | 111011 |
Color Harmonies of #8DC26B
Complementary color
Monochromatic Colors of #8DC26B
Black with #8DC26B
Text Example
Text Example
White with #8DC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC26B; }
p { color: rgb(141,194,107); }
H1.HeaderClassName
{
color: #8DC26B;
}
.AnyTagClassName
{
color: #8DC26B;
}
</style>
background-color css
<style>
a { background-color: #8DC26B; }
a { background-color: rgb(141,194,107); }
div.DivClassName
{
background-color: #8DC26B;
}
.BgClassName
{
background-color: #8DC26B;
}
</style>
border-color css
<style>
span { border-color: #8DC26B; }
span { border-color: rgb(141,194,107); }
td.TdClassName
{
border-color: #8DC26B;
}
.TagClassName
{
border-color: #8DC26B;
}
</style>