Shades of Emerald #4CDC7B
Tints of Emerald #4CDC7B
RGB
CMYK
RGB Variations
Color information
#4CDC7B (or 0x4CDC7B) is known color: Emerald. HEX triplet: 4C, DC and 7B. RGB value is (76,220,123). Sum of RGB (Red+Green+Blue) = 76+220+123=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDC7B is #B32384. Grayscale: #A6A6A6. Windows color (decimal): -11740037 or 8117324. OLE color: 8117324.
HSL color Cylindrical-coordinate representation of color #4CDC7B: hue angle of 139.58º 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 #4CDC7B is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 123 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.14 |
| HSL | 139.58º | 0.67% | 0.58% | - |
| HSV(B) | 139.58º | 0.65% | 0.86% | - |
| XYZ | 32.15 | 54.15 | 27.5 | - |
| YUV | 165.89 | 103.79 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 123 | 0.65 | 0 | 0.44 | 0.14 | 139.58 | 0.67 | 0.58 |
| Hex | 4C | DC | 7B | 41 | 0 | 2C | E | 8C | 43 | 3A |
| Octal | 114 | 334 | 173 | 101 | 0 | 54 | 16 | 214 | 103 | 72 |
| Binary | 1001100 | 11011100 | 1111011 | 1000001 | 0 | 101100 | 1110 | 10001100 | 1000011 | 111010 |
Color Harmonies of #4CDC7B
Complementary color
Monochromatic Colors of #4CDC7B
Black with #4CDC7B
Text Example
Text Example
White with #4CDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC7B; }
p { color: rgb(76,220,123); }
H1.HeaderClassName
{
color: #4CDC7B;
}
.AnyTagClassName
{
color: #4CDC7B;
}
</style>
background-color css
<style>
a { background-color: #4CDC7B; }
a { background-color: rgb(76,220,123); }
div.DivClassName
{
background-color: #4CDC7B;
}
.BgClassName
{
background-color: #4CDC7B;
}
</style>
border-color css
<style>
span { border-color: #4CDC7B; }
span { border-color: rgb(76,220,123); }
td.TdClassName
{
border-color: #4CDC7B;
}
.TagClassName
{
border-color: #4CDC7B;
}
</style>