Shades of Mantis #8CD268
Tints of Mantis #8CD268
RGB
CMYK
RGB Variations
Color information
#8CD268 (or 0x8CD268) is known color: Mantis. HEX triplet: 8C, D2 and 68. RGB value is (140,210,104). Sum of RGB (Red+Green+Blue) = 140+210+104=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD268 is #732D97. Grayscale: #B1B1B1. Windows color (decimal): -7548312 or 6869644. OLE color: 6869644.
HSL color Cylindrical-coordinate representation of color #8CD268: hue angle of 99.62º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CD268 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 210 | 104 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.18 |
| HSL | 99.62º | 0.54% | 0.62% | - |
| HSV(B) | 99.62º | 0.5% | 0.82% | - |
| XYZ | 36.36 | 52.67 | 21.35 | - |
| YUV | 176.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 104 | 0.33 | 0 | 0.50 | 0.18 | 99.62 | 0.54 | 0.62 |
| Hex | 8C | D2 | 68 | 21 | 0 | 32 | 12 | 64 | 36 | 3E |
| Octal | 214 | 322 | 150 | 41 | 0 | 62 | 22 | 144 | 66 | 76 |
| Binary | 10001100 | 11010010 | 1101000 | 100001 | 0 | 110010 | 10010 | 1100100 | 110110 | 111110 |
Color Harmonies of #8CD268
Complementary color
Monochromatic Colors of #8CD268
Black with #8CD268
Text Example
Text Example
White with #8CD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD268; }
p { color: rgb(140,210,104); }
H1.HeaderClassName
{
color: #8CD268;
}
.AnyTagClassName
{
color: #8CD268;
}
</style>
background-color css
<style>
a { background-color: #8CD268; }
a { background-color: rgb(140,210,104); }
div.DivClassName
{
background-color: #8CD268;
}
.BgClassName
{
background-color: #8CD268;
}
</style>
border-color css
<style>
span { border-color: #8CD268; }
span { border-color: rgb(140,210,104); }
td.TdClassName
{
border-color: #8CD268;
}
.TagClassName
{
border-color: #8CD268;
}
</style>