Shades of Mantis #8BD16F
Tints of Mantis #8BD16F
RGB
CMYK
RGB Variations
Color information
#8BD16F (or 0x8BD16F) is known color: Mantis. HEX triplet: 8B, D1 and 6F. RGB value is (139,209,111). Sum of RGB (Red+Green+Blue) = 139+209+111=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD16F is #742E90. Grayscale: #B1B1B1. Windows color (decimal): -7614097 or 7328139. OLE color: 7328139.
HSL color Cylindrical-coordinate representation of color #8BD16F: hue angle of 102.86º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BD16F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 111 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.18 |
| HSL | 102.86º | 0.52% | 0.63% | - |
| HSV(B) | 102.86º | 0.47% | 0.82% | - |
| XYZ | 36.32 | 52.24 | 23.21 | - |
| YUV | 176.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 111 | 0.33 | 0 | 0.47 | 0.18 | 102.86 | 0.52 | 0.63 |
| Hex | 8B | D1 | 6F | 21 | 0 | 2F | 12 | 67 | 34 | 3F |
| Octal | 213 | 321 | 157 | 41 | 0 | 57 | 22 | 147 | 64 | 77 |
| Binary | 10001011 | 11010001 | 1101111 | 100001 | 0 | 101111 | 10010 | 1100111 | 110100 | 111111 |
Color Harmonies of #8BD16F
Complementary color
Monochromatic Colors of #8BD16F
Black with #8BD16F
Text Example
Text Example
White with #8BD16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD16F; }
p { color: rgb(139,209,111); }
H1.HeaderClassName
{
color: #8BD16F;
}
.AnyTagClassName
{
color: #8BD16F;
}
</style>
background-color css
<style>
a { background-color: #8BD16F; }
a { background-color: rgb(139,209,111); }
div.DivClassName
{
background-color: #8BD16F;
}
.BgClassName
{
background-color: #8BD16F;
}
</style>
border-color css
<style>
span { border-color: #8BD16F; }
span { border-color: rgb(139,209,111); }
td.TdClassName
{
border-color: #8BD16F;
}
.TagClassName
{
border-color: #8BD16F;
}
</style>