Shades of Emerald #4DBC6D
Tints of Emerald #4DBC6D
RGB
CMYK
RGB Variations
Color information
#4DBC6D (or 0x4DBC6D) is known color: Emerald. HEX triplet: 4D, BC and 6D. RGB value is (77,188,109). Sum of RGB (Red+Green+Blue) = 77+188+109=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC6D is #B24392. Grayscale: #929292. Windows color (decimal): -11682707 or 7191629. OLE color: 7191629.
HSL color Cylindrical-coordinate representation of color #4DBC6D: hue angle of 137.3º degrees, saturation: 0.45, 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 #4DBC6D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 109 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.26 |
| HSL | 137.3º | 0.45% | 0.52% | - |
| HSV(B) | 137.3º | 0.59% | 0.74% | - |
| XYZ | 23.8 | 38.65 | 20.67 | - |
| YUV | 145.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 109 | 0.59 | 0 | 0.42 | 0.26 | 137.3 | 0.45 | 0.52 |
| Hex | 4D | BC | 6D | 3B | 0 | 2A | 1A | 89 | 2D | 34 |
| Octal | 115 | 274 | 155 | 73 | 0 | 52 | 32 | 211 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1101101 | 111011 | 0 | 101010 | 11010 | 10001001 | 101101 | 110100 |
Color Harmonies of #4DBC6D
Complementary color
Monochromatic Colors of #4DBC6D
Black with #4DBC6D
Text Example
Text Example
White with #4DBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC6D; }
p { color: rgb(77,188,109); }
H1.HeaderClassName
{
color: #4DBC6D;
}
.AnyTagClassName
{
color: #4DBC6D;
}
</style>
background-color css
<style>
a { background-color: #4DBC6D; }
a { background-color: rgb(77,188,109); }
div.DivClassName
{
background-color: #4DBC6D;
}
.BgClassName
{
background-color: #4DBC6D;
}
</style>
border-color css
<style>
span { border-color: #4DBC6D; }
span { border-color: rgb(77,188,109); }
td.TdClassName
{
border-color: #4DBC6D;
}
.TagClassName
{
border-color: #4DBC6D;
}
</style>