Shades of Emerald #4DBB7C
Tints of Emerald #4DBB7C
RGB
CMYK
RGB Variations
Color information
#4DBB7C (or 0x4DBB7C) is known color: Emerald. HEX triplet: 4D, BB and 7C. RGB value is (77,187,124). Sum of RGB (Red+Green+Blue) = 77+187+124=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB7C is #B24483. Grayscale: #939393. Windows color (decimal): -11682948 or 8174413. OLE color: 8174413.
HSL color Cylindrical-coordinate representation of color #4DBB7C: hue angle of 145.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB7C is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 124 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.27 |
| HSL | 145.64º | 0.45% | 0.52% | - |
| HSV(B) | 145.64º | 0.59% | 0.73% | - |
| XYZ | 24.47 | 38.57 | 25.22 | - |
| YUV | 146.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 124 | 0.59 | 0 | 0.34 | 0.27 | 145.64 | 0.45 | 0.52 |
| Hex | 4D | BB | 7C | 3B | 0 | 22 | 1B | 92 | 2D | 34 |
| Octal | 115 | 273 | 174 | 73 | 0 | 42 | 33 | 222 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1111100 | 111011 | 0 | 100010 | 11011 | 10010010 | 101101 | 110100 |
Color Harmonies of #4DBB7C
Complementary color
Monochromatic Colors of #4DBB7C
Black with #4DBB7C
Text Example
Text Example
White with #4DBB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB7C; }
p { color: rgb(77,187,124); }
H1.HeaderClassName
{
color: #4DBB7C;
}
.AnyTagClassName
{
color: #4DBB7C;
}
</style>
background-color css
<style>
a { background-color: #4DBB7C; }
a { background-color: rgb(77,187,124); }
div.DivClassName
{
background-color: #4DBB7C;
}
.BgClassName
{
background-color: #4DBB7C;
}
</style>
border-color css
<style>
span { border-color: #4DBB7C; }
span { border-color: rgb(77,187,124); }
td.TdClassName
{
border-color: #4DBB7C;
}
.TagClassName
{
border-color: #4DBB7C;
}
</style>