Shades of Mantis #8CE067
Tints of Mantis #8CE067
RGB
CMYK
RGB Variations
Color information
#8CE067 (or 0x8CE067) is known color: Mantis. HEX triplet: 8C, E0 and 67. RGB value is (140,224,103). Sum of RGB (Red+Green+Blue) = 140+224+103=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE067 is #731F98. Grayscale: #B9B9B9. Windows color (decimal): -7544729 or 6807692. OLE color: 6807692.
HSL color Cylindrical-coordinate representation of color #8CE067: hue angle of 101.65º 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 #8CE067 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 103 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.12 |
| HSL | 101.65º | 0.66% | 0.64% | - |
| HSV(B) | 101.65º | 0.54% | 0.88% | - |
| XYZ | 39.92 | 59.87 | 22.28 | - |
| YUV | 185.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 103 | 0.38 | 0 | 0.54 | 0.12 | 101.65 | 0.66 | 0.64 |
| Hex | 8C | E0 | 67 | 26 | 0 | 36 | C | 66 | 42 | 40 |
| Octal | 214 | 340 | 147 | 46 | 0 | 66 | 14 | 146 | 102 | 100 |
| Binary | 10001100 | 11100000 | 1100111 | 100110 | 0 | 110110 | 1100 | 1100110 | 1000010 | 1000000 |
Color Harmonies of #8CE067
Complementary color
Monochromatic Colors of #8CE067
Black with #8CE067
Text Example
Text Example
White with #8CE067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE067; }
p { color: rgb(140,224,103); }
H1.HeaderClassName
{
color: #8CE067;
}
.AnyTagClassName
{
color: #8CE067;
}
</style>
background-color css
<style>
a { background-color: #8CE067; }
a { background-color: rgb(140,224,103); }
div.DivClassName
{
background-color: #8CE067;
}
.BgClassName
{
background-color: #8CE067;
}
</style>
border-color css
<style>
span { border-color: #8CE067; }
span { border-color: rgb(140,224,103); }
td.TdClassName
{
border-color: #8CE067;
}
.TagClassName
{
border-color: #8CE067;
}
</style>