Shades of Emerald #4DB970
Tints of Emerald #4DB970
RGB
CMYK
RGB Variations
Color information
#4DB970 (or 0x4DB970) is known color: Emerald. HEX triplet: 4D, B9 and 70. RGB value is (77,185,112). Sum of RGB (Red+Green+Blue) = 77+185+112=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB970 is #B2468F. Grayscale: #909090. Windows color (decimal): -11683472 or 7387469. OLE color: 7387469.
HSL color Cylindrical-coordinate representation of color #4DB970: hue angle of 139.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB970 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 112 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.27 |
| HSL | 139.44º | 0.44% | 0.51% | - |
| HSV(B) | 139.44º | 0.58% | 0.73% | - |
| XYZ | 23.33 | 37.45 | 21.33 | - |
| YUV | 144.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 112 | 0.58 | 0 | 0.39 | 0.27 | 139.44 | 0.44 | 0.51 |
| Hex | 4D | B9 | 70 | 3A | 0 | 27 | 1B | 8B | 2C | 33 |
| Octal | 115 | 271 | 160 | 72 | 0 | 47 | 33 | 213 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1110000 | 111010 | 0 | 100111 | 11011 | 10001011 | 101100 | 110011 |
Color Harmonies of #4DB970
Complementary color
Monochromatic Colors of #4DB970
Black with #4DB970
Text Example
Text Example
White with #4DB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB970; }
p { color: rgb(77,185,112); }
H1.HeaderClassName
{
color: #4DB970;
}
.AnyTagClassName
{
color: #4DB970;
}
</style>
background-color css
<style>
a { background-color: #4DB970; }
a { background-color: rgb(77,185,112); }
div.DivClassName
{
background-color: #4DB970;
}
.BgClassName
{
background-color: #4DB970;
}
</style>
border-color css
<style>
span { border-color: #4DB970; }
span { border-color: rgb(77,185,112); }
td.TdClassName
{
border-color: #4DB970;
}
.TagClassName
{
border-color: #4DB970;
}
</style>