Shades of Emerald #4DDE61
Tints of Emerald #4DDE61
RGB
CMYK
RGB Variations
Color information
#4DDE61 (or 0x4DDE61) is known color: Emerald. HEX triplet: 4D, DE and 61. RGB value is (77,222,97). Sum of RGB (Red+Green+Blue) = 77+222+97=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDE61 is #B2219E. Grayscale: #A4A4A4. Windows color (decimal): -11674015 or 6413901. OLE color: 6413901.
HSL color Cylindrical-coordinate representation of color #4DDE61: hue angle of 128.28º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDE61 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 97 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.13 |
| HSL | 128.28º | 0.69% | 0.59% | - |
| HSV(B) | 128.28º | 0.65% | 0.87% | - |
| XYZ | 31.34 | 54.68 | 20.21 | - |
| YUV | 164.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 97 | 0.65 | 0 | 0.56 | 0.13 | 128.28 | 0.69 | 0.59 |
| Hex | 4D | DE | 61 | 41 | 0 | 38 | D | 80 | 45 | 3B |
| Octal | 115 | 336 | 141 | 101 | 0 | 70 | 15 | 200 | 105 | 73 |
| Binary | 1001101 | 11011110 | 1100001 | 1000001 | 0 | 111000 | 1101 | 10000000 | 1000101 | 111011 |
Color Harmonies of #4DDE61
Complementary color
Monochromatic Colors of #4DDE61
Black with #4DDE61
Text Example
Text Example
White with #4DDE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDE61; }
p { color: rgb(77,222,97); }
H1.HeaderClassName
{
color: #4DDE61;
}
.AnyTagClassName
{
color: #4DDE61;
}
</style>
background-color css
<style>
a { background-color: #4DDE61; }
a { background-color: rgb(77,222,97); }
div.DivClassName
{
background-color: #4DDE61;
}
.BgClassName
{
background-color: #4DDE61;
}
</style>
border-color css
<style>
span { border-color: #4DDE61; }
span { border-color: rgb(77,222,97); }
td.TdClassName
{
border-color: #4DDE61;
}
.TagClassName
{
border-color: #4DDE61;
}
</style>