Shades of Mantis #8CED58
Tints of Mantis #8CED58
RGB
CMYK
RGB Variations
Color information
#8CED58 (or 0x8CED58) is known color: Mantis. HEX triplet: 8C, ED and 58. RGB value is (140,237,88). Sum of RGB (Red+Green+Blue) = 140+237+88=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CED58 is #7312A7. Grayscale: #BFBFBF. Windows color (decimal): -7541416 or 5827980. OLE color: 5827980.
HSL color Cylindrical-coordinate representation of color #8CED58: hue angle of 99.06º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CED58 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 88 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.07 |
| HSL | 99.06º | 0.81% | 0.64% | - |
| HSV(B) | 99.06º | 0.63% | 0.93% | - |
| XYZ | 42.86 | 66.85 | 19.88 | - |
| YUV | 191.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 88 | 0.41 | 0 | 0.63 | 0.07 | 99.06 | 0.81 | 0.64 |
| Hex | 8C | ED | 58 | 29 | 0 | 3F | 7 | 63 | 51 | 40 |
| Octal | 214 | 355 | 130 | 51 | 0 | 77 | 7 | 143 | 121 | 100 |
| Binary | 10001100 | 11101101 | 1011000 | 101001 | 0 | 111111 | 111 | 1100011 | 1010001 | 1000000 |
Color Harmonies of #8CED58
Complementary color
Monochromatic Colors of #8CED58
Black with #8CED58
Text Example
Text Example
White with #8CED58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CED58; }
p { color: rgb(140,237,88); }
H1.HeaderClassName
{
color: #8CED58;
}
.AnyTagClassName
{
color: #8CED58;
}
</style>
background-color css
<style>
a { background-color: #8CED58; }
a { background-color: rgb(140,237,88); }
div.DivClassName
{
background-color: #8CED58;
}
.BgClassName
{
background-color: #8CED58;
}
</style>
border-color css
<style>
span { border-color: #8CED58; }
span { border-color: rgb(140,237,88); }
td.TdClassName
{
border-color: #8CED58;
}
.TagClassName
{
border-color: #8CED58;
}
</style>