Shades of Emerald #4DCA80
Tints of Emerald #4DCA80
RGB
CMYK
RGB Variations
Color information
#4DCA80 (or 0x4DCA80) is known color: Emerald. HEX triplet: 4D, CA and 80. RGB value is (77,202,128). Sum of RGB (Red+Green+Blue) = 77+202+128=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCA80 is #B2357F. Grayscale: #9C9C9C. Windows color (decimal): -11679104 or 8440397. OLE color: 8440397.
HSL color Cylindrical-coordinate representation of color #4DCA80: hue angle of 144.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCA80 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 128 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.21 |
| HSL | 144.48º | 0.54% | 0.55% | - |
| HSV(B) | 144.48º | 0.62% | 0.79% | - |
| XYZ | 28.08 | 45.38 | 27.7 | - |
| YUV | 156.19 | 112.09 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 128 | 0.62 | 0 | 0.37 | 0.21 | 144.48 | 0.54 | 0.55 |
| Hex | 4D | CA | 80 | 3E | 0 | 25 | 15 | 90 | 36 | 37 |
| Octal | 115 | 312 | 200 | 76 | 0 | 45 | 25 | 220 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10000000 | 111110 | 0 | 100101 | 10101 | 10010000 | 110110 | 110111 |
Color Harmonies of #4DCA80
Complementary color
Monochromatic Colors of #4DCA80
Black with #4DCA80
Text Example
Text Example
White with #4DCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA80; }
p { color: rgb(77,202,128); }
H1.HeaderClassName
{
color: #4DCA80;
}
.AnyTagClassName
{
color: #4DCA80;
}
</style>
background-color css
<style>
a { background-color: #4DCA80; }
a { background-color: rgb(77,202,128); }
div.DivClassName
{
background-color: #4DCA80;
}
.BgClassName
{
background-color: #4DCA80;
}
</style>
border-color css
<style>
span { border-color: #4DCA80; }
span { border-color: rgb(77,202,128); }
td.TdClassName
{
border-color: #4DCA80;
}
.TagClassName
{
border-color: #4DCA80;
}
</style>