Shades of Emerald #4DDF80
Tints of Emerald #4DDF80
RGB
CMYK
RGB Variations
Color information
#4DDF80 (or 0x4DDF80) is known color: Emerald. HEX triplet: 4D, DF and 80. RGB value is (77,223,128). Sum of RGB (Red+Green+Blue) = 77+223+128=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDF80 is #B2207F. Grayscale: #A8A8A8. Windows color (decimal): -11673728 or 8445773. OLE color: 8445773.
HSL color Cylindrical-coordinate representation of color #4DDF80: hue angle of 140.96º 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 #4DDF80 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 128 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.13 |
| HSL | 140.96º | 0.7% | 0.59% | - |
| HSV(B) | 140.96º | 0.65% | 0.87% | - |
| XYZ | 33.34 | 55.91 | 29.46 | - |
| YUV | 168.52 | 105.13 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 128 | 0.65 | 0 | 0.43 | 0.13 | 140.96 | 0.7 | 0.59 |
| Hex | 4D | DF | 80 | 41 | 0 | 2B | D | 8D | 46 | 3B |
| Octal | 115 | 337 | 200 | 101 | 0 | 53 | 15 | 215 | 106 | 73 |
| Binary | 1001101 | 11011111 | 10000000 | 1000001 | 0 | 101011 | 1101 | 10001101 | 1000110 | 111011 |
Color Harmonies of #4DDF80
Complementary color
Monochromatic Colors of #4DDF80
Black with #4DDF80
Text Example
Text Example
White with #4DDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF80; }
p { color: rgb(77,223,128); }
H1.HeaderClassName
{
color: #4DDF80;
}
.AnyTagClassName
{
color: #4DDF80;
}
</style>
background-color css
<style>
a { background-color: #4DDF80; }
a { background-color: rgb(77,223,128); }
div.DivClassName
{
background-color: #4DDF80;
}
.BgClassName
{
background-color: #4DDF80;
}
</style>
border-color css
<style>
span { border-color: #4DDF80; }
span { border-color: rgb(77,223,128); }
td.TdClassName
{
border-color: #4DDF80;
}
.TagClassName
{
border-color: #4DDF80;
}
</style>