Shades of Emerald #4DD85D
Tints of Emerald #4DD85D
RGB
CMYK
RGB Variations
Color information
#4DD85D (or 0x4DD85D) is known color: Emerald. HEX triplet: 4D, D8 and 5D. RGB value is (77,216,93). Sum of RGB (Red+Green+Blue) = 77+216+93=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD85D is #B227A2. Grayscale: #A0A0A0. Windows color (decimal): -11675555 or 6150221. OLE color: 6150221.
HSL color Cylindrical-coordinate representation of color #4DD85D: hue angle of 126.91º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD85D is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 93 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.15 |
| HSL | 126.91º | 0.64% | 0.57% | - |
| HSV(B) | 126.91º | 0.64% | 0.85% | - |
| XYZ | 29.59 | 51.48 | 18.73 | - |
| YUV | 160.42 | 89.95 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 93 | 0.64 | 0 | 0.57 | 0.15 | 126.91 | 0.64 | 0.57 |
| Hex | 4D | D8 | 5D | 40 | 0 | 39 | F | 7F | 40 | 39 |
| Octal | 115 | 330 | 135 | 100 | 0 | 71 | 17 | 177 | 100 | 71 |
| Binary | 1001101 | 11011000 | 1011101 | 1000000 | 0 | 111001 | 1111 | 1111111 | 1000000 | 111001 |
Color Harmonies of #4DD85D
Complementary color
Monochromatic Colors of #4DD85D
Black with #4DD85D
Text Example
Text Example
White with #4DD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD85D; }
p { color: rgb(77,216,93); }
H1.HeaderClassName
{
color: #4DD85D;
}
.AnyTagClassName
{
color: #4DD85D;
}
</style>
background-color css
<style>
a { background-color: #4DD85D; }
a { background-color: rgb(77,216,93); }
div.DivClassName
{
background-color: #4DD85D;
}
.BgClassName
{
background-color: #4DD85D;
}
</style>
border-color css
<style>
span { border-color: #4DD85D; }
span { border-color: rgb(77,216,93); }
td.TdClassName
{
border-color: #4DD85D;
}
.TagClassName
{
border-color: #4DD85D;
}
</style>