Shades of Mantis #8CE95F
Tints of Mantis #8CE95F
RGB
CMYK
RGB Variations
Color information
#8CE95F (or 0x8CE95F) is known color: Mantis. HEX triplet: 8C, E9 and 5F. RGB value is (140,233,95). Sum of RGB (Red+Green+Blue) = 140+233+95=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE95F is #7316A0. Grayscale: #BDBDBD. Windows color (decimal): -7542433 or 6285708. OLE color: 6285708.
HSL color Cylindrical-coordinate representation of color #8CE95F: hue angle of 100.43º degrees, saturation: 0.76, 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 #8CE95F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 95 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.09 |
| HSL | 100.43º | 0.76% | 0.64% | - |
| HSV(B) | 100.43º | 0.59% | 0.91% | - |
| XYZ | 42.02 | 64.68 | 21.1 | - |
| YUV | 189.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 95 | 0.40 | 0 | 0.59 | 0.09 | 100.43 | 0.76 | 0.64 |
| Hex | 8C | E9 | 5F | 28 | 0 | 3B | 9 | 64 | 4C | 40 |
| Octal | 214 | 351 | 137 | 50 | 0 | 73 | 11 | 144 | 114 | 100 |
| Binary | 10001100 | 11101001 | 1011111 | 101000 | 0 | 111011 | 1001 | 1100100 | 1001100 | 1000000 |
Color Harmonies of #8CE95F
Complementary color
Monochromatic Colors of #8CE95F
Black with #8CE95F
Text Example
Text Example
White with #8CE95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE95F; }
p { color: rgb(140,233,95); }
H1.HeaderClassName
{
color: #8CE95F;
}
.AnyTagClassName
{
color: #8CE95F;
}
</style>
background-color css
<style>
a { background-color: #8CE95F; }
a { background-color: rgb(140,233,95); }
div.DivClassName
{
background-color: #8CE95F;
}
.BgClassName
{
background-color: #8CE95F;
}
</style>
border-color css
<style>
span { border-color: #8CE95F; }
span { border-color: rgb(140,233,95); }
td.TdClassName
{
border-color: #8CE95F;
}
.TagClassName
{
border-color: #8CE95F;
}
</style>