Shades of Mantis #8BD258
Tints of Mantis #8BD258
RGB
CMYK
RGB Variations
Color information
#8BD258 (or 0x8BD258) is known color: Mantis. HEX triplet: 8B, D2 and 58. RGB value is (139,210,88). Sum of RGB (Red+Green+Blue) = 139+210+88=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD258 is #742DA7. Grayscale: #AFAFAF. Windows color (decimal): -7613864 or 5821067. OLE color: 5821067.
HSL color Cylindrical-coordinate representation of color #8BD258: hue angle of 94.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BD258 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 88 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.18 |
| HSL | 94.92º | 0.58% | 0.58% | - |
| HSV(B) | 94.92º | 0.58% | 0.82% | - |
| XYZ | 35.46 | 52.29 | 17.46 | - |
| YUV | 174.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 88 | 0.34 | 0 | 0.58 | 0.18 | 94.92 | 0.58 | 0.58 |
| Hex | 8B | D2 | 58 | 22 | 0 | 3A | 12 | 5F | 3A | 3A |
| Octal | 213 | 322 | 130 | 42 | 0 | 72 | 22 | 137 | 72 | 72 |
| Binary | 10001011 | 11010010 | 1011000 | 100010 | 0 | 111010 | 10010 | 1011111 | 111010 | 111010 |
Color Harmonies of #8BD258
Complementary color
Monochromatic Colors of #8BD258
Black with #8BD258
Text Example
Text Example
White with #8BD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD258; }
p { color: rgb(139,210,88); }
H1.HeaderClassName
{
color: #8BD258;
}
.AnyTagClassName
{
color: #8BD258;
}
</style>
background-color css
<style>
a { background-color: #8BD258; }
a { background-color: rgb(139,210,88); }
div.DivClassName
{
background-color: #8BD258;
}
.BgClassName
{
background-color: #8BD258;
}
</style>
border-color css
<style>
span { border-color: #8BD258; }
span { border-color: rgb(139,210,88); }
td.TdClassName
{
border-color: #8BD258;
}
.TagClassName
{
border-color: #8BD258;
}
</style>