Shades of Emerald #4DDD65
Tints of Emerald #4DDD65
RGB
CMYK
RGB Variations
Color information
#4DDD65 (or 0x4DDD65) is known color: Emerald. HEX triplet: 4D, DD and 65. RGB value is (77,221,101). Sum of RGB (Red+Green+Blue) = 77+221+101=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDD65 is #B2229A. Grayscale: #A4A4A4. Windows color (decimal): -11674267 or 6675789. OLE color: 6675789.
HSL color Cylindrical-coordinate representation of color #4DDD65: hue angle of 130º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDD65 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 101 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.13 |
| HSL | 130º | 0.68% | 0.58% | - |
| HSV(B) | 130º | 0.65% | 0.87% | - |
| XYZ | 31.27 | 54.23 | 21.13 | - |
| YUV | 164.26 | 92.29 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 101 | 0.65 | 0 | 0.54 | 0.13 | 130 | 0.68 | 0.58 |
| Hex | 4D | DD | 65 | 41 | 0 | 36 | D | 82 | 44 | 3A |
| Octal | 115 | 335 | 145 | 101 | 0 | 66 | 15 | 202 | 104 | 72 |
| Binary | 1001101 | 11011101 | 1100101 | 1000001 | 0 | 110110 | 1101 | 10000010 | 1000100 | 111010 |
Color Harmonies of #4DDD65
Complementary color
Monochromatic Colors of #4DDD65
Black with #4DDD65
Text Example
Text Example
White with #4DDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD65; }
p { color: rgb(77,221,101); }
H1.HeaderClassName
{
color: #4DDD65;
}
.AnyTagClassName
{
color: #4DDD65;
}
</style>
background-color css
<style>
a { background-color: #4DDD65; }
a { background-color: rgb(77,221,101); }
div.DivClassName
{
background-color: #4DDD65;
}
.BgClassName
{
background-color: #4DDD65;
}
</style>
border-color css
<style>
span { border-color: #4DDD65; }
span { border-color: rgb(77,221,101); }
td.TdClassName
{
border-color: #4DDD65;
}
.TagClassName
{
border-color: #4DDD65;
}
</style>