Shades of Mantis #8BC058
Tints of Mantis #8BC058
RGB
CMYK
RGB Variations
Color information
#8BC058 (or 0x8BC058) is known color: Mantis. HEX triplet: 8B, C0 and 58. RGB value is (139,192,88). Sum of RGB (Red+Green+Blue) = 139+192+88=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC058 is #743FA7. Grayscale: #A4A4A4. Windows color (decimal): -7618472 or 5816459. OLE color: 5816459.
HSL color Cylindrical-coordinate representation of color #8BC058: hue angle of 90.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BC058 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 88 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.25 |
| HSL | 90.58º | 0.45% | 0.55% | - |
| HSV(B) | 90.58º | 0.54% | 0.75% | - |
| XYZ | 31.26 | 43.89 | 16.06 | - |
| YUV | 164.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 88 | 0.28 | 0 | 0.54 | 0.25 | 90.58 | 0.45 | 0.55 |
| Hex | 8B | C0 | 58 | 1C | 0 | 36 | 19 | 5B | 2D | 37 |
| Octal | 213 | 300 | 130 | 34 | 0 | 66 | 31 | 133 | 55 | 67 |
| Binary | 10001011 | 11000000 | 1011000 | 11100 | 0 | 110110 | 11001 | 1011011 | 101101 | 110111 |
Color Harmonies of #8BC058
Complementary color
Monochromatic Colors of #8BC058
Black with #8BC058
Text Example
Text Example
White with #8BC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC058; }
p { color: rgb(139,192,88); }
H1.HeaderClassName
{
color: #8BC058;
}
.AnyTagClassName
{
color: #8BC058;
}
</style>
background-color css
<style>
a { background-color: #8BC058; }
a { background-color: rgb(139,192,88); }
div.DivClassName
{
background-color: #8BC058;
}
.BgClassName
{
background-color: #8BC058;
}
</style>
border-color css
<style>
span { border-color: #8BC058; }
span { border-color: rgb(139,192,88); }
td.TdClassName
{
border-color: #8BC058;
}
.TagClassName
{
border-color: #8BC058;
}
</style>