Shades of Mantis #8BD166
Tints of Mantis #8BD166
RGB
CMYK
RGB Variations
Color information
#8BD166 (or 0x8BD166) is known color: Mantis. HEX triplet: 8B, D1 and 66. RGB value is (139,209,102). Sum of RGB (Red+Green+Blue) = 139+209+102=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD166 is #742E99. Grayscale: #B0B0B0. Windows color (decimal): -7614106 or 6738315. OLE color: 6738315.
HSL color Cylindrical-coordinate representation of color #8BD166: hue angle of 99.25º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BD166 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 102 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.18 |
| HSL | 99.25º | 0.54% | 0.61% | - |
| HSV(B) | 99.25º | 0.51% | 0.82% | - |
| XYZ | 35.85 | 52.05 | 20.73 | - |
| YUV | 175.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 102 | 0.33 | 0 | 0.51 | 0.18 | 99.25 | 0.54 | 0.61 |
| Hex | 8B | D1 | 66 | 21 | 0 | 33 | 12 | 63 | 36 | 3D |
| Octal | 213 | 321 | 146 | 41 | 0 | 63 | 22 | 143 | 66 | 75 |
| Binary | 10001011 | 11010001 | 1100110 | 100001 | 0 | 110011 | 10010 | 1100011 | 110110 | 111101 |
Color Harmonies of #8BD166
Complementary color
Monochromatic Colors of #8BD166
Black with #8BD166
Text Example
Text Example
White with #8BD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD166; }
p { color: rgb(139,209,102); }
H1.HeaderClassName
{
color: #8BD166;
}
.AnyTagClassName
{
color: #8BD166;
}
</style>
background-color css
<style>
a { background-color: #8BD166; }
a { background-color: rgb(139,209,102); }
div.DivClassName
{
background-color: #8BD166;
}
.BgClassName
{
background-color: #8BD166;
}
</style>
border-color css
<style>
span { border-color: #8BD166; }
span { border-color: rgb(139,209,102); }
td.TdClassName
{
border-color: #8BD166;
}
.TagClassName
{
border-color: #8BD166;
}
</style>