Shades of Mantis #8BD768
Tints of Mantis #8BD768
RGB
CMYK
RGB Variations
Color information
#8BD768 (or 0x8BD768) is known color: Mantis. HEX triplet: 8B, D7 and 68. RGB value is (139,215,104). Sum of RGB (Red+Green+Blue) = 139+215+104=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD768 is #742897. Grayscale: #B3B3B3. Windows color (decimal): -7612568 or 6870923. OLE color: 6870923.
HSL color Cylindrical-coordinate representation of color #8BD768: hue angle of 101.08º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BD768 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 104 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.16 |
| HSL | 101.08º | 0.58% | 0.63% | - |
| HSV(B) | 101.08º | 0.52% | 0.84% | - |
| XYZ | 37.45 | 55.09 | 21.76 | - |
| YUV | 179.62 | 85.32 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 104 | 0.35 | 0 | 0.52 | 0.16 | 101.08 | 0.58 | 0.63 |
| Hex | 8B | D7 | 68 | 23 | 0 | 34 | 10 | 65 | 3A | 3F |
| Octal | 213 | 327 | 150 | 43 | 0 | 64 | 20 | 145 | 72 | 77 |
| Binary | 10001011 | 11010111 | 1101000 | 100011 | 0 | 110100 | 10000 | 1100101 | 111010 | 111111 |
Color Harmonies of #8BD768
Complementary color
Monochromatic Colors of #8BD768
Black with #8BD768
Text Example
Text Example
White with #8BD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD768; }
p { color: rgb(139,215,104); }
H1.HeaderClassName
{
color: #8BD768;
}
.AnyTagClassName
{
color: #8BD768;
}
</style>
background-color css
<style>
a { background-color: #8BD768; }
a { background-color: rgb(139,215,104); }
div.DivClassName
{
background-color: #8BD768;
}
.BgClassName
{
background-color: #8BD768;
}
</style>
border-color css
<style>
span { border-color: #8BD768; }
span { border-color: rgb(139,215,104); }
td.TdClassName
{
border-color: #8BD768;
}
.TagClassName
{
border-color: #8BD768;
}
</style>