Shades of Emerald #4CDC6A
Tints of Emerald #4CDC6A
RGB
CMYK
RGB Variations
Color information
#4CDC6A (or 0x4CDC6A) is known color: Emerald. HEX triplet: 4C, DC and 6A. RGB value is (76,220,106). Sum of RGB (Red+Green+Blue) = 76+220+106=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDC6A is #B32395. Grayscale: #A4A4A4. Windows color (decimal): -11740054 or 7003212. OLE color: 7003212.
HSL color Cylindrical-coordinate representation of color #4CDC6A: hue angle of 132.5º 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 #4CDC6A is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 106 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.14 |
| HSL | 132.5º | 0.67% | 0.58% | - |
| HSV(B) | 132.5º | 0.65% | 0.86% | - |
| XYZ | 31.18 | 53.76 | 22.37 | - |
| YUV | 163.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 106 | 0.65 | 0 | 0.52 | 0.14 | 132.5 | 0.67 | 0.58 |
| Hex | 4C | DC | 6A | 41 | 0 | 34 | E | 84 | 43 | 3A |
| Octal | 114 | 334 | 152 | 101 | 0 | 64 | 16 | 204 | 103 | 72 |
| Binary | 1001100 | 11011100 | 1101010 | 1000001 | 0 | 110100 | 1110 | 10000100 | 1000011 | 111010 |
Color Harmonies of #4CDC6A
Complementary color
Monochromatic Colors of #4CDC6A
Black with #4CDC6A
Text Example
Text Example
White with #4CDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC6A; }
p { color: rgb(76,220,106); }
H1.HeaderClassName
{
color: #4CDC6A;
}
.AnyTagClassName
{
color: #4CDC6A;
}
</style>
background-color css
<style>
a { background-color: #4CDC6A; }
a { background-color: rgb(76,220,106); }
div.DivClassName
{
background-color: #4CDC6A;
}
.BgClassName
{
background-color: #4CDC6A;
}
</style>
border-color css
<style>
span { border-color: #4CDC6A; }
span { border-color: rgb(76,220,106); }
td.TdClassName
{
border-color: #4CDC6A;
}
.TagClassName
{
border-color: #4CDC6A;
}
</style>