Shades of Mantis #8BD168
Tints of Mantis #8BD168
RGB
CMYK
RGB Variations
Color information
#8BD168 (or 0x8BD168) is known color: Mantis. HEX triplet: 8B, D1 and 68. RGB value is (139,209,104). Sum of RGB (Red+Green+Blue) = 139+209+104=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD168 is #742E97. Grayscale: #B0B0B0. Windows color (decimal): -7614104 or 6869387. OLE color: 6869387.
HSL color Cylindrical-coordinate representation of color #8BD168: hue angle of 100º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BD168 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 104 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.18 |
| HSL | 100º | 0.53% | 0.61% | - |
| HSV(B) | 100º | 0.5% | 0.82% | - |
| XYZ | 35.95 | 52.09 | 21.26 | - |
| YUV | 176.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 104 | 0.33 | 0 | 0.50 | 0.18 | 100 | 0.53 | 0.61 |
| Hex | 8B | D1 | 68 | 21 | 0 | 32 | 12 | 64 | 35 | 3D |
| Octal | 213 | 321 | 150 | 41 | 0 | 62 | 22 | 144 | 65 | 75 |
| Binary | 10001011 | 11010001 | 1101000 | 100001 | 0 | 110010 | 10010 | 1100100 | 110101 | 111101 |
Color Harmonies of #8BD168
Complementary color
Monochromatic Colors of #8BD168
Black with #8BD168
Text Example
Text Example
White with #8BD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD168; }
p { color: rgb(139,209,104); }
H1.HeaderClassName
{
color: #8BD168;
}
.AnyTagClassName
{
color: #8BD168;
}
</style>
background-color css
<style>
a { background-color: #8BD168; }
a { background-color: rgb(139,209,104); }
div.DivClassName
{
background-color: #8BD168;
}
.BgClassName
{
background-color: #8BD168;
}
</style>
border-color css
<style>
span { border-color: #8BD168; }
span { border-color: rgb(139,209,104); }
td.TdClassName
{
border-color: #8BD168;
}
.TagClassName
{
border-color: #8BD168;
}
</style>