Shades of Emerald #4DDA63
Tints of Emerald #4DDA63
RGB
CMYK
RGB Variations
Color information
#4DDA63 (or 0x4DDA63) is known color: Emerald. HEX triplet: 4D, DA and 63. RGB value is (77,218,99). Sum of RGB (Red+Green+Blue) = 77+218+99=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA63 is #B2259C. Grayscale: #A2A2A2. Windows color (decimal): -11675037 or 6543949. OLE color: 6543949.
HSL color Cylindrical-coordinate representation of color #4DDA63: hue angle of 129.36º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDA63 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 99 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.15 |
| HSL | 129.36º | 0.66% | 0.58% | - |
| HSV(B) | 129.36º | 0.65% | 0.85% | - |
| XYZ | 30.38 | 52.62 | 20.36 | - |
| YUV | 162.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 99 | 0.65 | 0 | 0.55 | 0.15 | 129.36 | 0.66 | 0.58 |
| Hex | 4D | DA | 63 | 41 | 0 | 37 | F | 81 | 42 | 3A |
| Octal | 115 | 332 | 143 | 101 | 0 | 67 | 17 | 201 | 102 | 72 |
| Binary | 1001101 | 11011010 | 1100011 | 1000001 | 0 | 110111 | 1111 | 10000001 | 1000010 | 111010 |
Color Harmonies of #4DDA63
Complementary color
Monochromatic Colors of #4DDA63
Black with #4DDA63
Text Example
Text Example
White with #4DDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA63; }
p { color: rgb(77,218,99); }
H1.HeaderClassName
{
color: #4DDA63;
}
.AnyTagClassName
{
color: #4DDA63;
}
</style>
background-color css
<style>
a { background-color: #4DDA63; }
a { background-color: rgb(77,218,99); }
div.DivClassName
{
background-color: #4DDA63;
}
.BgClassName
{
background-color: #4DDA63;
}
</style>
border-color css
<style>
span { border-color: #4DDA63; }
span { border-color: rgb(77,218,99); }
td.TdClassName
{
border-color: #4DDA63;
}
.TagClassName
{
border-color: #4DDA63;
}
</style>