Shades of Emerald #4DB975
Tints of Emerald #4DB975
RGB
CMYK
RGB Variations
Color information
#4DB975 (or 0x4DB975) is known color: Emerald. HEX triplet: 4D, B9 and 75. RGB value is (77,185,117). Sum of RGB (Red+Green+Blue) = 77+185+117=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB975 is #B2468A. Grayscale: #919191. Windows color (decimal): -11683467 or 7715149. OLE color: 7715149.
HSL color Cylindrical-coordinate representation of color #4DB975: hue angle of 142.22º 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 #4DB975 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 117 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.27 |
| HSL | 142.22º | 0.44% | 0.51% | - |
| HSV(B) | 142.22º | 0.58% | 0.73% | - |
| XYZ | 23.62 | 37.56 | 22.83 | - |
| YUV | 144.96 | 112.22 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 117 | 0.58 | 0 | 0.37 | 0.27 | 142.22 | 0.44 | 0.51 |
| Hex | 4D | B9 | 75 | 3A | 0 | 25 | 1B | 8E | 2C | 33 |
| Octal | 115 | 271 | 165 | 72 | 0 | 45 | 33 | 216 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1110101 | 111010 | 0 | 100101 | 11011 | 10001110 | 101100 | 110011 |
Color Harmonies of #4DB975
Complementary color
Monochromatic Colors of #4DB975
Black with #4DB975
Text Example
Text Example
White with #4DB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB975; }
p { color: rgb(77,185,117); }
H1.HeaderClassName
{
color: #4DB975;
}
.AnyTagClassName
{
color: #4DB975;
}
</style>
background-color css
<style>
a { background-color: #4DB975; }
a { background-color: rgb(77,185,117); }
div.DivClassName
{
background-color: #4DB975;
}
.BgClassName
{
background-color: #4DB975;
}
</style>
border-color css
<style>
span { border-color: #4DB975; }
span { border-color: rgb(77,185,117); }
td.TdClassName
{
border-color: #4DB975;
}
.TagClassName
{
border-color: #4DB975;
}
</style>