Shades of Mantis #8CE85A
Tints of Mantis #8CE85A
RGB
CMYK
RGB Variations
Color information
#8CE85A (or 0x8CE85A) is known color: Mantis. HEX triplet: 8C, E8 and 5A. RGB value is (140,232,90). Sum of RGB (Red+Green+Blue) = 140+232+90=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE85A is #7317A5. Grayscale: #BCBCBC. Windows color (decimal): -7542694 or 5957772. OLE color: 5957772.
HSL color Cylindrical-coordinate representation of color #8CE85A: hue angle of 98.87º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CE85A is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 90 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.09 |
| HSL | 98.87º | 0.76% | 0.63% | - |
| HSV(B) | 98.87º | 0.61% | 0.91% | - |
| XYZ | 41.52 | 64.03 | 19.84 | - |
| YUV | 188.3 | 72.52 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 90 | 0.40 | 0 | 0.61 | 0.09 | 98.87 | 0.76 | 0.63 |
| Hex | 8C | E8 | 5A | 28 | 0 | 3D | 9 | 63 | 4C | 3F |
| Octal | 214 | 350 | 132 | 50 | 0 | 75 | 11 | 143 | 114 | 77 |
| Binary | 10001100 | 11101000 | 1011010 | 101000 | 0 | 111101 | 1001 | 1100011 | 1001100 | 111111 |
Color Harmonies of #8CE85A
Complementary color
Monochromatic Colors of #8CE85A
Black with #8CE85A
Text Example
Text Example
White with #8CE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE85A; }
p { color: rgb(140,232,90); }
H1.HeaderClassName
{
color: #8CE85A;
}
.AnyTagClassName
{
color: #8CE85A;
}
</style>
background-color css
<style>
a { background-color: #8CE85A; }
a { background-color: rgb(140,232,90); }
div.DivClassName
{
background-color: #8CE85A;
}
.BgClassName
{
background-color: #8CE85A;
}
</style>
border-color css
<style>
span { border-color: #8CE85A; }
span { border-color: rgb(140,232,90); }
td.TdClassName
{
border-color: #8CE85A;
}
.TagClassName
{
border-color: #8CE85A;
}
</style>