Shades of Emerald #4DD575
Tints of Emerald #4DD575
RGB
CMYK
RGB Variations
Color information
#4DD575 (or 0x4DD575) is known color: Emerald. HEX triplet: 4D, D5 and 75. RGB value is (77,213,117). Sum of RGB (Red+Green+Blue) = 77+213+117=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD575 is #B22A8A. Grayscale: #A1A1A1. Windows color (decimal): -11676299 or 7722317. OLE color: 7722317.
HSL color Cylindrical-coordinate representation of color #4DD575: hue angle of 137.65º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD575 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 117 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.16 |
| HSL | 137.65º | 0.62% | 0.57% | - |
| HSV(B) | 137.65º | 0.64% | 0.84% | - |
| XYZ | 30.07 | 50.45 | 24.98 | - |
| YUV | 161.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 117 | 0.64 | 0 | 0.45 | 0.16 | 137.65 | 0.62 | 0.57 |
| Hex | 4D | D5 | 75 | 40 | 0 | 2D | 10 | 8A | 3E | 39 |
| Octal | 115 | 325 | 165 | 100 | 0 | 55 | 20 | 212 | 76 | 71 |
| Binary | 1001101 | 11010101 | 1110101 | 1000000 | 0 | 101101 | 10000 | 10001010 | 111110 | 111001 |
Color Harmonies of #4DD575
Complementary color
Monochromatic Colors of #4DD575
Black with #4DD575
Text Example
Text Example
White with #4DD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD575; }
p { color: rgb(77,213,117); }
H1.HeaderClassName
{
color: #4DD575;
}
.AnyTagClassName
{
color: #4DD575;
}
</style>
background-color css
<style>
a { background-color: #4DD575; }
a { background-color: rgb(77,213,117); }
div.DivClassName
{
background-color: #4DD575;
}
.BgClassName
{
background-color: #4DD575;
}
</style>
border-color css
<style>
span { border-color: #4DD575; }
span { border-color: rgb(77,213,117); }
td.TdClassName
{
border-color: #4DD575;
}
.TagClassName
{
border-color: #4DD575;
}
</style>