Shades of Mantis #8CD26F
Tints of Mantis #8CD26F
RGB
CMYK
RGB Variations
Color information
#8CD26F (or 0x8CD26F) is known color: Mantis. HEX triplet: 8C, D2 and 6F. RGB value is (140,210,111). Sum of RGB (Red+Green+Blue) = 140+210+111=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD26F is #732D90. Grayscale: #B2B2B2. Windows color (decimal): -7548305 or 7328396. OLE color: 7328396.
HSL color Cylindrical-coordinate representation of color #8CD26F: hue angle of 102.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CD26F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 210 | 111 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.18 |
| HSL | 102.42º | 0.52% | 0.63% | - |
| HSV(B) | 102.42º | 0.47% | 0.82% | - |
| XYZ | 36.73 | 52.82 | 23.3 | - |
| YUV | 177.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 111 | 0.33 | 0 | 0.47 | 0.18 | 102.42 | 0.52 | 0.63 |
| Hex | 8C | D2 | 6F | 21 | 0 | 2F | 12 | 66 | 34 | 3F |
| Octal | 214 | 322 | 157 | 41 | 0 | 57 | 22 | 146 | 64 | 77 |
| Binary | 10001100 | 11010010 | 1101111 | 100001 | 0 | 101111 | 10010 | 1100110 | 110100 | 111111 |
Color Harmonies of #8CD26F
Complementary color
Monochromatic Colors of #8CD26F
Black with #8CD26F
Text Example
Text Example
White with #8CD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD26F; }
p { color: rgb(140,210,111); }
H1.HeaderClassName
{
color: #8CD26F;
}
.AnyTagClassName
{
color: #8CD26F;
}
</style>
background-color css
<style>
a { background-color: #8CD26F; }
a { background-color: rgb(140,210,111); }
div.DivClassName
{
background-color: #8CD26F;
}
.BgClassName
{
background-color: #8CD26F;
}
</style>
border-color css
<style>
span { border-color: #8CD26F; }
span { border-color: rgb(140,210,111); }
td.TdClassName
{
border-color: #8CD26F;
}
.TagClassName
{
border-color: #8CD26F;
}
</style>