Shades of Mantis #8BE85D
Tints of Mantis #8BE85D
RGB
CMYK
RGB Variations
Color information
#8BE85D (or 0x8BE85D) is known color: Mantis. HEX triplet: 8B, E8 and 5D. RGB value is (139,232,93). Sum of RGB (Red+Green+Blue) = 139+232+93=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BE85D is #7417A2. Grayscale: #BCBCBC. Windows color (decimal): -7608227 or 6154379. OLE color: 6154379.
HSL color Cylindrical-coordinate representation of color #8BE85D: hue angle of 100.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BE85D is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 232 | 93 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.09 |
| HSL | 100.14º | 0.75% | 0.64% | - |
| HSV(B) | 100.14º | 0.6% | 0.91% | - |
| XYZ | 41.48 | 63.99 | 20.52 | - |
| YUV | 188.35 | 74.19 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 93 | 0.40 | 0 | 0.60 | 0.09 | 100.14 | 0.75 | 0.64 |
| Hex | 8B | E8 | 5D | 28 | 0 | 3C | 9 | 64 | 4B | 40 |
| Octal | 213 | 350 | 135 | 50 | 0 | 74 | 11 | 144 | 113 | 100 |
| Binary | 10001011 | 11101000 | 1011101 | 101000 | 0 | 111100 | 1001 | 1100100 | 1001011 | 1000000 |
Color Harmonies of #8BE85D
Complementary color
Monochromatic Colors of #8BE85D
Black with #8BE85D
Text Example
Text Example
White with #8BE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE85D; }
p { color: rgb(139,232,93); }
H1.HeaderClassName
{
color: #8BE85D;
}
.AnyTagClassName
{
color: #8BE85D;
}
</style>
background-color css
<style>
a { background-color: #8BE85D; }
a { background-color: rgb(139,232,93); }
div.DivClassName
{
background-color: #8BE85D;
}
.BgClassName
{
background-color: #8BE85D;
}
</style>
border-color css
<style>
span { border-color: #8BE85D; }
span { border-color: rgb(139,232,93); }
td.TdClassName
{
border-color: #8BE85D;
}
.TagClassName
{
border-color: #8BE85D;
}
</style>