Shades of Mantis #8DDB5B
Tints of Mantis #8DDB5B
RGB
CMYK
RGB Variations
Color information
#8DDB5B (or 0x8DDB5B) is known color: Mantis. HEX triplet: 8D, DB and 5B. RGB value is (141,219,91). Sum of RGB (Red+Green+Blue) = 141+219+91=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB5B is #7224A4. Grayscale: #B5B5B5. Windows color (decimal): -7480485 or 6019981. OLE color: 6019981.
HSL color Cylindrical-coordinate representation of color #8DDB5B: hue angle of 96.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DDB5B is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 91 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.14 |
| HSL | 96.56º | 0.64% | 0.61% | - |
| HSV(B) | 96.56º | 0.58% | 0.86% | - |
| XYZ | 38.2 | 57.08 | 18.9 | - |
| YUV | 181.09 | 77.16 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 91 | 0.36 | 0 | 0.58 | 0.14 | 96.56 | 0.64 | 0.61 |
| Hex | 8D | DB | 5B | 24 | 0 | 3A | E | 61 | 40 | 3D |
| Octal | 215 | 333 | 133 | 44 | 0 | 72 | 16 | 141 | 100 | 75 |
| Binary | 10001101 | 11011011 | 1011011 | 100100 | 0 | 111010 | 1110 | 1100001 | 1000000 | 111101 |
Color Harmonies of #8DDB5B
Complementary color
Monochromatic Colors of #8DDB5B
Black with #8DDB5B
Text Example
Text Example
White with #8DDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB5B; }
p { color: rgb(141,219,91); }
H1.HeaderClassName
{
color: #8DDB5B;
}
.AnyTagClassName
{
color: #8DDB5B;
}
</style>
background-color css
<style>
a { background-color: #8DDB5B; }
a { background-color: rgb(141,219,91); }
div.DivClassName
{
background-color: #8DDB5B;
}
.BgClassName
{
background-color: #8DDB5B;
}
</style>
border-color css
<style>
span { border-color: #8DDB5B; }
span { border-color: rgb(141,219,91); }
td.TdClassName
{
border-color: #8DDB5B;
}
.TagClassName
{
border-color: #8DDB5B;
}
</style>