Shades of Mantis #8BC760
Tints of Mantis #8BC760
RGB
CMYK
RGB Variations
Color information
#8BC760 (or 0x8BC760) is known color: Mantis. HEX triplet: 8B, C7 and 60. RGB value is (139,199,96). Sum of RGB (Red+Green+Blue) = 139+199+96=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC760 is #74389F. Grayscale: #A9A9A9. Windows color (decimal): -7616672 or 6342539. OLE color: 6342539.
HSL color Cylindrical-coordinate representation of color #8BC760: hue angle of 94.95º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BC760 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 96 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.22 |
| HSL | 94.95º | 0.48% | 0.58% | - |
| HSV(B) | 94.95º | 0.52% | 0.78% | - |
| XYZ | 33.18 | 47.18 | 18.42 | - |
| YUV | 169.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 96 | 0.30 | 0 | 0.52 | 0.22 | 94.95 | 0.48 | 0.58 |
| Hex | 8B | C7 | 60 | 1E | 0 | 34 | 16 | 5F | 30 | 3A |
| Octal | 213 | 307 | 140 | 36 | 0 | 64 | 26 | 137 | 60 | 72 |
| Binary | 10001011 | 11000111 | 1100000 | 11110 | 0 | 110100 | 10110 | 1011111 | 110000 | 111010 |
Color Harmonies of #8BC760
Complementary color
Monochromatic Colors of #8BC760
Black with #8BC760
Text Example
Text Example
White with #8BC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC760; }
p { color: rgb(139,199,96); }
H1.HeaderClassName
{
color: #8BC760;
}
.AnyTagClassName
{
color: #8BC760;
}
</style>
background-color css
<style>
a { background-color: #8BC760; }
a { background-color: rgb(139,199,96); }
div.DivClassName
{
background-color: #8BC760;
}
.BgClassName
{
background-color: #8BC760;
}
</style>
border-color css
<style>
span { border-color: #8BC760; }
span { border-color: rgb(139,199,96); }
td.TdClassName
{
border-color: #8BC760;
}
.TagClassName
{
border-color: #8BC760;
}
</style>