Shades of Mantis #8BC76F
Tints of Mantis #8BC76F
RGB
CMYK
RGB Variations
Color information
#8BC76F (or 0x8BC76F) is known color: Mantis. HEX triplet: 8B, C7 and 6F. RGB value is (139,199,111). Sum of RGB (Red+Green+Blue) = 139+199+111=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC76F is #743890. Grayscale: #ABABAB. Windows color (decimal): -7616657 or 7325579. OLE color: 7325579.
HSL color Cylindrical-coordinate representation of color #8BC76F: hue angle of 100.91º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BC76F is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 111 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.22 |
| HSL | 100.91º | 0.44% | 0.61% | - |
| HSV(B) | 100.91º | 0.44% | 0.78% | - |
| XYZ | 33.94 | 47.48 | 22.42 | - |
| YUV | 171.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 111 | 0.30 | 0 | 0.44 | 0.22 | 100.91 | 0.44 | 0.61 |
| Hex | 8B | C7 | 6F | 1E | 0 | 2C | 16 | 65 | 2C | 3D |
| Octal | 213 | 307 | 157 | 36 | 0 | 54 | 26 | 145 | 54 | 75 |
| Binary | 10001011 | 11000111 | 1101111 | 11110 | 0 | 101100 | 10110 | 1100101 | 101100 | 111101 |
Color Harmonies of #8BC76F
Complementary color
Monochromatic Colors of #8BC76F
Black with #8BC76F
Text Example
Text Example
White with #8BC76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC76F; }
p { color: rgb(139,199,111); }
H1.HeaderClassName
{
color: #8BC76F;
}
.AnyTagClassName
{
color: #8BC76F;
}
</style>
background-color css
<style>
a { background-color: #8BC76F; }
a { background-color: rgb(139,199,111); }
div.DivClassName
{
background-color: #8BC76F;
}
.BgClassName
{
background-color: #8BC76F;
}
</style>
border-color css
<style>
span { border-color: #8BC76F; }
span { border-color: rgb(139,199,111); }
td.TdClassName
{
border-color: #8BC76F;
}
.TagClassName
{
border-color: #8BC76F;
}
</style>