Shades of Emerald #4CD686
Tints of Emerald #4CD686
RGB
CMYK
RGB Variations
Color information
#4CD686 (or 0x4CD686) is known color: Emerald. HEX triplet: 4C, D6 and 86. RGB value is (76,214,134). Sum of RGB (Red+Green+Blue) = 76+214+134=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD686 is #B32979. Grayscale: #A3A3A3. Windows color (decimal): -11741562 or 8836684. OLE color: 8836684.
HSL color Cylindrical-coordinate representation of color #4CD686: hue angle of 145.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD686 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 214 | 134 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.16 |
| HSL | 145.22º | 0.63% | 0.57% | - |
| HSV(B) | 145.22º | 0.64% | 0.84% | - |
| XYZ | 31.33 | 51.35 | 30.81 | - |
| YUV | 163.62 | 111.28 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 214 | 134 | 0.64 | 0 | 0.37 | 0.16 | 145.22 | 0.63 | 0.57 |
| Hex | 4C | D6 | 86 | 40 | 0 | 25 | 10 | 91 | 3F | 39 |
| Octal | 114 | 326 | 206 | 100 | 0 | 45 | 20 | 221 | 77 | 71 |
| Binary | 1001100 | 11010110 | 10000110 | 1000000 | 0 | 100101 | 10000 | 10010001 | 111111 | 111001 |
Color Harmonies of #4CD686
Complementary color
Monochromatic Colors of #4CD686
Black with #4CD686
Text Example
Text Example
White with #4CD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD686; }
p { color: rgb(76,214,134); }
H1.HeaderClassName
{
color: #4CD686;
}
.AnyTagClassName
{
color: #4CD686;
}
</style>
background-color css
<style>
a { background-color: #4CD686; }
a { background-color: rgb(76,214,134); }
div.DivClassName
{
background-color: #4CD686;
}
.BgClassName
{
background-color: #4CD686;
}
</style>
border-color css
<style>
span { border-color: #4CD686; }
span { border-color: rgb(76,214,134); }
td.TdClassName
{
border-color: #4CD686;
}
.TagClassName
{
border-color: #4CD686;
}
</style>