Shades of Emerald #4DBD6C
Tints of Emerald #4DBD6C
RGB
CMYK
RGB Variations
Color information
#4DBD6C (or 0x4DBD6C) is known color: Emerald. HEX triplet: 4D, BD and 6C. RGB value is (77,189,108). Sum of RGB (Red+Green+Blue) = 77+189+108=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD6C is #B24293. Grayscale: #929292. Windows color (decimal): -11682452 or 7126349. OLE color: 7126349.
HSL color Cylindrical-coordinate representation of color #4DBD6C: hue angle of 136.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBD6C is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 108 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.26 |
| HSL | 136.61º | 0.46% | 0.52% | - |
| HSV(B) | 136.61º | 0.59% | 0.74% | - |
| XYZ | 23.96 | 39.06 | 20.46 | - |
| YUV | 146.28 | 106.39 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 108 | 0.59 | 0 | 0.43 | 0.26 | 136.61 | 0.46 | 0.52 |
| Hex | 4D | BD | 6C | 3B | 0 | 2B | 1A | 89 | 2E | 34 |
| Octal | 115 | 275 | 154 | 73 | 0 | 53 | 32 | 211 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1101100 | 111011 | 0 | 101011 | 11010 | 10001001 | 101110 | 110100 |
Color Harmonies of #4DBD6C
Complementary color
Monochromatic Colors of #4DBD6C
Black with #4DBD6C
Text Example
Text Example
White with #4DBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD6C; }
p { color: rgb(77,189,108); }
H1.HeaderClassName
{
color: #4DBD6C;
}
.AnyTagClassName
{
color: #4DBD6C;
}
</style>
background-color css
<style>
a { background-color: #4DBD6C; }
a { background-color: rgb(77,189,108); }
div.DivClassName
{
background-color: #4DBD6C;
}
.BgClassName
{
background-color: #4DBD6C;
}
</style>
border-color css
<style>
span { border-color: #4DBD6C; }
span { border-color: rgb(77,189,108); }
td.TdClassName
{
border-color: #4DBD6C;
}
.TagClassName
{
border-color: #4DBD6C;
}
</style>