Shades of Emerald #4DCA63
Tints of Emerald #4DCA63
RGB
CMYK
RGB Variations
Color information
#4DCA63 (or 0x4DCA63) is known color: Emerald. HEX triplet: 4D, CA and 63. RGB value is (77,202,99). Sum of RGB (Red+Green+Blue) = 77+202+99=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCA63 is #B2359C. Grayscale: #999999. Windows color (decimal): -11679133 or 6539853. OLE color: 6539853.
HSL color Cylindrical-coordinate representation of color #4DCA63: hue angle of 130.56º 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 #4DCA63 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 99 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.21 |
| HSL | 130.56º | 0.54% | 0.55% | - |
| HSV(B) | 130.56º | 0.62% | 0.79% | - |
| XYZ | 26.43 | 44.72 | 19.04 | - |
| YUV | 152.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 99 | 0.62 | 0 | 0.51 | 0.21 | 130.56 | 0.54 | 0.55 |
| Hex | 4D | CA | 63 | 3E | 0 | 33 | 15 | 83 | 36 | 37 |
| Octal | 115 | 312 | 143 | 76 | 0 | 63 | 25 | 203 | 66 | 67 |
| Binary | 1001101 | 11001010 | 1100011 | 111110 | 0 | 110011 | 10101 | 10000011 | 110110 | 110111 |
Color Harmonies of #4DCA63
Complementary color
Monochromatic Colors of #4DCA63
Black with #4DCA63
Text Example
Text Example
White with #4DCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA63; }
p { color: rgb(77,202,99); }
H1.HeaderClassName
{
color: #4DCA63;
}
.AnyTagClassName
{
color: #4DCA63;
}
</style>
background-color css
<style>
a { background-color: #4DCA63; }
a { background-color: rgb(77,202,99); }
div.DivClassName
{
background-color: #4DCA63;
}
.BgClassName
{
background-color: #4DCA63;
}
</style>
border-color css
<style>
span { border-color: #4DCA63; }
span { border-color: rgb(77,202,99); }
td.TdClassName
{
border-color: #4DCA63;
}
.TagClassName
{
border-color: #4DCA63;
}
</style>