Shades of Mantis #8BC858
Tints of Mantis #8BC858
RGB
CMYK
RGB Variations
Color information
#8BC858 (or 0x8BC858) is known color: Mantis. HEX triplet: 8B, C8 and 58. RGB value is (139,200,88). Sum of RGB (Red+Green+Blue) = 139+200+88=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC858 is #7437A7. Grayscale: #A9A9A9. Windows color (decimal): -7616424 or 5818507. OLE color: 5818507.
HSL color Cylindrical-coordinate representation of color #8BC858: hue angle of 92.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BC858 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 88 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.22 |
| HSL | 92.68º | 0.5% | 0.56% | - |
| HSV(B) | 92.68º | 0.56% | 0.78% | - |
| XYZ | 33.06 | 47.5 | 16.66 | - |
| YUV | 168.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 88 | 0.30 | 0 | 0.56 | 0.22 | 92.68 | 0.5 | 0.56 |
| Hex | 8B | C8 | 58 | 1E | 0 | 38 | 16 | 5D | 32 | 38 |
| Octal | 213 | 310 | 130 | 36 | 0 | 70 | 26 | 135 | 62 | 70 |
| Binary | 10001011 | 11001000 | 1011000 | 11110 | 0 | 111000 | 10110 | 1011101 | 110010 | 111000 |
Color Harmonies of #8BC858
Complementary color
Monochromatic Colors of #8BC858
Black with #8BC858
Text Example
Text Example
White with #8BC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC858; }
p { color: rgb(139,200,88); }
H1.HeaderClassName
{
color: #8BC858;
}
.AnyTagClassName
{
color: #8BC858;
}
</style>
background-color css
<style>
a { background-color: #8BC858; }
a { background-color: rgb(139,200,88); }
div.DivClassName
{
background-color: #8BC858;
}
.BgClassName
{
background-color: #8BC858;
}
</style>
border-color css
<style>
span { border-color: #8BC858; }
span { border-color: rgb(139,200,88); }
td.TdClassName
{
border-color: #8BC858;
}
.TagClassName
{
border-color: #8BC858;
}
</style>