Shades of Emerald #4DCD64
Tints of Emerald #4DCD64
RGB
CMYK
RGB Variations
Color information
#4DCD64 (or 0x4DCD64) is known color: Emerald. HEX triplet: 4D, CD and 64. RGB value is (77,205,100). Sum of RGB (Red+Green+Blue) = 77+205+100=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD64 is #B2329B. Grayscale: #9B9B9B. Windows color (decimal): -11678364 or 6606157. OLE color: 6606157.
HSL color Cylindrical-coordinate representation of color #4DCD64: hue angle of 130.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD64 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 100 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.20 |
| HSL | 130.78º | 0.56% | 0.55% | - |
| HSV(B) | 130.78º | 0.62% | 0.8% | - |
| XYZ | 27.19 | 46.16 | 19.53 | - |
| YUV | 154.76 | 97.09 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 100 | 0.62 | 0 | 0.51 | 0.20 | 130.78 | 0.56 | 0.55 |
| Hex | 4D | CD | 64 | 3E | 0 | 33 | 14 | 83 | 38 | 37 |
| Octal | 115 | 315 | 144 | 76 | 0 | 63 | 24 | 203 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1100100 | 111110 | 0 | 110011 | 10100 | 10000011 | 111000 | 110111 |
Color Harmonies of #4DCD64
Complementary color
Monochromatic Colors of #4DCD64
Black with #4DCD64
Text Example
Text Example
White with #4DCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD64; }
p { color: rgb(77,205,100); }
H1.HeaderClassName
{
color: #4DCD64;
}
.AnyTagClassName
{
color: #4DCD64;
}
</style>
background-color css
<style>
a { background-color: #4DCD64; }
a { background-color: rgb(77,205,100); }
div.DivClassName
{
background-color: #4DCD64;
}
.BgClassName
{
background-color: #4DCD64;
}
</style>
border-color css
<style>
span { border-color: #4DCD64; }
span { border-color: rgb(77,205,100); }
td.TdClassName
{
border-color: #4DCD64;
}
.TagClassName
{
border-color: #4DCD64;
}
</style>