Shades of Emerald #4DBA80
Tints of Emerald #4DBA80
RGB
CMYK
RGB Variations
Color information
#4DBA80 (or 0x4DBA80) is known color: Emerald. HEX triplet: 4D, BA and 80. RGB value is (77,186,128). Sum of RGB (Red+Green+Blue) = 77+186+128=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA80 is #B2457F. Grayscale: #929292. Windows color (decimal): -11683200 or 8436301. OLE color: 8436301.
HSL color Cylindrical-coordinate representation of color #4DBA80: hue angle of 148.07º 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 #4DBA80 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 128 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.27 |
| HSL | 148.07º | 0.44% | 0.52% | - |
| HSV(B) | 148.07º | 0.59% | 0.73% | - |
| XYZ | 24.52 | 38.25 | 26.51 | - |
| YUV | 146.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 128 | 0.59 | 0 | 0.31 | 0.27 | 148.07 | 0.44 | 0.52 |
| Hex | 4D | BA | 80 | 3B | 0 | 1F | 1B | 94 | 2C | 34 |
| Octal | 115 | 272 | 200 | 73 | 0 | 37 | 33 | 224 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10000000 | 111011 | 0 | 11111 | 11011 | 10010100 | 101100 | 110100 |
Color Harmonies of #4DBA80
Complementary color
Monochromatic Colors of #4DBA80
Black with #4DBA80
Text Example
Text Example
White with #4DBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA80; }
p { color: rgb(77,186,128); }
H1.HeaderClassName
{
color: #4DBA80;
}
.AnyTagClassName
{
color: #4DBA80;
}
</style>
background-color css
<style>
a { background-color: #4DBA80; }
a { background-color: rgb(77,186,128); }
div.DivClassName
{
background-color: #4DBA80;
}
.BgClassName
{
background-color: #4DBA80;
}
</style>
border-color css
<style>
span { border-color: #4DBA80; }
span { border-color: rgb(77,186,128); }
td.TdClassName
{
border-color: #4DBA80;
}
.TagClassName
{
border-color: #4DBA80;
}
</style>