Shades of Mantis #8DD55B
Tints of Mantis #8DD55B
RGB
CMYK
RGB Variations
Color information
#8DD55B (or 0x8DD55B) is known color: Mantis. HEX triplet: 8D, D5 and 5B. RGB value is (141,213,91). Sum of RGB (Red+Green+Blue) = 141+213+91=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD55B is #722AA4. Grayscale: #B1B1B1. Windows color (decimal): -7482021 or 6018445. OLE color: 6018445.
HSL color Cylindrical-coordinate representation of color #8DD55B: hue angle of 95.41º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DD55B is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 91 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.16 |
| HSL | 95.41º | 0.59% | 0.6% | - |
| HSV(B) | 95.41º | 0.57% | 0.84% | - |
| XYZ | 36.67 | 54.01 | 18.39 | - |
| YUV | 177.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 91 | 0.34 | 0 | 0.57 | 0.16 | 95.41 | 0.59 | 0.6 |
| Hex | 8D | D5 | 5B | 22 | 0 | 39 | 10 | 5F | 3B | 3C |
| Octal | 215 | 325 | 133 | 42 | 0 | 71 | 20 | 137 | 73 | 74 |
| Binary | 10001101 | 11010101 | 1011011 | 100010 | 0 | 111001 | 10000 | 1011111 | 111011 | 111100 |
Color Harmonies of #8DD55B
Complementary color
Monochromatic Colors of #8DD55B
Black with #8DD55B
Text Example
Text Example
White with #8DD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD55B; }
p { color: rgb(141,213,91); }
H1.HeaderClassName
{
color: #8DD55B;
}
.AnyTagClassName
{
color: #8DD55B;
}
</style>
background-color css
<style>
a { background-color: #8DD55B; }
a { background-color: rgb(141,213,91); }
div.DivClassName
{
background-color: #8DD55B;
}
.BgClassName
{
background-color: #8DD55B;
}
</style>
border-color css
<style>
span { border-color: #8DD55B; }
span { border-color: rgb(141,213,91); }
td.TdClassName
{
border-color: #8DD55B;
}
.TagClassName
{
border-color: #8DD55B;
}
</style>