Shades of Mantis #8BD86B
Tints of Mantis #8BD86B
RGB
CMYK
RGB Variations
Color information
#8BD86B (or 0x8BD86B) is known color: Mantis. HEX triplet: 8B, D8 and 6B. RGB value is (139,216,107). Sum of RGB (Red+Green+Blue) = 139+216+107=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD86B is #742794. Grayscale: #B4B4B4. Windows color (decimal): -7612309 or 7067787. OLE color: 7067787.
HSL color Cylindrical-coordinate representation of color #8BD86B: hue angle of 102.39º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BD86B is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 216 | 107 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.15 |
| HSL | 102.39º | 0.58% | 0.63% | - |
| HSV(B) | 102.39º | 0.5% | 0.85% | - |
| XYZ | 37.86 | 55.66 | 22.66 | - |
| YUV | 180.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 107 | 0.36 | 0 | 0.50 | 0.15 | 102.39 | 0.58 | 0.63 |
| Hex | 8B | D8 | 6B | 24 | 0 | 32 | F | 66 | 3A | 3F |
| Octal | 213 | 330 | 153 | 44 | 0 | 62 | 17 | 146 | 72 | 77 |
| Binary | 10001011 | 11011000 | 1101011 | 100100 | 0 | 110010 | 1111 | 1100110 | 111010 | 111111 |
Color Harmonies of #8BD86B
Complementary color
Monochromatic Colors of #8BD86B
Black with #8BD86B
Text Example
Text Example
White with #8BD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD86B; }
p { color: rgb(139,216,107); }
H1.HeaderClassName
{
color: #8BD86B;
}
.AnyTagClassName
{
color: #8BD86B;
}
</style>
background-color css
<style>
a { background-color: #8BD86B; }
a { background-color: rgb(139,216,107); }
div.DivClassName
{
background-color: #8BD86B;
}
.BgClassName
{
background-color: #8BD86B;
}
</style>
border-color css
<style>
span { border-color: #8BD86B; }
span { border-color: rgb(139,216,107); }
td.TdClassName
{
border-color: #8BD86B;
}
.TagClassName
{
border-color: #8BD86B;
}
</style>