Shades of Mantis #8BC958
Tints of Mantis #8BC958
RGB
CMYK
RGB Variations
Color information
#8BC958 (or 0x8BC958) is known color: Mantis. HEX triplet: 8B, C9 and 58. RGB value is (139,201,88). Sum of RGB (Red+Green+Blue) = 139+201+88=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC958 is #7436A7. Grayscale: #A9A9A9. Windows color (decimal): -7616168 or 5818763. OLE color: 5818763.
HSL color Cylindrical-coordinate representation of color #8BC958: hue angle of 92.92º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BC958 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 88 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.21 |
| HSL | 92.92º | 0.51% | 0.57% | - |
| HSV(B) | 92.92º | 0.56% | 0.79% | - |
| XYZ | 33.3 | 47.97 | 16.74 | - |
| YUV | 169.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 88 | 0.31 | 0 | 0.56 | 0.21 | 92.92 | 0.51 | 0.57 |
| Hex | 8B | C9 | 58 | 1F | 0 | 38 | 15 | 5D | 33 | 39 |
| Octal | 213 | 311 | 130 | 37 | 0 | 70 | 25 | 135 | 63 | 71 |
| Binary | 10001011 | 11001001 | 1011000 | 11111 | 0 | 111000 | 10101 | 1011101 | 110011 | 111001 |
Color Harmonies of #8BC958
Complementary color
Monochromatic Colors of #8BC958
Black with #8BC958
Text Example
Text Example
White with #8BC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC958; }
p { color: rgb(139,201,88); }
H1.HeaderClassName
{
color: #8BC958;
}
.AnyTagClassName
{
color: #8BC958;
}
</style>
background-color css
<style>
a { background-color: #8BC958; }
a { background-color: rgb(139,201,88); }
div.DivClassName
{
background-color: #8BC958;
}
.BgClassName
{
background-color: #8BC958;
}
</style>
border-color css
<style>
span { border-color: #8BC958; }
span { border-color: rgb(139,201,88); }
td.TdClassName
{
border-color: #8BC958;
}
.TagClassName
{
border-color: #8BC958;
}
</style>