Shades of Emerald #4DDF7F
Tints of Emerald #4DDF7F
RGB
CMYK
RGB Variations
Color information
#4DDF7F (or 0x4DDF7F) is known color: Emerald. HEX triplet: 4D, DF and 7F. RGB value is (77,223,127). Sum of RGB (Red+Green+Blue) = 77+223+127=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDF7F is #B22080. Grayscale: #A8A8A8. Windows color (decimal): -11673729 or 8380237. OLE color: 8380237.
HSL color Cylindrical-coordinate representation of color #4DDF7F: hue angle of 140.55º degrees, saturation: 0.7, 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 #4DDF7F is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 127 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.13 |
| HSL | 140.55º | 0.7% | 0.59% | - |
| HSV(B) | 140.55º | 0.65% | 0.87% | - |
| XYZ | 33.28 | 55.89 | 29.11 | - |
| YUV | 168.4 | 104.63 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 127 | 0.65 | 0 | 0.43 | 0.13 | 140.55 | 0.7 | 0.59 |
| Hex | 4D | DF | 7F | 41 | 0 | 2B | D | 8D | 46 | 3B |
| Octal | 115 | 337 | 177 | 101 | 0 | 53 | 15 | 215 | 106 | 73 |
| Binary | 1001101 | 11011111 | 1111111 | 1000001 | 0 | 101011 | 1101 | 10001101 | 1000110 | 111011 |
Color Harmonies of #4DDF7F
Complementary color
Monochromatic Colors of #4DDF7F
Black with #4DDF7F
Text Example
Text Example
White with #4DDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF7F; }
p { color: rgb(77,223,127); }
H1.HeaderClassName
{
color: #4DDF7F;
}
.AnyTagClassName
{
color: #4DDF7F;
}
</style>
background-color css
<style>
a { background-color: #4DDF7F; }
a { background-color: rgb(77,223,127); }
div.DivClassName
{
background-color: #4DDF7F;
}
.BgClassName
{
background-color: #4DDF7F;
}
</style>
border-color css
<style>
span { border-color: #4DDF7F; }
span { border-color: rgb(77,223,127); }
td.TdClassName
{
border-color: #4DDF7F;
}
.TagClassName
{
border-color: #4DDF7F;
}
</style>