Shades of Mantis #8CEA58
Tints of Mantis #8CEA58
RGB
CMYK
RGB Variations
Color information
#8CEA58 (or 0x8CEA58) is known color: Mantis. HEX triplet: 8C, EA and 58. RGB value is (140,234,88). Sum of RGB (Red+Green+Blue) = 140+234+88=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA58 is #7315A7. Grayscale: #BDBDBD. Windows color (decimal): -7542184 or 5827212. OLE color: 5827212.
HSL color Cylindrical-coordinate representation of color #8CEA58: hue angle of 98.63º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CEA58 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 88 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.08 |
| HSL | 98.63º | 0.78% | 0.63% | - |
| HSV(B) | 98.63º | 0.62% | 0.92% | - |
| XYZ | 42 | 65.13 | 19.59 | - |
| YUV | 189.25 | 70.86 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 88 | 0.40 | 0 | 0.62 | 0.08 | 98.63 | 0.78 | 0.63 |
| Hex | 8C | EA | 58 | 28 | 0 | 3E | 8 | 63 | 4E | 3F |
| Octal | 214 | 352 | 130 | 50 | 0 | 76 | 10 | 143 | 116 | 77 |
| Binary | 10001100 | 11101010 | 1011000 | 101000 | 0 | 111110 | 1000 | 1100011 | 1001110 | 111111 |
Color Harmonies of #8CEA58
Complementary color
Monochromatic Colors of #8CEA58
Black with #8CEA58
Text Example
Text Example
White with #8CEA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA58; }
p { color: rgb(140,234,88); }
H1.HeaderClassName
{
color: #8CEA58;
}
.AnyTagClassName
{
color: #8CEA58;
}
</style>
background-color css
<style>
a { background-color: #8CEA58; }
a { background-color: rgb(140,234,88); }
div.DivClassName
{
background-color: #8CEA58;
}
.BgClassName
{
background-color: #8CEA58;
}
</style>
border-color css
<style>
span { border-color: #8CEA58; }
span { border-color: rgb(140,234,88); }
td.TdClassName
{
border-color: #8CEA58;
}
.TagClassName
{
border-color: #8CEA58;
}
</style>