Shades of Mantis #8DDB56
Tints of Mantis #8DDB56
RGB
CMYK
RGB Variations
Color information
#8DDB56 (or 0x8DDB56) is known color: Mantis. HEX triplet: 8D, DB and 56. RGB value is (141,219,86). Sum of RGB (Red+Green+Blue) = 141+219+86=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB56 is #7224A9. Grayscale: #B4B4B4. Windows color (decimal): -7480490 or 5692301. OLE color: 5692301.
HSL color Cylindrical-coordinate representation of color #8DDB56: hue angle of 95.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DDB56 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 86 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.14 |
| HSL | 95.19º | 0.65% | 0.6% | - |
| HSV(B) | 95.19º | 0.61% | 0.86% | - |
| XYZ | 38 | 57 | 17.8 | - |
| YUV | 180.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 86 | 0.36 | 0 | 0.61 | 0.14 | 95.19 | 0.65 | 0.6 |
| Hex | 8D | DB | 56 | 24 | 0 | 3D | E | 5F | 41 | 3C |
| Octal | 215 | 333 | 126 | 44 | 0 | 75 | 16 | 137 | 101 | 74 |
| Binary | 10001101 | 11011011 | 1010110 | 100100 | 0 | 111101 | 1110 | 1011111 | 1000001 | 111100 |
Color Harmonies of #8DDB56
Complementary color
Monochromatic Colors of #8DDB56
Black with #8DDB56
Text Example
Text Example
White with #8DDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB56; }
p { color: rgb(141,219,86); }
H1.HeaderClassName
{
color: #8DDB56;
}
.AnyTagClassName
{
color: #8DDB56;
}
</style>
background-color css
<style>
a { background-color: #8DDB56; }
a { background-color: rgb(141,219,86); }
div.DivClassName
{
background-color: #8DDB56;
}
.BgClassName
{
background-color: #8DDB56;
}
</style>
border-color css
<style>
span { border-color: #8DDB56; }
span { border-color: rgb(141,219,86); }
td.TdClassName
{
border-color: #8DDB56;
}
.TagClassName
{
border-color: #8DDB56;
}
</style>