Shades of Mantis #8CE95D
Tints of Mantis #8CE95D
RGB
CMYK
RGB Variations
Color information
#8CE95D (or 0x8CE95D) is known color: Mantis. HEX triplet: 8C, E9 and 5D. RGB value is (140,233,93). Sum of RGB (Red+Green+Blue) = 140+233+93=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE95D is #7316A2. Grayscale: #BDBDBD. Windows color (decimal): -7542435 or 6154636. OLE color: 6154636.
HSL color Cylindrical-coordinate representation of color #8CE95D: hue angle of 99.86º degrees, saturation: 0.76, 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 #8CE95D is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 93 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.09 |
| HSL | 99.86º | 0.76% | 0.64% | - |
| HSV(B) | 99.86º | 0.6% | 0.91% | - |
| XYZ | 41.93 | 64.64 | 20.62 | - |
| YUV | 189.23 | 73.69 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 93 | 0.40 | 0 | 0.60 | 0.09 | 99.86 | 0.76 | 0.64 |
| Hex | 8C | E9 | 5D | 28 | 0 | 3C | 9 | 64 | 4C | 40 |
| Octal | 214 | 351 | 135 | 50 | 0 | 74 | 11 | 144 | 114 | 100 |
| Binary | 10001100 | 11101001 | 1011101 | 101000 | 0 | 111100 | 1001 | 1100100 | 1001100 | 1000000 |
Color Harmonies of #8CE95D
Complementary color
Monochromatic Colors of #8CE95D
Black with #8CE95D
Text Example
Text Example
White with #8CE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE95D; }
p { color: rgb(140,233,93); }
H1.HeaderClassName
{
color: #8CE95D;
}
.AnyTagClassName
{
color: #8CE95D;
}
</style>
background-color css
<style>
a { background-color: #8CE95D; }
a { background-color: rgb(140,233,93); }
div.DivClassName
{
background-color: #8CE95D;
}
.BgClassName
{
background-color: #8CE95D;
}
</style>
border-color css
<style>
span { border-color: #8CE95D; }
span { border-color: rgb(140,233,93); }
td.TdClassName
{
border-color: #8CE95D;
}
.TagClassName
{
border-color: #8CE95D;
}
</style>