Shades of Mantis #8CE066
Tints of Mantis #8CE066
RGB
CMYK
RGB Variations
Color information
#8CE066 (or 0x8CE066) is known color: Mantis. HEX triplet: 8C, E0 and 66. RGB value is (140,224,102). Sum of RGB (Red+Green+Blue) = 140+224+102=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE066 is #731F99. Grayscale: #B9B9B9. Windows color (decimal): -7544730 or 6742156. OLE color: 6742156.
HSL color Cylindrical-coordinate representation of color #8CE066: hue angle of 101.31º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CE066 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 102 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.12 |
| HSL | 101.31º | 0.66% | 0.64% | - |
| HSV(B) | 101.31º | 0.54% | 0.88% | - |
| XYZ | 39.87 | 59.85 | 22.02 | - |
| YUV | 184.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 102 | 0.38 | 0 | 0.54 | 0.12 | 101.31 | 0.66 | 0.64 |
| Hex | 8C | E0 | 66 | 26 | 0 | 36 | C | 65 | 42 | 40 |
| Octal | 214 | 340 | 146 | 46 | 0 | 66 | 14 | 145 | 102 | 100 |
| Binary | 10001100 | 11100000 | 1100110 | 100110 | 0 | 110110 | 1100 | 1100101 | 1000010 | 1000000 |
Color Harmonies of #8CE066
Complementary color
Monochromatic Colors of #8CE066
Black with #8CE066
Text Example
Text Example
White with #8CE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE066; }
p { color: rgb(140,224,102); }
H1.HeaderClassName
{
color: #8CE066;
}
.AnyTagClassName
{
color: #8CE066;
}
</style>
background-color css
<style>
a { background-color: #8CE066; }
a { background-color: rgb(140,224,102); }
div.DivClassName
{
background-color: #8CE066;
}
.BgClassName
{
background-color: #8CE066;
}
</style>
border-color css
<style>
span { border-color: #8CE066; }
span { border-color: rgb(140,224,102); }
td.TdClassName
{
border-color: #8CE066;
}
.TagClassName
{
border-color: #8CE066;
}
</style>