Shades of Mantis #8CE45C
Tints of Mantis #8CE45C
RGB
CMYK
RGB Variations
Color information
#8CE45C (or 0x8CE45C) is known color: Mantis. HEX triplet: 8C, E4 and 5C. RGB value is (140,228,92). Sum of RGB (Red+Green+Blue) = 140+228+92=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE45C is #731BA3. Grayscale: #BABABA. Windows color (decimal): -7543716 or 6087820. OLE color: 6087820.
HSL color Cylindrical-coordinate representation of color #8CE45C: hue angle of 98.82º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CE45C is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 92 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.11 |
| HSL | 98.82º | 0.72% | 0.63% | - |
| HSV(B) | 98.82º | 0.6% | 0.89% | - |
| XYZ | 40.49 | 61.83 | 19.93 | - |
| YUV | 186.18 | 74.85 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 92 | 0.39 | 0 | 0.60 | 0.11 | 98.82 | 0.72 | 0.63 |
| Hex | 8C | E4 | 5C | 27 | 0 | 3C | B | 63 | 48 | 3F |
| Octal | 214 | 344 | 134 | 47 | 0 | 74 | 13 | 143 | 110 | 77 |
| Binary | 10001100 | 11100100 | 1011100 | 100111 | 0 | 111100 | 1011 | 1100011 | 1001000 | 111111 |
Color Harmonies of #8CE45C
Complementary color
Monochromatic Colors of #8CE45C
Black with #8CE45C
Text Example
Text Example
White with #8CE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE45C; }
p { color: rgb(140,228,92); }
H1.HeaderClassName
{
color: #8CE45C;
}
.AnyTagClassName
{
color: #8CE45C;
}
</style>
background-color css
<style>
a { background-color: #8CE45C; }
a { background-color: rgb(140,228,92); }
div.DivClassName
{
background-color: #8CE45C;
}
.BgClassName
{
background-color: #8CE45C;
}
</style>
border-color css
<style>
span { border-color: #8CE45C; }
span { border-color: rgb(140,228,92); }
td.TdClassName
{
border-color: #8CE45C;
}
.TagClassName
{
border-color: #8CE45C;
}
</style>