Shades of Mantis #8CD84F
Tints of Mantis #8CD84F
RGB
CMYK
RGB Variations
Color information
#8CD84F (or 0x8CD84F) is known color: Mantis. HEX triplet: 8C, D8 and 4F. RGB value is (140,216,79). Sum of RGB (Red+Green+Blue) = 140+216+79=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD84F is #7327B0. Grayscale: #B2B2B2. Windows color (decimal): -7546801 or 5232780. OLE color: 5232780.
HSL color Cylindrical-coordinate representation of color #8CD84F: hue angle of 93.28º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CD84F is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 216 | 79 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.15 |
| HSL | 93.28º | 0.64% | 0.58% | - |
| HSV(B) | 93.28º | 0.63% | 0.85% | - |
| XYZ | 36.78 | 55.25 | 16.12 | - |
| YUV | 177.66 | 72.32 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 216 | 79 | 0.35 | 0 | 0.63 | 0.15 | 93.28 | 0.64 | 0.58 |
| Hex | 8C | D8 | 4F | 23 | 0 | 3F | F | 5D | 40 | 3A |
| Octal | 214 | 330 | 117 | 43 | 0 | 77 | 17 | 135 | 100 | 72 |
| Binary | 10001100 | 11011000 | 1001111 | 100011 | 0 | 111111 | 1111 | 1011101 | 1000000 | 111010 |
Color Harmonies of #8CD84F
Complementary color
Monochromatic Colors of #8CD84F
Black with #8CD84F
Text Example
Text Example
White with #8CD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD84F; }
p { color: rgb(140,216,79); }
H1.HeaderClassName
{
color: #8CD84F;
}
.AnyTagClassName
{
color: #8CD84F;
}
</style>
background-color css
<style>
a { background-color: #8CD84F; }
a { background-color: rgb(140,216,79); }
div.DivClassName
{
background-color: #8CD84F;
}
.BgClassName
{
background-color: #8CD84F;
}
</style>
border-color css
<style>
span { border-color: #8CD84F; }
span { border-color: rgb(140,216,79); }
td.TdClassName
{
border-color: #8CD84F;
}
.TagClassName
{
border-color: #8CD84F;
}
</style>