Shades of Mantis #8DD46B
Tints of Mantis #8DD46B
RGB
CMYK
RGB Variations
Color information
#8DD46B (or 0x8DD46B) is known color: Mantis. HEX triplet: 8D, D4 and 6B. RGB value is (141,212,107). Sum of RGB (Red+Green+Blue) = 141+212+107=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD46B is #722B94. Grayscale: #B3B3B3. Windows color (decimal): -7482261 or 7066765. OLE color: 7066765.
HSL color Cylindrical-coordinate representation of color #8DD46B: hue angle of 100.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DD46B is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 212 | 107 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.17 |
| HSL | 100.57º | 0.55% | 0.63% | - |
| HSV(B) | 100.57º | 0.5% | 0.83% | - |
| XYZ | 37.18 | 53.81 | 22.34 | - |
| YUV | 178.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 107 | 0.33 | 0 | 0.50 | 0.17 | 100.57 | 0.55 | 0.63 |
| Hex | 8D | D4 | 6B | 21 | 0 | 32 | 11 | 65 | 37 | 3F |
| Octal | 215 | 324 | 153 | 41 | 0 | 62 | 21 | 145 | 67 | 77 |
| Binary | 10001101 | 11010100 | 1101011 | 100001 | 0 | 110010 | 10001 | 1100101 | 110111 | 111111 |
Color Harmonies of #8DD46B
Complementary color
Monochromatic Colors of #8DD46B
Black with #8DD46B
Text Example
Text Example
White with #8DD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD46B; }
p { color: rgb(141,212,107); }
H1.HeaderClassName
{
color: #8DD46B;
}
.AnyTagClassName
{
color: #8DD46B;
}
</style>
background-color css
<style>
a { background-color: #8DD46B; }
a { background-color: rgb(141,212,107); }
div.DivClassName
{
background-color: #8DD46B;
}
.BgClassName
{
background-color: #8DD46B;
}
</style>
border-color css
<style>
span { border-color: #8DD46B; }
span { border-color: rgb(141,212,107); }
td.TdClassName
{
border-color: #8DD46B;
}
.TagClassName
{
border-color: #8DD46B;
}
</style>