Shades of Emerald #4DDA68
Tints of Emerald #4DDA68
RGB
CMYK
RGB Variations
Color information
#4DDA68 (or 0x4DDA68) is known color: Emerald. HEX triplet: 4D, DA and 68. RGB value is (77,218,104). Sum of RGB (Red+Green+Blue) = 77+218+104=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA68 is #B22597. Grayscale: #A3A3A3. Windows color (decimal): -11675032 or 6871629. OLE color: 6871629.
HSL color Cylindrical-coordinate representation of color #4DDA68: hue angle of 131.49º 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 #4DDA68 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 104 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.15 |
| HSL | 131.49º | 0.66% | 0.58% | - |
| HSV(B) | 131.49º | 0.65% | 0.85% | - |
| XYZ | 30.63 | 52.72 | 21.66 | - |
| YUV | 162.85 | 94.79 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 104 | 0.65 | 0 | 0.52 | 0.15 | 131.49 | 0.66 | 0.58 |
| Hex | 4D | DA | 68 | 41 | 0 | 34 | F | 83 | 42 | 3A |
| Octal | 115 | 332 | 150 | 101 | 0 | 64 | 17 | 203 | 102 | 72 |
| Binary | 1001101 | 11011010 | 1101000 | 1000001 | 0 | 110100 | 1111 | 10000011 | 1000010 | 111010 |
Color Harmonies of #4DDA68
Complementary color
Monochromatic Colors of #4DDA68
Black with #4DDA68
Text Example
Text Example
White with #4DDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA68; }
p { color: rgb(77,218,104); }
H1.HeaderClassName
{
color: #4DDA68;
}
.AnyTagClassName
{
color: #4DDA68;
}
</style>
background-color css
<style>
a { background-color: #4DDA68; }
a { background-color: rgb(77,218,104); }
div.DivClassName
{
background-color: #4DDA68;
}
.BgClassName
{
background-color: #4DDA68;
}
</style>
border-color css
<style>
span { border-color: #4DDA68; }
span { border-color: rgb(77,218,104); }
td.TdClassName
{
border-color: #4DDA68;
}
.TagClassName
{
border-color: #4DDA68;
}
</style>