Shades of Mantis #8DBF56
Tints of Mantis #8DBF56
RGB
CMYK
RGB Variations
Color information
#8DBF56 (or 0x8DBF56) is known color: Mantis. HEX triplet: 8D, BF and 56. RGB value is (141,191,86). Sum of RGB (Red+Green+Blue) = 141+191+86=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF56 is #7240A9. Grayscale: #A4A4A4. Windows color (decimal): -7487658 or 5685133. OLE color: 5685133.
HSL color Cylindrical-coordinate representation of color #8DBF56: hue angle of 88.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DBF56 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 86 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.25 |
| HSL | 88.57º | 0.45% | 0.54% | - |
| HSV(B) | 88.57º | 0.55% | 0.75% | - |
| XYZ | 31.3 | 43.6 | 15.57 | - |
| YUV | 164.08 | 83.94 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 86 | 0.26 | 0 | 0.55 | 0.25 | 88.57 | 0.45 | 0.54 |
| Hex | 8D | BF | 56 | 1A | 0 | 37 | 19 | 59 | 2D | 36 |
| Octal | 215 | 277 | 126 | 32 | 0 | 67 | 31 | 131 | 55 | 66 |
| Binary | 10001101 | 10111111 | 1010110 | 11010 | 0 | 110111 | 11001 | 1011001 | 101101 | 110110 |
Color Harmonies of #8DBF56
Complementary color
Monochromatic Colors of #8DBF56
Black with #8DBF56
Text Example
Text Example
White with #8DBF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF56; }
p { color: rgb(141,191,86); }
H1.HeaderClassName
{
color: #8DBF56;
}
.AnyTagClassName
{
color: #8DBF56;
}
</style>
background-color css
<style>
a { background-color: #8DBF56; }
a { background-color: rgb(141,191,86); }
div.DivClassName
{
background-color: #8DBF56;
}
.BgClassName
{
background-color: #8DBF56;
}
</style>
border-color css
<style>
span { border-color: #8DBF56; }
span { border-color: rgb(141,191,86); }
td.TdClassName
{
border-color: #8DBF56;
}
.TagClassName
{
border-color: #8DBF56;
}
</style>