Shades of Emerald #4DBA82
Tints of Emerald #4DBA82
RGB
CMYK
RGB Variations
Color information
#4DBA82 (or 0x4DBA82) is known color: Emerald. HEX triplet: 4D, BA and 82. RGB value is (77,186,130). Sum of RGB (Red+Green+Blue) = 77+186+130=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA82 is #B2457D. Grayscale: #939393. Windows color (decimal): -11683198 or 8567373. OLE color: 8567373.
HSL color Cylindrical-coordinate representation of color #4DBA82: hue angle of 149.17º 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 #4DBA82 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 130 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.27 |
| HSL | 149.17º | 0.44% | 0.52% | - |
| HSV(B) | 149.17º | 0.59% | 0.73% | - |
| XYZ | 24.65 | 38.31 | 27.21 | - |
| YUV | 147.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 130 | 0.59 | 0 | 0.30 | 0.27 | 149.17 | 0.44 | 0.52 |
| Hex | 4D | BA | 82 | 3B | 0 | 1E | 1B | 95 | 2C | 34 |
| Octal | 115 | 272 | 202 | 73 | 0 | 36 | 33 | 225 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10000010 | 111011 | 0 | 11110 | 11011 | 10010101 | 101100 | 110100 |
Color Harmonies of #4DBA82
Complementary color
Monochromatic Colors of #4DBA82
Black with #4DBA82
Text Example
Text Example
White with #4DBA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA82; }
p { color: rgb(77,186,130); }
H1.HeaderClassName
{
color: #4DBA82;
}
.AnyTagClassName
{
color: #4DBA82;
}
</style>
background-color css
<style>
a { background-color: #4DBA82; }
a { background-color: rgb(77,186,130); }
div.DivClassName
{
background-color: #4DBA82;
}
.BgClassName
{
background-color: #4DBA82;
}
</style>
border-color css
<style>
span { border-color: #4DBA82; }
span { border-color: rgb(77,186,130); }
td.TdClassName
{
border-color: #4DBA82;
}
.TagClassName
{
border-color: #4DBA82;
}
</style>