Shades of Mantis #8BC155
Tints of Mantis #8BC155
RGB
CMYK
RGB Variations
Color information
#8BC155 (or 0x8BC155) is known color: Mantis. HEX triplet: 8B, C1 and 55. RGB value is (139,193,85). Sum of RGB (Red+Green+Blue) = 139+193+85=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC155 is #743EAA. Grayscale: #A4A4A4. Windows color (decimal): -7618219 or 5620107. OLE color: 5620107.
HSL color Cylindrical-coordinate representation of color #8BC155: hue angle of 90º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BC155 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 85 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.24 |
| HSL | 90º | 0.47% | 0.55% | - |
| HSV(B) | 90º | 0.56% | 0.76% | - |
| XYZ | 31.36 | 44.28 | 15.49 | - |
| YUV | 164.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 85 | 0.28 | 0 | 0.56 | 0.24 | 90 | 0.47 | 0.55 |
| Hex | 8B | C1 | 55 | 1C | 0 | 38 | 18 | 5A | 2F | 37 |
| Octal | 213 | 301 | 125 | 34 | 0 | 70 | 30 | 132 | 57 | 67 |
| Binary | 10001011 | 11000001 | 1010101 | 11100 | 0 | 111000 | 11000 | 1011010 | 101111 | 110111 |
Color Harmonies of #8BC155
Complementary color
Monochromatic Colors of #8BC155
Black with #8BC155
Text Example
Text Example
White with #8BC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC155; }
p { color: rgb(139,193,85); }
H1.HeaderClassName
{
color: #8BC155;
}
.AnyTagClassName
{
color: #8BC155;
}
</style>
background-color css
<style>
a { background-color: #8BC155; }
a { background-color: rgb(139,193,85); }
div.DivClassName
{
background-color: #8BC155;
}
.BgClassName
{
background-color: #8BC155;
}
</style>
border-color css
<style>
span { border-color: #8BC155; }
span { border-color: rgb(139,193,85); }
td.TdClassName
{
border-color: #8BC155;
}
.TagClassName
{
border-color: #8BC155;
}
</style>