Shades of Emerald #4CDC8C
Tints of Emerald #4CDC8C
RGB
CMYK
RGB Variations
Color information
#4CDC8C (or 0x4CDC8C) is known color: Emerald. HEX triplet: 4C, DC and 8C. RGB value is (76,220,140). Sum of RGB (Red+Green+Blue) = 76+220+140=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDC8C is #B32373. Grayscale: #A8A8A8. Windows color (decimal): -11740020 or 9231436. OLE color: 9231436.
HSL color Cylindrical-coordinate representation of color #4CDC8C: hue angle of 146.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 #4CDC8C is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 140 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.14 |
| HSL | 146.67º | 0.67% | 0.58% | - |
| HSV(B) | 146.67º | 0.65% | 0.86% | - |
| XYZ | 33.31 | 54.62 | 33.6 | - |
| YUV | 167.82 | 112.29 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 140 | 0.65 | 0 | 0.36 | 0.14 | 146.67 | 0.67 | 0.58 |
| Hex | 4C | DC | 8C | 41 | 0 | 24 | E | 93 | 43 | 3A |
| Octal | 114 | 334 | 214 | 101 | 0 | 44 | 16 | 223 | 103 | 72 |
| Binary | 1001100 | 11011100 | 10001100 | 1000001 | 0 | 100100 | 1110 | 10010011 | 1000011 | 111010 |
Color Harmonies of #4CDC8C
Complementary color
Monochromatic Colors of #4CDC8C
Black with #4CDC8C
Text Example
Text Example
White with #4CDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC8C; }
p { color: rgb(76,220,140); }
H1.HeaderClassName
{
color: #4CDC8C;
}
.AnyTagClassName
{
color: #4CDC8C;
}
</style>
background-color css
<style>
a { background-color: #4CDC8C; }
a { background-color: rgb(76,220,140); }
div.DivClassName
{
background-color: #4CDC8C;
}
.BgClassName
{
background-color: #4CDC8C;
}
</style>
border-color css
<style>
span { border-color: #4CDC8C; }
span { border-color: rgb(76,220,140); }
td.TdClassName
{
border-color: #4CDC8C;
}
.TagClassName
{
border-color: #4CDC8C;
}
</style>