Shades of Emerald #4DBA7A
Tints of Emerald #4DBA7A
RGB
CMYK
RGB Variations
Color information
#4DBA7A (or 0x4DBA7A) is known color: Emerald. HEX triplet: 4D, BA and 7A. RGB value is (77,186,122). Sum of RGB (Red+Green+Blue) = 77+186+122=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBA7A is #B24585. Grayscale: #929292. Windows color (decimal): -11683206 or 8043085. OLE color: 8043085.
HSL color Cylindrical-coordinate representation of color #4DBA7A: hue angle of 144.77º 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 #4DBA7A is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 122 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.27 |
| HSL | 144.77º | 0.44% | 0.52% | - |
| HSV(B) | 144.77º | 0.59% | 0.73% | - |
| XYZ | 24.13 | 38.1 | 24.49 | - |
| YUV | 146.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 122 | 0.59 | 0 | 0.34 | 0.27 | 144.77 | 0.44 | 0.52 |
| Hex | 4D | BA | 7A | 3B | 0 | 22 | 1B | 91 | 2C | 34 |
| Octal | 115 | 272 | 172 | 73 | 0 | 42 | 33 | 221 | 54 | 64 |
| Binary | 1001101 | 10111010 | 1111010 | 111011 | 0 | 100010 | 11011 | 10010001 | 101100 | 110100 |
Color Harmonies of #4DBA7A
Complementary color
Monochromatic Colors of #4DBA7A
Black with #4DBA7A
Text Example
Text Example
White with #4DBA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA7A; }
p { color: rgb(77,186,122); }
H1.HeaderClassName
{
color: #4DBA7A;
}
.AnyTagClassName
{
color: #4DBA7A;
}
</style>
background-color css
<style>
a { background-color: #4DBA7A; }
a { background-color: rgb(77,186,122); }
div.DivClassName
{
background-color: #4DBA7A;
}
.BgClassName
{
background-color: #4DBA7A;
}
</style>
border-color css
<style>
span { border-color: #4DBA7A; }
span { border-color: rgb(77,186,122); }
td.TdClassName
{
border-color: #4DBA7A;
}
.TagClassName
{
border-color: #4DBA7A;
}
</style>