Shades of Mantis #8CE464
Tints of Mantis #8CE464
RGB
CMYK
RGB Variations
Color information
#8CE464 (or 0x8CE464) is known color: Mantis. HEX triplet: 8C, E4 and 64. RGB value is (140,228,100). Sum of RGB (Red+Green+Blue) = 140+228+100=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE464 is #731B9B. Grayscale: #BBBBBB. Windows color (decimal): -7543708 or 6612108. OLE color: 6612108.
HSL color Cylindrical-coordinate representation of color #8CE464: hue angle of 101.25º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CE464 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 100 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.11 |
| HSL | 101.25º | 0.7% | 0.64% | - |
| HSV(B) | 101.25º | 0.56% | 0.89% | - |
| XYZ | 40.86 | 61.98 | 21.87 | - |
| YUV | 187.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 100 | 0.39 | 0 | 0.56 | 0.11 | 101.25 | 0.7 | 0.64 |
| Hex | 8C | E4 | 64 | 27 | 0 | 38 | B | 65 | 46 | 40 |
| Octal | 214 | 344 | 144 | 47 | 0 | 70 | 13 | 145 | 106 | 100 |
| Binary | 10001100 | 11100100 | 1100100 | 100111 | 0 | 111000 | 1011 | 1100101 | 1000110 | 1000000 |
Color Harmonies of #8CE464
Complementary color
Monochromatic Colors of #8CE464
Black with #8CE464
Text Example
Text Example
White with #8CE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE464; }
p { color: rgb(140,228,100); }
H1.HeaderClassName
{
color: #8CE464;
}
.AnyTagClassName
{
color: #8CE464;
}
</style>
background-color css
<style>
a { background-color: #8CE464; }
a { background-color: rgb(140,228,100); }
div.DivClassName
{
background-color: #8CE464;
}
.BgClassName
{
background-color: #8CE464;
}
</style>
border-color css
<style>
span { border-color: #8CE464; }
span { border-color: rgb(140,228,100); }
td.TdClassName
{
border-color: #8CE464;
}
.TagClassName
{
border-color: #8CE464;
}
</style>