Shades of Emerald #4DBD6E
Tints of Emerald #4DBD6E
RGB
CMYK
RGB Variations
Color information
#4DBD6E (or 0x4DBD6E) is known color: Emerald. HEX triplet: 4D, BD and 6E. RGB value is (77,189,110). Sum of RGB (Red+Green+Blue) = 77+189+110=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD6E is #B24291. Grayscale: #929292. Windows color (decimal): -11682450 or 7257421. OLE color: 7257421.
HSL color Cylindrical-coordinate representation of color #4DBD6E: hue angle of 137.68º 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 #4DBD6E is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 110 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.26 |
| HSL | 137.68º | 0.46% | 0.52% | - |
| HSV(B) | 137.68º | 0.59% | 0.74% | - |
| XYZ | 24.07 | 39.1 | 21.03 | - |
| YUV | 146.51 | 107.39 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 110 | 0.59 | 0 | 0.42 | 0.26 | 137.68 | 0.46 | 0.52 |
| Hex | 4D | BD | 6E | 3B | 0 | 2A | 1A | 8A | 2E | 34 |
| Octal | 115 | 275 | 156 | 73 | 0 | 52 | 32 | 212 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1101110 | 111011 | 0 | 101010 | 11010 | 10001010 | 101110 | 110100 |
Color Harmonies of #4DBD6E
Complementary color
Monochromatic Colors of #4DBD6E
Black with #4DBD6E
Text Example
Text Example
White with #4DBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD6E; }
p { color: rgb(77,189,110); }
H1.HeaderClassName
{
color: #4DBD6E;
}
.AnyTagClassName
{
color: #4DBD6E;
}
</style>
background-color css
<style>
a { background-color: #4DBD6E; }
a { background-color: rgb(77,189,110); }
div.DivClassName
{
background-color: #4DBD6E;
}
.BgClassName
{
background-color: #4DBD6E;
}
</style>
border-color css
<style>
span { border-color: #4DBD6E; }
span { border-color: rgb(77,189,110); }
td.TdClassName
{
border-color: #4DBD6E;
}
.TagClassName
{
border-color: #4DBD6E;
}
</style>