Shades of Mantis #8CE85F
Tints of Mantis #8CE85F
RGB
CMYK
RGB Variations
Color information
#8CE85F (or 0x8CE85F) is known color: Mantis. HEX triplet: 8C, E8 and 5F. RGB value is (140,232,95). Sum of RGB (Red+Green+Blue) = 140+232+95=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE85F is #7317A0. Grayscale: #BDBDBD. Windows color (decimal): -7542689 or 6285452. OLE color: 6285452.
HSL color Cylindrical-coordinate representation of color #8CE85F: hue angle of 100.29º 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 #8CE85F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 95 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.09 |
| HSL | 100.29º | 0.75% | 0.64% | - |
| HSV(B) | 100.29º | 0.59% | 0.91% | - |
| XYZ | 41.74 | 64.11 | 21 | - |
| YUV | 188.87 | 75.02 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 95 | 0.40 | 0 | 0.59 | 0.09 | 100.29 | 0.75 | 0.64 |
| Hex | 8C | E8 | 5F | 28 | 0 | 3B | 9 | 64 | 4B | 40 |
| Octal | 214 | 350 | 137 | 50 | 0 | 73 | 11 | 144 | 113 | 100 |
| Binary | 10001100 | 11101000 | 1011111 | 101000 | 0 | 111011 | 1001 | 1100100 | 1001011 | 1000000 |
Color Harmonies of #8CE85F
Complementary color
Monochromatic Colors of #8CE85F
Black with #8CE85F
Text Example
Text Example
White with #8CE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE85F; }
p { color: rgb(140,232,95); }
H1.HeaderClassName
{
color: #8CE85F;
}
.AnyTagClassName
{
color: #8CE85F;
}
</style>
background-color css
<style>
a { background-color: #8CE85F; }
a { background-color: rgb(140,232,95); }
div.DivClassName
{
background-color: #8CE85F;
}
.BgClassName
{
background-color: #8CE85F;
}
</style>
border-color css
<style>
span { border-color: #8CE85F; }
span { border-color: rgb(140,232,95); }
td.TdClassName
{
border-color: #8CE85F;
}
.TagClassName
{
border-color: #8CE85F;
}
</style>