Shades of Emerald #4CDF76
Tints of Emerald #4CDF76
RGB
CMYK
RGB Variations
Color information
#4CDF76 (or 0x4CDF76) is known color: Emerald. HEX triplet: 4C, DF and 76. RGB value is (76,223,118). Sum of RGB (Red+Green+Blue) = 76+223+118=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDF76 is #B32089. Grayscale: #A7A7A7. Windows color (decimal): -11739274 or 7790412. OLE color: 7790412.
HSL color Cylindrical-coordinate representation of color #4CDF76: hue angle of 137.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDF76 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 118 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.13 |
| HSL | 137.14º | 0.7% | 0.59% | - |
| HSV(B) | 137.14º | 0.66% | 0.87% | - |
| XYZ | 32.64 | 55.62 | 26.16 | - |
| YUV | 167.08 | 100.3 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 118 | 0.66 | 0 | 0.47 | 0.13 | 137.14 | 0.7 | 0.59 |
| Hex | 4C | DF | 76 | 42 | 0 | 2F | D | 89 | 46 | 3B |
| Octal | 114 | 337 | 166 | 102 | 0 | 57 | 15 | 211 | 106 | 73 |
| Binary | 1001100 | 11011111 | 1110110 | 1000010 | 0 | 101111 | 1101 | 10001001 | 1000110 | 111011 |
Color Harmonies of #4CDF76
Complementary color
Monochromatic Colors of #4CDF76
Black with #4CDF76
Text Example
Text Example
White with #4CDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF76; }
p { color: rgb(76,223,118); }
H1.HeaderClassName
{
color: #4CDF76;
}
.AnyTagClassName
{
color: #4CDF76;
}
</style>
background-color css
<style>
a { background-color: #4CDF76; }
a { background-color: rgb(76,223,118); }
div.DivClassName
{
background-color: #4CDF76;
}
.BgClassName
{
background-color: #4CDF76;
}
</style>
border-color css
<style>
span { border-color: #4CDF76; }
span { border-color: rgb(76,223,118); }
td.TdClassName
{
border-color: #4CDF76;
}
.TagClassName
{
border-color: #4CDF76;
}
</style>