Shades of Mantis #8BE85F
Tints of Mantis #8BE85F
RGB
CMYK
RGB Variations
Color information
#8BE85F (or 0x8BE85F) is known color: Mantis. HEX triplet: 8B, E8 and 5F. RGB value is (139,232,95). Sum of RGB (Red+Green+Blue) = 139+232+95=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BE85F is #7417A0. Grayscale: #BDBDBD. Windows color (decimal): -7608225 or 6285451. OLE color: 6285451.
HSL color Cylindrical-coordinate representation of color #8BE85F: hue angle of 100.73º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BE85F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 232 | 95 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.09 |
| HSL | 100.73º | 0.75% | 0.64% | - |
| HSV(B) | 100.73º | 0.59% | 0.91% | - |
| XYZ | 41.57 | 64.03 | 20.99 | - |
| YUV | 188.58 | 75.19 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 95 | 0.40 | 0 | 0.59 | 0.09 | 100.73 | 0.75 | 0.64 |
| Hex | 8B | E8 | 5F | 28 | 0 | 3B | 9 | 65 | 4B | 40 |
| Octal | 213 | 350 | 137 | 50 | 0 | 73 | 11 | 145 | 113 | 100 |
| Binary | 10001011 | 11101000 | 1011111 | 101000 | 0 | 111011 | 1001 | 1100101 | 1001011 | 1000000 |
Color Harmonies of #8BE85F
Complementary color
Monochromatic Colors of #8BE85F
Black with #8BE85F
Text Example
Text Example
White with #8BE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE85F; }
p { color: rgb(139,232,95); }
H1.HeaderClassName
{
color: #8BE85F;
}
.AnyTagClassName
{
color: #8BE85F;
}
</style>
background-color css
<style>
a { background-color: #8BE85F; }
a { background-color: rgb(139,232,95); }
div.DivClassName
{
background-color: #8BE85F;
}
.BgClassName
{
background-color: #8BE85F;
}
</style>
border-color css
<style>
span { border-color: #8BE85F; }
span { border-color: rgb(139,232,95); }
td.TdClassName
{
border-color: #8BE85F;
}
.TagClassName
{
border-color: #8BE85F;
}
</style>