Shades of Emerald #4DD561
Tints of Emerald #4DD561
RGB
CMYK
RGB Variations
Color information
#4DD561 (or 0x4DD561) is known color: Emerald. HEX triplet: 4D, D5 and 61. RGB value is (77,213,97). Sum of RGB (Red+Green+Blue) = 77+213+97=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD561 is #B22A9E. Grayscale: #9F9F9F. Windows color (decimal): -11676319 or 6411597. OLE color: 6411597.
HSL color Cylindrical-coordinate representation of color #4DD561: hue angle of 128.82º 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 #4DD561 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 97 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.16 |
| HSL | 128.82º | 0.62% | 0.57% | - |
| HSV(B) | 128.82º | 0.64% | 0.84% | - |
| XYZ | 29.01 | 50.03 | 19.44 | - |
| YUV | 159.11 | 92.94 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 97 | 0.64 | 0 | 0.54 | 0.16 | 128.82 | 0.62 | 0.57 |
| Hex | 4D | D5 | 61 | 40 | 0 | 36 | 10 | 81 | 3E | 39 |
| Octal | 115 | 325 | 141 | 100 | 0 | 66 | 20 | 201 | 76 | 71 |
| Binary | 1001101 | 11010101 | 1100001 | 1000000 | 0 | 110110 | 10000 | 10000001 | 111110 | 111001 |
Color Harmonies of #4DD561
Complementary color
Monochromatic Colors of #4DD561
Black with #4DD561
Text Example
Text Example
White with #4DD561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD561; }
p { color: rgb(77,213,97); }
H1.HeaderClassName
{
color: #4DD561;
}
.AnyTagClassName
{
color: #4DD561;
}
</style>
background-color css
<style>
a { background-color: #4DD561; }
a { background-color: rgb(77,213,97); }
div.DivClassName
{
background-color: #4DD561;
}
.BgClassName
{
background-color: #4DD561;
}
</style>
border-color css
<style>
span { border-color: #4DD561; }
span { border-color: rgb(77,213,97); }
td.TdClassName
{
border-color: #4DD561;
}
.TagClassName
{
border-color: #4DD561;
}
</style>