Shades of Emerald #4BDC7C
Tints of Emerald #4BDC7C
RGB
CMYK
RGB Variations
Color information
#4BDC7C (or 0x4BDC7C) is known color: Emerald. HEX triplet: 4B, DC and 7C. RGB value is (75,220,124). Sum of RGB (Red+Green+Blue) = 75+220+124=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC7C is #B42383. Grayscale: #A5A5A5. Windows color (decimal): -11805572 or 8182859. OLE color: 8182859.
HSL color Cylindrical-coordinate representation of color #4BDC7C: hue angle of 140.28º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC7C is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 124 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.14 |
| HSL | 140.28º | 0.67% | 0.58% | - |
| HSV(B) | 140.28º | 0.66% | 0.86% | - |
| XYZ | 32.13 | 54.14 | 27.82 | - |
| YUV | 165.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 124 | 0.66 | 0 | 0.44 | 0.14 | 140.28 | 0.67 | 0.58 |
| Hex | 4B | DC | 7C | 42 | 0 | 2C | E | 8C | 43 | 3A |
| Octal | 113 | 334 | 174 | 102 | 0 | 54 | 16 | 214 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1111100 | 1000010 | 0 | 101100 | 1110 | 10001100 | 1000011 | 111010 |
Color Harmonies of #4BDC7C
Complementary color
Monochromatic Colors of #4BDC7C
Black with #4BDC7C
Text Example
Text Example
White with #4BDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC7C; }
p { color: rgb(75,220,124); }
H1.HeaderClassName
{
color: #4BDC7C;
}
.AnyTagClassName
{
color: #4BDC7C;
}
</style>
background-color css
<style>
a { background-color: #4BDC7C; }
a { background-color: rgb(75,220,124); }
div.DivClassName
{
background-color: #4BDC7C;
}
.BgClassName
{
background-color: #4BDC7C;
}
</style>
border-color css
<style>
span { border-color: #4BDC7C; }
span { border-color: rgb(75,220,124); }
td.TdClassName
{
border-color: #4BDC7C;
}
.TagClassName
{
border-color: #4BDC7C;
}
</style>