Shades of Emerald #4DBC6E
Tints of Emerald #4DBC6E
RGB
CMYK
RGB Variations
Color information
#4DBC6E (or 0x4DBC6E) is known color: Emerald. HEX triplet: 4D, BC and 6E. RGB value is (77,188,110). Sum of RGB (Red+Green+Blue) = 77+188+110=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC6E is #B24391. Grayscale: #929292. Windows color (decimal): -11682706 or 7257165. OLE color: 7257165.
HSL color Cylindrical-coordinate representation of color #4DBC6E: hue angle of 137.84º 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 #4DBC6E is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 110 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.26 |
| HSL | 137.84º | 0.45% | 0.52% | - |
| HSV(B) | 137.84º | 0.59% | 0.74% | - |
| XYZ | 23.86 | 38.67 | 20.96 | - |
| YUV | 145.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 110 | 0.59 | 0 | 0.41 | 0.26 | 137.84 | 0.45 | 0.52 |
| Hex | 4D | BC | 6E | 3B | 0 | 29 | 1A | 8A | 2D | 34 |
| Octal | 115 | 274 | 156 | 73 | 0 | 51 | 32 | 212 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1101110 | 111011 | 0 | 101001 | 11010 | 10001010 | 101101 | 110100 |
Color Harmonies of #4DBC6E
Complementary color
Monochromatic Colors of #4DBC6E
Black with #4DBC6E
Text Example
Text Example
White with #4DBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC6E; }
p { color: rgb(77,188,110); }
H1.HeaderClassName
{
color: #4DBC6E;
}
.AnyTagClassName
{
color: #4DBC6E;
}
</style>
background-color css
<style>
a { background-color: #4DBC6E; }
a { background-color: rgb(77,188,110); }
div.DivClassName
{
background-color: #4DBC6E;
}
.BgClassName
{
background-color: #4DBC6E;
}
</style>
border-color css
<style>
span { border-color: #4DBC6E; }
span { border-color: rgb(77,188,110); }
td.TdClassName
{
border-color: #4DBC6E;
}
.TagClassName
{
border-color: #4DBC6E;
}
</style>