Shades of Mantis #8CEC5C
Tints of Mantis #8CEC5C
RGB
CMYK
RGB Variations
Color information
#8CEC5C (or 0x8CEC5C) is known color: Mantis. HEX triplet: 8C, EC and 5C. RGB value is (140,236,92). Sum of RGB (Red+Green+Blue) = 140+236+92=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEC5C is #7313A3. Grayscale: #BFBFBF. Windows color (decimal): -7541668 or 6089868. OLE color: 6089868.
HSL color Cylindrical-coordinate representation of color #8CEC5C: hue angle of 100º 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 #8CEC5C is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 92 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.07 |
| HSL | 100º | 0.79% | 0.64% | - |
| HSV(B) | 100º | 0.61% | 0.93% | - |
| XYZ | 42.74 | 66.34 | 20.68 | - |
| YUV | 190.88 | 72.2 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 92 | 0.41 | 0 | 0.61 | 0.07 | 100 | 0.79 | 0.64 |
| Hex | 8C | EC | 5C | 29 | 0 | 3D | 7 | 64 | 4F | 40 |
| Octal | 214 | 354 | 134 | 51 | 0 | 75 | 7 | 144 | 117 | 100 |
| Binary | 10001100 | 11101100 | 1011100 | 101001 | 0 | 111101 | 111 | 1100100 | 1001111 | 1000000 |
Color Harmonies of #8CEC5C
Complementary color
Monochromatic Colors of #8CEC5C
Black with #8CEC5C
Text Example
Text Example
White with #8CEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEC5C; }
p { color: rgb(140,236,92); }
H1.HeaderClassName
{
color: #8CEC5C;
}
.AnyTagClassName
{
color: #8CEC5C;
}
</style>
background-color css
<style>
a { background-color: #8CEC5C; }
a { background-color: rgb(140,236,92); }
div.DivClassName
{
background-color: #8CEC5C;
}
.BgClassName
{
background-color: #8CEC5C;
}
</style>
border-color css
<style>
span { border-color: #8CEC5C; }
span { border-color: rgb(140,236,92); }
td.TdClassName
{
border-color: #8CEC5C;
}
.TagClassName
{
border-color: #8CEC5C;
}
</style>