Shades of Mantis #8CEC5B
Tints of Mantis #8CEC5B
RGB
CMYK
RGB Variations
Color information
#8CEC5B (or 0x8CEC5B) is known color: Mantis. HEX triplet: 8C, EC and 5B. RGB value is (140,236,91). Sum of RGB (Red+Green+Blue) = 140+236+91=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEC5B is #7313A4. Grayscale: #BFBFBF. Windows color (decimal): -7541669 or 6024332. OLE color: 6024332.
HSL color Cylindrical-coordinate representation of color #8CEC5B: hue angle of 99.72º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CEC5B is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 91 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.07 |
| HSL | 99.72º | 0.79% | 0.64% | - |
| HSV(B) | 99.72º | 0.61% | 0.93% | - |
| XYZ | 42.7 | 66.32 | 20.45 | - |
| YUV | 190.77 | 71.7 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 91 | 0.41 | 0 | 0.61 | 0.07 | 99.72 | 0.79 | 0.64 |
| Hex | 8C | EC | 5B | 29 | 0 | 3D | 7 | 64 | 4F | 40 |
| Octal | 214 | 354 | 133 | 51 | 0 | 75 | 7 | 144 | 117 | 100 |
| Binary | 10001100 | 11101100 | 1011011 | 101001 | 0 | 111101 | 111 | 1100100 | 1001111 | 1000000 |
Color Harmonies of #8CEC5B
Complementary color
Monochromatic Colors of #8CEC5B
Black with #8CEC5B
Text Example
Text Example
White with #8CEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEC5B; }
p { color: rgb(140,236,91); }
H1.HeaderClassName
{
color: #8CEC5B;
}
.AnyTagClassName
{
color: #8CEC5B;
}
</style>
background-color css
<style>
a { background-color: #8CEC5B; }
a { background-color: rgb(140,236,91); }
div.DivClassName
{
background-color: #8CEC5B;
}
.BgClassName
{
background-color: #8CEC5B;
}
</style>
border-color css
<style>
span { border-color: #8CEC5B; }
span { border-color: rgb(140,236,91); }
td.TdClassName
{
border-color: #8CEC5B;
}
.TagClassName
{
border-color: #8CEC5B;
}
</style>