Shades of Emerald #4DBA6D
Tints of Emerald #4DBA6D
RGB
CMYK
RGB Variations
Color information
#4DBA6D (or 0x4DBA6D) is known color: Emerald. HEX triplet: 4D, BA and 6D. RGB value is (77,186,109). Sum of RGB (Red+Green+Blue) = 77+186+109=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBA6D is #B24592. Grayscale: #909090. Windows color (decimal): -11683219 or 7191117. OLE color: 7191117.
HSL color Cylindrical-coordinate representation of color #4DBA6D: hue angle of 137.61º degrees, saturation: 0.44, 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 #4DBA6D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 109 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.27 |
| HSL | 137.61º | 0.44% | 0.52% | - |
| HSV(B) | 137.61º | 0.59% | 0.73% | - |
| XYZ | 23.38 | 37.8 | 20.53 | - |
| YUV | 144.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 109 | 0.59 | 0 | 0.41 | 0.27 | 137.61 | 0.44 | 0.52 |
| Hex | 4D | BA | 6D | 3B | 0 | 29 | 1B | 8A | 2C | 34 |
| Octal | 115 | 272 | 155 | 73 | 0 | 51 | 33 | 212 | 54 | 64 |
| Binary | 1001101 | 10111010 | 1101101 | 111011 | 0 | 101001 | 11011 | 10001010 | 101100 | 110100 |
Color Harmonies of #4DBA6D
Complementary color
Monochromatic Colors of #4DBA6D
Black with #4DBA6D
Text Example
Text Example
White with #4DBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA6D; }
p { color: rgb(77,186,109); }
H1.HeaderClassName
{
color: #4DBA6D;
}
.AnyTagClassName
{
color: #4DBA6D;
}
</style>
background-color css
<style>
a { background-color: #4DBA6D; }
a { background-color: rgb(77,186,109); }
div.DivClassName
{
background-color: #4DBA6D;
}
.BgClassName
{
background-color: #4DBA6D;
}
</style>
border-color css
<style>
span { border-color: #4DBA6D; }
span { border-color: rgb(77,186,109); }
td.TdClassName
{
border-color: #4DBA6D;
}
.TagClassName
{
border-color: #4DBA6D;
}
</style>