Shades of Emerald #4CD675
Tints of Emerald #4CD675
RGB
CMYK
RGB Variations
Color information
#4CD675 (or 0x4CD675) is known color: Emerald. HEX triplet: 4C, D6 and 75. RGB value is (76,214,117). Sum of RGB (Red+Green+Blue) = 76+214+117=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD675 is #B3298A. Grayscale: #A1A1A1. Windows color (decimal): -11741579 or 7722572. OLE color: 7722572.
HSL color Cylindrical-coordinate representation of color #4CD675: hue angle of 137.83º 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 #4CD675 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 214 | 117 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.16 |
| HSL | 137.83º | 0.63% | 0.57% | - |
| HSV(B) | 137.83º | 0.64% | 0.84% | - |
| XYZ | 30.24 | 50.91 | 25.06 | - |
| YUV | 161.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 214 | 117 | 0.64 | 0 | 0.45 | 0.16 | 137.83 | 0.63 | 0.57 |
| Hex | 4C | D6 | 75 | 40 | 0 | 2D | 10 | 8A | 3F | 39 |
| Octal | 114 | 326 | 165 | 100 | 0 | 55 | 20 | 212 | 77 | 71 |
| Binary | 1001100 | 11010110 | 1110101 | 1000000 | 0 | 101101 | 10000 | 10001010 | 111111 | 111001 |
Color Harmonies of #4CD675
Complementary color
Monochromatic Colors of #4CD675
Black with #4CD675
Text Example
Text Example
White with #4CD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD675; }
p { color: rgb(76,214,117); }
H1.HeaderClassName
{
color: #4CD675;
}
.AnyTagClassName
{
color: #4CD675;
}
</style>
background-color css
<style>
a { background-color: #4CD675; }
a { background-color: rgb(76,214,117); }
div.DivClassName
{
background-color: #4CD675;
}
.BgClassName
{
background-color: #4CD675;
}
</style>
border-color css
<style>
span { border-color: #4CD675; }
span { border-color: rgb(76,214,117); }
td.TdClassName
{
border-color: #4CD675;
}
.TagClassName
{
border-color: #4CD675;
}
</style>