Shades of Mantis #8BCB6C
Tints of Mantis #8BCB6C
RGB
CMYK
RGB Variations
Color information
#8BCB6C (or 0x8BCB6C) is known color: Mantis. HEX triplet: 8B, CB and 6C. RGB value is (139,203,108). Sum of RGB (Red+Green+Blue) = 139+203+108=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB6C is #743493. Grayscale: #ADADAD. Windows color (decimal): -7615636 or 7129995. OLE color: 7129995.
HSL color Cylindrical-coordinate representation of color #8BCB6C: hue angle of 100.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BCB6C is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 108 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.20 |
| HSL | 100.42º | 0.48% | 0.61% | - |
| HSV(B) | 100.42º | 0.47% | 0.8% | - |
| XYZ | 34.71 | 49.28 | 21.87 | - |
| YUV | 173.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 108 | 0.32 | 0 | 0.47 | 0.20 | 100.42 | 0.48 | 0.61 |
| Hex | 8B | CB | 6C | 20 | 0 | 2F | 14 | 64 | 30 | 3D |
| Octal | 213 | 313 | 154 | 40 | 0 | 57 | 24 | 144 | 60 | 75 |
| Binary | 10001011 | 11001011 | 1101100 | 100000 | 0 | 101111 | 10100 | 1100100 | 110000 | 111101 |
Color Harmonies of #8BCB6C
Complementary color
Monochromatic Colors of #8BCB6C
Black with #8BCB6C
Text Example
Text Example
White with #8BCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCB6C; }
p { color: rgb(139,203,108); }
H1.HeaderClassName
{
color: #8BCB6C;
}
.AnyTagClassName
{
color: #8BCB6C;
}
</style>
background-color css
<style>
a { background-color: #8BCB6C; }
a { background-color: rgb(139,203,108); }
div.DivClassName
{
background-color: #8BCB6C;
}
.BgClassName
{
background-color: #8BCB6C;
}
</style>
border-color css
<style>
span { border-color: #8BCB6C; }
span { border-color: rgb(139,203,108); }
td.TdClassName
{
border-color: #8BCB6C;
}
.TagClassName
{
border-color: #8BCB6C;
}
</style>