Shades of Mantis #8CE068
Tints of Mantis #8CE068
RGB
CMYK
RGB Variations
Color information
#8CE068 (or 0x8CE068) is known color: Mantis. HEX triplet: 8C, E0 and 68. RGB value is (140,224,104). Sum of RGB (Red+Green+Blue) = 140+224+104=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE068 is #731F97. Grayscale: #B9B9B9. Windows color (decimal): -7544728 or 6873228. OLE color: 6873228.
HSL color Cylindrical-coordinate representation of color #8CE068: hue angle of 102º 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 #8CE068 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 104 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.12 |
| HSL | 102º | 0.66% | 0.64% | - |
| HSV(B) | 102º | 0.54% | 0.88% | - |
| XYZ | 39.97 | 59.89 | 22.55 | - |
| YUV | 185.2 | 82.17 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 104 | 0.38 | 0 | 0.54 | 0.12 | 102 | 0.66 | 0.64 |
| Hex | 8C | E0 | 68 | 26 | 0 | 36 | C | 66 | 42 | 40 |
| Octal | 214 | 340 | 150 | 46 | 0 | 66 | 14 | 146 | 102 | 100 |
| Binary | 10001100 | 11100000 | 1101000 | 100110 | 0 | 110110 | 1100 | 1100110 | 1000010 | 1000000 |
Color Harmonies of #8CE068
Complementary color
Monochromatic Colors of #8CE068
Black with #8CE068
Text Example
Text Example
White with #8CE068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE068; }
p { color: rgb(140,224,104); }
H1.HeaderClassName
{
color: #8CE068;
}
.AnyTagClassName
{
color: #8CE068;
}
</style>
background-color css
<style>
a { background-color: #8CE068; }
a { background-color: rgb(140,224,104); }
div.DivClassName
{
background-color: #8CE068;
}
.BgClassName
{
background-color: #8CE068;
}
</style>
border-color css
<style>
span { border-color: #8CE068; }
span { border-color: rgb(140,224,104); }
td.TdClassName
{
border-color: #8CE068;
}
.TagClassName
{
border-color: #8CE068;
}
</style>