Shades of Mantis #8BD668
Tints of Mantis #8BD668
RGB
CMYK
RGB Variations
Color information
#8BD668 (or 0x8BD668) is known color: Mantis. HEX triplet: 8B, D6 and 68. RGB value is (139,214,104). Sum of RGB (Red+Green+Blue) = 139+214+104=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD668 is #742997. Grayscale: #B3B3B3. Windows color (decimal): -7612824 or 6870667. OLE color: 6870667.
HSL color Cylindrical-coordinate representation of color #8BD668: hue angle of 100.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BD668 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 104 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.16 |
| HSL | 100.91º | 0.57% | 0.62% | - |
| HSV(B) | 100.91º | 0.51% | 0.84% | - |
| XYZ | 37.19 | 54.58 | 21.67 | - |
| YUV | 179.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 104 | 0.35 | 0 | 0.51 | 0.16 | 100.91 | 0.57 | 0.62 |
| Hex | 8B | D6 | 68 | 23 | 0 | 33 | 10 | 65 | 39 | 3E |
| Octal | 213 | 326 | 150 | 43 | 0 | 63 | 20 | 145 | 71 | 76 |
| Binary | 10001011 | 11010110 | 1101000 | 100011 | 0 | 110011 | 10000 | 1100101 | 111001 | 111110 |
Color Harmonies of #8BD668
Complementary color
Monochromatic Colors of #8BD668
Black with #8BD668
Text Example
Text Example
White with #8BD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD668; }
p { color: rgb(139,214,104); }
H1.HeaderClassName
{
color: #8BD668;
}
.AnyTagClassName
{
color: #8BD668;
}
</style>
background-color css
<style>
a { background-color: #8BD668; }
a { background-color: rgb(139,214,104); }
div.DivClassName
{
background-color: #8BD668;
}
.BgClassName
{
background-color: #8BD668;
}
</style>
border-color css
<style>
span { border-color: #8BD668; }
span { border-color: rgb(139,214,104); }
td.TdClassName
{
border-color: #8BD668;
}
.TagClassName
{
border-color: #8BD668;
}
</style>