Shades of Emerald #4DC86C
Tints of Emerald #4DC86C
RGB
CMYK
RGB Variations
Color information
#4DC86C (or 0x4DC86C) is known color: Emerald. HEX triplet: 4D, C8 and 6C. RGB value is (77,200,108). Sum of RGB (Red+Green+Blue) = 77+200+108=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC86C is #B23793. Grayscale: #989898. Windows color (decimal): -11679636 or 7129165. OLE color: 7129165.
HSL color Cylindrical-coordinate representation of color #4DC86C: hue angle of 135.12º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC86C is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 108 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.22 |
| HSL | 135.12º | 0.53% | 0.54% | - |
| HSV(B) | 135.12º | 0.62% | 0.78% | - |
| XYZ | 26.42 | 43.97 | 21.28 | - |
| YUV | 152.74 | 102.75 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 108 | 0.62 | 0 | 0.46 | 0.22 | 135.12 | 0.53 | 0.54 |
| Hex | 4D | C8 | 6C | 3E | 0 | 2E | 16 | 87 | 35 | 36 |
| Octal | 115 | 310 | 154 | 76 | 0 | 56 | 26 | 207 | 65 | 66 |
| Binary | 1001101 | 11001000 | 1101100 | 111110 | 0 | 101110 | 10110 | 10000111 | 110101 | 110110 |
Color Harmonies of #4DC86C
Complementary color
Monochromatic Colors of #4DC86C
Black with #4DC86C
Text Example
Text Example
White with #4DC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC86C; }
p { color: rgb(77,200,108); }
H1.HeaderClassName
{
color: #4DC86C;
}
.AnyTagClassName
{
color: #4DC86C;
}
</style>
background-color css
<style>
a { background-color: #4DC86C; }
a { background-color: rgb(77,200,108); }
div.DivClassName
{
background-color: #4DC86C;
}
.BgClassName
{
background-color: #4DC86C;
}
</style>
border-color css
<style>
span { border-color: #4DC86C; }
span { border-color: rgb(77,200,108); }
td.TdClassName
{
border-color: #4DC86C;
}
.TagClassName
{
border-color: #4DC86C;
}
</style>