Shades of Mantis #8CC268
Tints of Mantis #8CC268
RGB
CMYK
RGB Variations
Color information
#8CC268 (or 0x8CC268) is known color: Mantis. HEX triplet: 8C, C2 and 68. RGB value is (140,194,104). Sum of RGB (Red+Green+Blue) = 140+194+104=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC268 is #733D97. Grayscale: #A7A7A7. Windows color (decimal): -7552408 or 6865548. OLE color: 6865548.
HSL color Cylindrical-coordinate representation of color #8CC268: hue angle of 96º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CC268 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 104 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.24 |
| HSL | 96º | 0.42% | 0.58% | - |
| HSV(B) | 96º | 0.46% | 0.76% | - |
| XYZ | 32.61 | 45.16 | 20.09 | - |
| YUV | 167.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 104 | 0.28 | 0 | 0.46 | 0.24 | 96 | 0.42 | 0.58 |
| Hex | 8C | C2 | 68 | 1C | 0 | 2E | 18 | 60 | 2A | 3A |
| Octal | 214 | 302 | 150 | 34 | 0 | 56 | 30 | 140 | 52 | 72 |
| Binary | 10001100 | 11000010 | 1101000 | 11100 | 0 | 101110 | 11000 | 1100000 | 101010 | 111010 |
Color Harmonies of #8CC268
Complementary color
Monochromatic Colors of #8CC268
Black with #8CC268
Text Example
Text Example
White with #8CC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC268; }
p { color: rgb(140,194,104); }
H1.HeaderClassName
{
color: #8CC268;
}
.AnyTagClassName
{
color: #8CC268;
}
</style>
background-color css
<style>
a { background-color: #8CC268; }
a { background-color: rgb(140,194,104); }
div.DivClassName
{
background-color: #8CC268;
}
.BgClassName
{
background-color: #8CC268;
}
</style>
border-color css
<style>
span { border-color: #8CC268; }
span { border-color: rgb(140,194,104); }
td.TdClassName
{
border-color: #8CC268;
}
.TagClassName
{
border-color: #8CC268;
}
</style>