Shades of Mantis #8BBC58
Tints of Mantis #8BBC58
RGB
CMYK
RGB Variations
Color information
#8BBC58 (or 0x8BBC58) is known color: Mantis. HEX triplet: 8B, BC and 58. RGB value is (139,188,88). Sum of RGB (Red+Green+Blue) = 139+188+88=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC58 is #7443A7. Grayscale: #A2A2A2. Windows color (decimal): -7619496 or 5815435. OLE color: 5815435.
HSL color Cylindrical-coordinate representation of color #8BBC58: hue angle of 89.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BBC58 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 88 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.26 |
| HSL | 89.4º | 0.43% | 0.54% | - |
| HSV(B) | 89.4º | 0.53% | 0.74% | - |
| XYZ | 30.39 | 42.16 | 15.77 | - |
| YUV | 161.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 88 | 0.26 | 0 | 0.53 | 0.26 | 89.4 | 0.43 | 0.54 |
| Hex | 8B | BC | 58 | 1A | 0 | 35 | 1A | 59 | 2B | 36 |
| Octal | 213 | 274 | 130 | 32 | 0 | 65 | 32 | 131 | 53 | 66 |
| Binary | 10001011 | 10111100 | 1011000 | 11010 | 0 | 110101 | 11010 | 1011001 | 101011 | 110110 |
Color Harmonies of #8BBC58
Complementary color
Monochromatic Colors of #8BBC58
Black with #8BBC58
Text Example
Text Example
White with #8BBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC58; }
p { color: rgb(139,188,88); }
H1.HeaderClassName
{
color: #8BBC58;
}
.AnyTagClassName
{
color: #8BBC58;
}
</style>
background-color css
<style>
a { background-color: #8BBC58; }
a { background-color: rgb(139,188,88); }
div.DivClassName
{
background-color: #8BBC58;
}
.BgClassName
{
background-color: #8BBC58;
}
</style>
border-color css
<style>
span { border-color: #8BBC58; }
span { border-color: rgb(139,188,88); }
td.TdClassName
{
border-color: #8BBC58;
}
.TagClassName
{
border-color: #8BBC58;
}
</style>