Shades of Mantis #8BD458
Tints of Mantis #8BD458
RGB
CMYK
RGB Variations
Color information
#8BD458 (or 0x8BD458) is known color: Mantis. HEX triplet: 8B, D4 and 58. RGB value is (139,212,88). Sum of RGB (Red+Green+Blue) = 139+212+88=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD458 is #742BA7. Grayscale: #B0B0B0. Windows color (decimal): -7613352 or 5821579. OLE color: 5821579.
HSL color Cylindrical-coordinate representation of color #8BD458: hue angle of 95.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BD458 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 88 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.17 |
| HSL | 95.32º | 0.59% | 0.59% | - |
| HSV(B) | 95.32º | 0.58% | 0.83% | - |
| XYZ | 35.95 | 53.28 | 17.62 | - |
| YUV | 176.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 88 | 0.34 | 0 | 0.58 | 0.17 | 95.32 | 0.59 | 0.59 |
| Hex | 8B | D4 | 58 | 22 | 0 | 3A | 11 | 5F | 3B | 3B |
| Octal | 213 | 324 | 130 | 42 | 0 | 72 | 21 | 137 | 73 | 73 |
| Binary | 10001011 | 11010100 | 1011000 | 100010 | 0 | 111010 | 10001 | 1011111 | 111011 | 111011 |
Color Harmonies of #8BD458
Complementary color
Monochromatic Colors of #8BD458
Black with #8BD458
Text Example
Text Example
White with #8BD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD458; }
p { color: rgb(139,212,88); }
H1.HeaderClassName
{
color: #8BD458;
}
.AnyTagClassName
{
color: #8BD458;
}
</style>
background-color css
<style>
a { background-color: #8BD458; }
a { background-color: rgb(139,212,88); }
div.DivClassName
{
background-color: #8BD458;
}
.BgClassName
{
background-color: #8BD458;
}
</style>
border-color css
<style>
span { border-color: #8BD458; }
span { border-color: rgb(139,212,88); }
td.TdClassName
{
border-color: #8BD458;
}
.TagClassName
{
border-color: #8BD458;
}
</style>