Shades of Mantis #8BC358
Tints of Mantis #8BC358
RGB
CMYK
RGB Variations
Color information
#8BC358 (or 0x8BC358) is known color: Mantis. HEX triplet: 8B, C3 and 58. RGB value is (139,195,88). Sum of RGB (Red+Green+Blue) = 139+195+88=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC358 is #743CA7. Grayscale: #A6A6A6. Windows color (decimal): -7617704 or 5817227. OLE color: 5817227.
HSL color Cylindrical-coordinate representation of color #8BC358: hue angle of 91.4º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BC358 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 88 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.24 |
| HSL | 91.4º | 0.47% | 0.55% | - |
| HSV(B) | 91.4º | 0.55% | 0.76% | - |
| XYZ | 31.92 | 45.22 | 16.28 | - |
| YUV | 166.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 88 | 0.29 | 0 | 0.55 | 0.24 | 91.4 | 0.47 | 0.55 |
| Hex | 8B | C3 | 58 | 1D | 0 | 37 | 18 | 5B | 2F | 37 |
| Octal | 213 | 303 | 130 | 35 | 0 | 67 | 30 | 133 | 57 | 67 |
| Binary | 10001011 | 11000011 | 1011000 | 11101 | 0 | 110111 | 11000 | 1011011 | 101111 | 110111 |
Color Harmonies of #8BC358
Complementary color
Monochromatic Colors of #8BC358
Black with #8BC358
Text Example
Text Example
White with #8BC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC358; }
p { color: rgb(139,195,88); }
H1.HeaderClassName
{
color: #8BC358;
}
.AnyTagClassName
{
color: #8BC358;
}
</style>
background-color css
<style>
a { background-color: #8BC358; }
a { background-color: rgb(139,195,88); }
div.DivClassName
{
background-color: #8BC358;
}
.BgClassName
{
background-color: #8BC358;
}
</style>
border-color css
<style>
span { border-color: #8BC358; }
span { border-color: rgb(139,195,88); }
td.TdClassName
{
border-color: #8BC358;
}
.TagClassName
{
border-color: #8BC358;
}
</style>