Shades of Mantis #8DBF63
Tints of Mantis #8DBF63
RGB
CMYK
RGB Variations
Color information
#8DBF63 (or 0x8DBF63) is known color: Mantis. HEX triplet: 8D, BF and 63. RGB value is (141,191,99). Sum of RGB (Red+Green+Blue) = 141+191+99=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF63 is #72409C. Grayscale: #A5A5A5. Windows color (decimal): -7487645 or 6537101. OLE color: 6537101.
HSL color Cylindrical-coordinate representation of color #8DBF63: hue angle of 92.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DBF63 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 99 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.25 |
| HSL | 92.61º | 0.42% | 0.57% | - |
| HSV(B) | 92.61º | 0.48% | 0.75% | - |
| XYZ | 31.87 | 43.83 | 18.58 | - |
| YUV | 165.56 | 90.44 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 99 | 0.26 | 0 | 0.48 | 0.25 | 92.61 | 0.42 | 0.57 |
| Hex | 8D | BF | 63 | 1A | 0 | 30 | 19 | 5D | 2A | 39 |
| Octal | 215 | 277 | 143 | 32 | 0 | 60 | 31 | 135 | 52 | 71 |
| Binary | 10001101 | 10111111 | 1100011 | 11010 | 0 | 110000 | 11001 | 1011101 | 101010 | 111001 |
Color Harmonies of #8DBF63
Complementary color
Monochromatic Colors of #8DBF63
Black with #8DBF63
Text Example
Text Example
White with #8DBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF63; }
p { color: rgb(141,191,99); }
H1.HeaderClassName
{
color: #8DBF63;
}
.AnyTagClassName
{
color: #8DBF63;
}
</style>
background-color css
<style>
a { background-color: #8DBF63; }
a { background-color: rgb(141,191,99); }
div.DivClassName
{
background-color: #8DBF63;
}
.BgClassName
{
background-color: #8DBF63;
}
</style>
border-color css
<style>
span { border-color: #8DBF63; }
span { border-color: rgb(141,191,99); }
td.TdClassName
{
border-color: #8DBF63;
}
.TagClassName
{
border-color: #8DBF63;
}
</style>