Shades of Mantis #8BCC6E
Tints of Mantis #8BCC6E
RGB
CMYK
RGB Variations
Color information
#8BCC6E (or 0x8BCC6E) is known color: Mantis. HEX triplet: 8B, CC and 6E. RGB value is (139,204,110). Sum of RGB (Red+Green+Blue) = 139+204+110=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC6E is #743391. Grayscale: #AEAEAE. Windows color (decimal): -7615378 or 7261323. OLE color: 7261323.
HSL color Cylindrical-coordinate representation of color #8BCC6E: hue angle of 101.49º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BCC6E is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 110 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.2 |
| HSL | 101.49º | 0.48% | 0.62% | - |
| HSV(B) | 101.49º | 0.46% | 0.8% | - |
| XYZ | 35.05 | 49.8 | 22.52 | - |
| YUV | 173.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 110 | 0.32 | 0 | 0.46 | 0.2 | 101.49 | 0.48 | 0.62 |
| Hex | 8B | CC | 6E | 20 | 0 | 2E | 14 | 65 | 30 | 3E |
| Octal | 213 | 314 | 156 | 40 | 0 | 56 | 24 | 145 | 60 | 76 |
| Binary | 10001011 | 11001100 | 1101110 | 100000 | 0 | 101110 | 10100 | 1100101 | 110000 | 111110 |
Color Harmonies of #8BCC6E
Complementary color
Monochromatic Colors of #8BCC6E
Black with #8BCC6E
Text Example
Text Example
White with #8BCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC6E; }
p { color: rgb(139,204,110); }
H1.HeaderClassName
{
color: #8BCC6E;
}
.AnyTagClassName
{
color: #8BCC6E;
}
</style>
background-color css
<style>
a { background-color: #8BCC6E; }
a { background-color: rgb(139,204,110); }
div.DivClassName
{
background-color: #8BCC6E;
}
.BgClassName
{
background-color: #8BCC6E;
}
</style>
border-color css
<style>
span { border-color: #8BCC6E; }
span { border-color: rgb(139,204,110); }
td.TdClassName
{
border-color: #8BCC6E;
}
.TagClassName
{
border-color: #8BCC6E;
}
</style>