Shades of Emerald #4DCB7C
Tints of Emerald #4DCB7C
RGB
CMYK
RGB Variations
Color information
#4DCB7C (or 0x4DCB7C) is known color: Emerald. HEX triplet: 4D, CB and 7C. RGB value is (77,203,124). Sum of RGB (Red+Green+Blue) = 77+203+124=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCB7C is #B23483. Grayscale: #9C9C9C. Windows color (decimal): -11678852 or 8178509. OLE color: 8178509.
HSL color Cylindrical-coordinate representation of color #4DCB7C: hue angle of 142.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCB7C is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 124 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.20 |
| HSL | 142.38º | 0.55% | 0.55% | - |
| HSV(B) | 142.38º | 0.62% | 0.8% | - |
| XYZ | 28.05 | 45.74 | 26.42 | - |
| YUV | 156.32 | 109.76 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 124 | 0.62 | 0 | 0.39 | 0.20 | 142.38 | 0.55 | 0.55 |
| Hex | 4D | CB | 7C | 3E | 0 | 27 | 14 | 8E | 37 | 37 |
| Octal | 115 | 313 | 174 | 76 | 0 | 47 | 24 | 216 | 67 | 67 |
| Binary | 1001101 | 11001011 | 1111100 | 111110 | 0 | 100111 | 10100 | 10001110 | 110111 | 110111 |
Color Harmonies of #4DCB7C
Complementary color
Monochromatic Colors of #4DCB7C
Black with #4DCB7C
Text Example
Text Example
White with #4DCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCB7C; }
p { color: rgb(77,203,124); }
H1.HeaderClassName
{
color: #4DCB7C;
}
.AnyTagClassName
{
color: #4DCB7C;
}
</style>
background-color css
<style>
a { background-color: #4DCB7C; }
a { background-color: rgb(77,203,124); }
div.DivClassName
{
background-color: #4DCB7C;
}
.BgClassName
{
background-color: #4DCB7C;
}
</style>
border-color css
<style>
span { border-color: #4DCB7C; }
span { border-color: rgb(77,203,124); }
td.TdClassName
{
border-color: #4DCB7C;
}
.TagClassName
{
border-color: #4DCB7C;
}
</style>