Shades of Mantis #8CE564
Tints of Mantis #8CE564
RGB
CMYK
RGB Variations
Color information
#8CE564 (or 0x8CE564) is known color: Mantis. HEX triplet: 8C, E5 and 64. RGB value is (140,229,100). Sum of RGB (Red+Green+Blue) = 140+229+100=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE564 is #731A9B. Grayscale: #BCBCBC. Windows color (decimal): -7543452 or 6612364. OLE color: 6612364.
HSL color Cylindrical-coordinate representation of color #8CE564: hue angle of 101.4º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CE564 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 100 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.10 |
| HSL | 101.4º | 0.71% | 0.65% | - |
| HSV(B) | 101.4º | 0.56% | 0.9% | - |
| XYZ | 41.13 | 62.53 | 21.96 | - |
| YUV | 187.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 100 | 0.39 | 0 | 0.56 | 0.10 | 101.4 | 0.71 | 0.65 |
| Hex | 8C | E5 | 64 | 27 | 0 | 38 | A | 65 | 47 | 41 |
| Octal | 214 | 345 | 144 | 47 | 0 | 70 | 12 | 145 | 107 | 101 |
| Binary | 10001100 | 11100101 | 1100100 | 100111 | 0 | 111000 | 1010 | 1100101 | 1000111 | 1000001 |
Color Harmonies of #8CE564
Complementary color
Monochromatic Colors of #8CE564
Black with #8CE564
Text Example
Text Example
White with #8CE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE564; }
p { color: rgb(140,229,100); }
H1.HeaderClassName
{
color: #8CE564;
}
.AnyTagClassName
{
color: #8CE564;
}
</style>
background-color css
<style>
a { background-color: #8CE564; }
a { background-color: rgb(140,229,100); }
div.DivClassName
{
background-color: #8CE564;
}
.BgClassName
{
background-color: #8CE564;
}
</style>
border-color css
<style>
span { border-color: #8CE564; }
span { border-color: rgb(140,229,100); }
td.TdClassName
{
border-color: #8CE564;
}
.TagClassName
{
border-color: #8CE564;
}
</style>