Shades of Mantis #8DC268
Tints of Mantis #8DC268
RGB
CMYK
RGB Variations
Color information
#8DC268 (or 0x8DC268) is known color: Mantis. HEX triplet: 8D, C2 and 68. RGB value is (141,194,104). Sum of RGB (Red+Green+Blue) = 141+194+104=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC268 is #723D97. Grayscale: #A8A8A8. Windows color (decimal): -7486872 or 6865549. OLE color: 6865549.
HSL color Cylindrical-coordinate representation of color #8DC268: hue angle of 95.33º 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 #8DC268 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 104 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.24 |
| HSL | 95.33º | 0.42% | 0.58% | - |
| HSV(B) | 95.33º | 0.46% | 0.76% | - |
| XYZ | 32.77 | 45.25 | 20.1 | - |
| YUV | 167.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 104 | 0.27 | 0 | 0.46 | 0.24 | 95.33 | 0.42 | 0.58 |
| Hex | 8D | C2 | 68 | 1B | 0 | 2E | 18 | 5F | 2A | 3A |
| Octal | 215 | 302 | 150 | 33 | 0 | 56 | 30 | 137 | 52 | 72 |
| Binary | 10001101 | 11000010 | 1101000 | 11011 | 0 | 101110 | 11000 | 1011111 | 101010 | 111010 |
Color Harmonies of #8DC268
Complementary color
Monochromatic Colors of #8DC268
Black with #8DC268
Text Example
Text Example
White with #8DC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC268; }
p { color: rgb(141,194,104); }
H1.HeaderClassName
{
color: #8DC268;
}
.AnyTagClassName
{
color: #8DC268;
}
</style>
background-color css
<style>
a { background-color: #8DC268; }
a { background-color: rgb(141,194,104); }
div.DivClassName
{
background-color: #8DC268;
}
.BgClassName
{
background-color: #8DC268;
}
</style>
border-color css
<style>
span { border-color: #8DC268; }
span { border-color: rgb(141,194,104); }
td.TdClassName
{
border-color: #8DC268;
}
.TagClassName
{
border-color: #8DC268;
}
</style>