Shades of Emerald #4CDC80
Tints of Emerald #4CDC80
RGB
CMYK
RGB Variations
Color information
#4CDC80 (or 0x4CDC80) is known color: Emerald. HEX triplet: 4C, DC and 80. RGB value is (76,220,128). Sum of RGB (Red+Green+Blue) = 76+220+128=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDC80 is #B3237F. Grayscale: #A6A6A6. Windows color (decimal): -11740032 or 8445004. OLE color: 8445004.
HSL color Cylindrical-coordinate representation of color #4CDC80: hue angle of 141.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 #4CDC80 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 128 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.14 |
| HSL | 141.67º | 0.67% | 0.58% | - |
| HSV(B) | 141.67º | 0.65% | 0.86% | - |
| XYZ | 32.47 | 54.28 | 29.19 | - |
| YUV | 166.46 | 106.29 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 128 | 0.65 | 0 | 0.42 | 0.14 | 141.67 | 0.67 | 0.58 |
| Hex | 4C | DC | 80 | 41 | 0 | 2A | E | 8E | 43 | 3A |
| Octal | 114 | 334 | 200 | 101 | 0 | 52 | 16 | 216 | 103 | 72 |
| Binary | 1001100 | 11011100 | 10000000 | 1000001 | 0 | 101010 | 1110 | 10001110 | 1000011 | 111010 |
Color Harmonies of #4CDC80
Complementary color
Monochromatic Colors of #4CDC80
Black with #4CDC80
Text Example
Text Example
White with #4CDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC80; }
p { color: rgb(76,220,128); }
H1.HeaderClassName
{
color: #4CDC80;
}
.AnyTagClassName
{
color: #4CDC80;
}
</style>
background-color css
<style>
a { background-color: #4CDC80; }
a { background-color: rgb(76,220,128); }
div.DivClassName
{
background-color: #4CDC80;
}
.BgClassName
{
background-color: #4CDC80;
}
</style>
border-color css
<style>
span { border-color: #4CDC80; }
span { border-color: rgb(76,220,128); }
td.TdClassName
{
border-color: #4CDC80;
}
.TagClassName
{
border-color: #4CDC80;
}
</style>