Shades of Mantis #8CD26E
Tints of Mantis #8CD26E
RGB
CMYK
RGB Variations
Color information
#8CD26E (or 0x8CD26E) is known color: Mantis. HEX triplet: 8C, D2 and 6E. RGB value is (140,210,110). Sum of RGB (Red+Green+Blue) = 140+210+110=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD26E is #732D91. Grayscale: #B1B1B1. Windows color (decimal): -7548306 or 7262860. OLE color: 7262860.
HSL color Cylindrical-coordinate representation of color #8CD26E: hue angle of 102º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CD26E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 210 | 110 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.18 |
| HSL | 102º | 0.53% | 0.63% | - |
| HSV(B) | 102º | 0.48% | 0.82% | - |
| XYZ | 36.68 | 52.79 | 23.01 | - |
| YUV | 177.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 110 | 0.33 | 0 | 0.48 | 0.18 | 102 | 0.53 | 0.63 |
| Hex | 8C | D2 | 6E | 21 | 0 | 30 | 12 | 66 | 35 | 3F |
| Octal | 214 | 322 | 156 | 41 | 0 | 60 | 22 | 146 | 65 | 77 |
| Binary | 10001100 | 11010010 | 1101110 | 100001 | 0 | 110000 | 10010 | 1100110 | 110101 | 111111 |
Color Harmonies of #8CD26E
Complementary color
Monochromatic Colors of #8CD26E
Black with #8CD26E
Text Example
Text Example
White with #8CD26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD26E; }
p { color: rgb(140,210,110); }
H1.HeaderClassName
{
color: #8CD26E;
}
.AnyTagClassName
{
color: #8CD26E;
}
</style>
background-color css
<style>
a { background-color: #8CD26E; }
a { background-color: rgb(140,210,110); }
div.DivClassName
{
background-color: #8CD26E;
}
.BgClassName
{
background-color: #8CD26E;
}
</style>
border-color css
<style>
span { border-color: #8CD26E; }
span { border-color: rgb(140,210,110); }
td.TdClassName
{
border-color: #8CD26E;
}
.TagClassName
{
border-color: #8CD26E;
}
</style>