Shades of Mantis #8BC061
Tints of Mantis #8BC061
RGB
CMYK
RGB Variations
Color information
#8BC061 (or 0x8BC061) is known color: Mantis. HEX triplet: 8B, C0 and 61. RGB value is (139,192,97). Sum of RGB (Red+Green+Blue) = 139+192+97=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC061 is #743F9E. Grayscale: #A5A5A5. Windows color (decimal): -7618463 or 6406283. OLE color: 6406283.
HSL color Cylindrical-coordinate representation of color #8BC061: hue angle of 93.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BC061 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 97 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.25 |
| HSL | 93.47º | 0.43% | 0.57% | - |
| HSV(B) | 93.47º | 0.49% | 0.75% | - |
| XYZ | 31.65 | 44.05 | 18.14 | - |
| YUV | 165.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 97 | 0.28 | 0 | 0.49 | 0.25 | 93.47 | 0.43 | 0.57 |
| Hex | 8B | C0 | 61 | 1C | 0 | 31 | 19 | 5D | 2B | 39 |
| Octal | 213 | 300 | 141 | 34 | 0 | 61 | 31 | 135 | 53 | 71 |
| Binary | 10001011 | 11000000 | 1100001 | 11100 | 0 | 110001 | 11001 | 1011101 | 101011 | 111001 |
Color Harmonies of #8BC061
Complementary color
Monochromatic Colors of #8BC061
Black with #8BC061
Text Example
Text Example
White with #8BC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC061; }
p { color: rgb(139,192,97); }
H1.HeaderClassName
{
color: #8BC061;
}
.AnyTagClassName
{
color: #8BC061;
}
</style>
background-color css
<style>
a { background-color: #8BC061; }
a { background-color: rgb(139,192,97); }
div.DivClassName
{
background-color: #8BC061;
}
.BgClassName
{
background-color: #8BC061;
}
</style>
border-color css
<style>
span { border-color: #8BC061; }
span { border-color: rgb(139,192,97); }
td.TdClassName
{
border-color: #8BC061;
}
.TagClassName
{
border-color: #8BC061;
}
</style>