Shades of Emerald #4CDC74
Tints of Emerald #4CDC74
RGB
CMYK
RGB Variations
Color information
#4CDC74 (or 0x4CDC74) is known color: Emerald. HEX triplet: 4C, DC and 74. RGB value is (76,220,116). Sum of RGB (Red+Green+Blue) = 76+220+116=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDC74 is #B3238B. Grayscale: #A5A5A5. Windows color (decimal): -11740044 or 7658572. OLE color: 7658572.
HSL color Cylindrical-coordinate representation of color #4CDC74: hue angle of 136.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDC74 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 116 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.14 |
| HSL | 136.67º | 0.67% | 0.58% | - |
| HSV(B) | 136.67º | 0.65% | 0.86% | - |
| XYZ | 31.73 | 53.98 | 25.27 | - |
| YUV | 165.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 116 | 0.65 | 0 | 0.47 | 0.14 | 136.67 | 0.67 | 0.58 |
| Hex | 4C | DC | 74 | 41 | 0 | 2F | E | 89 | 43 | 3A |
| Octal | 114 | 334 | 164 | 101 | 0 | 57 | 16 | 211 | 103 | 72 |
| Binary | 1001100 | 11011100 | 1110100 | 1000001 | 0 | 101111 | 1110 | 10001001 | 1000011 | 111010 |
Color Harmonies of #4CDC74
Complementary color
Monochromatic Colors of #4CDC74
Black with #4CDC74
Text Example
Text Example
White with #4CDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC74; }
p { color: rgb(76,220,116); }
H1.HeaderClassName
{
color: #4CDC74;
}
.AnyTagClassName
{
color: #4CDC74;
}
</style>
background-color css
<style>
a { background-color: #4CDC74; }
a { background-color: rgb(76,220,116); }
div.DivClassName
{
background-color: #4CDC74;
}
.BgClassName
{
background-color: #4CDC74;
}
</style>
border-color css
<style>
span { border-color: #4CDC74; }
span { border-color: rgb(76,220,116); }
td.TdClassName
{
border-color: #4CDC74;
}
.TagClassName
{
border-color: #4CDC74;
}
</style>