Shades of Mantis #8CE364
Tints of Mantis #8CE364
RGB
CMYK
RGB Variations
Color information
#8CE364 (or 0x8CE364) is known color: Mantis. HEX triplet: 8C, E3 and 64. RGB value is (140,227,100). Sum of RGB (Red+Green+Blue) = 140+227+100=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE364 is #731C9B. Grayscale: #BABABA. Windows color (decimal): -7543964 or 6611852. OLE color: 6611852.
HSL color Cylindrical-coordinate representation of color #8CE364: hue angle of 101.1º degrees, saturation: 0.69, 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 #8CE364 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 100 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.11 |
| HSL | 101.1º | 0.69% | 0.64% | - |
| HSV(B) | 101.1º | 0.56% | 0.89% | - |
| XYZ | 40.58 | 61.43 | 21.78 | - |
| YUV | 186.51 | 79.18 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 100 | 0.38 | 0 | 0.56 | 0.11 | 101.1 | 0.69 | 0.64 |
| Hex | 8C | E3 | 64 | 26 | 0 | 38 | B | 65 | 45 | 40 |
| Octal | 214 | 343 | 144 | 46 | 0 | 70 | 13 | 145 | 105 | 100 |
| Binary | 10001100 | 11100011 | 1100100 | 100110 | 0 | 111000 | 1011 | 1100101 | 1000101 | 1000000 |
Color Harmonies of #8CE364
Complementary color
Monochromatic Colors of #8CE364
Black with #8CE364
Text Example
Text Example
White with #8CE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE364; }
p { color: rgb(140,227,100); }
H1.HeaderClassName
{
color: #8CE364;
}
.AnyTagClassName
{
color: #8CE364;
}
</style>
background-color css
<style>
a { background-color: #8CE364; }
a { background-color: rgb(140,227,100); }
div.DivClassName
{
background-color: #8CE364;
}
.BgClassName
{
background-color: #8CE364;
}
</style>
border-color css
<style>
span { border-color: #8CE364; }
span { border-color: rgb(140,227,100); }
td.TdClassName
{
border-color: #8CE364;
}
.TagClassName
{
border-color: #8CE364;
}
</style>