Shades of Mantis #8CE061
Tints of Mantis #8CE061
RGB
CMYK
RGB Variations
Color information
#8CE061 (or 0x8CE061) is known color: Mantis. HEX triplet: 8C, E0 and 61. RGB value is (140,224,97). Sum of RGB (Red+Green+Blue) = 140+224+97=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE061 is #731F9E. Grayscale: #B8B8B8. Windows color (decimal): -7544735 or 6414476. OLE color: 6414476.
HSL color Cylindrical-coordinate representation of color #8CE061: hue angle of 99.69º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CE061 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 97 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.12 |
| HSL | 99.69º | 0.67% | 0.63% | - |
| HSV(B) | 99.69º | 0.57% | 0.88% | - |
| XYZ | 39.63 | 59.75 | 20.75 | - |
| YUV | 184.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 97 | 0.38 | 0 | 0.57 | 0.12 | 99.69 | 0.67 | 0.63 |
| Hex | 8C | E0 | 61 | 26 | 0 | 39 | C | 64 | 43 | 3F |
| Octal | 214 | 340 | 141 | 46 | 0 | 71 | 14 | 144 | 103 | 77 |
| Binary | 10001100 | 11100000 | 1100001 | 100110 | 0 | 111001 | 1100 | 1100100 | 1000011 | 111111 |
Color Harmonies of #8CE061
Complementary color
Monochromatic Colors of #8CE061
Black with #8CE061
Text Example
Text Example
White with #8CE061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE061; }
p { color: rgb(140,224,97); }
H1.HeaderClassName
{
color: #8CE061;
}
.AnyTagClassName
{
color: #8CE061;
}
</style>
background-color css
<style>
a { background-color: #8CE061; }
a { background-color: rgb(140,224,97); }
div.DivClassName
{
background-color: #8CE061;
}
.BgClassName
{
background-color: #8CE061;
}
</style>
border-color css
<style>
span { border-color: #8CE061; }
span { border-color: rgb(140,224,97); }
td.TdClassName
{
border-color: #8CE061;
}
.TagClassName
{
border-color: #8CE061;
}
</style>