Shades of Emerald #4DCD84
Tints of Emerald #4DCD84
RGB
CMYK
RGB Variations
Color information
#4DCD84 (or 0x4DCD84) is known color: Emerald. HEX triplet: 4D, CD and 84. RGB value is (77,205,132). Sum of RGB (Red+Green+Blue) = 77+205+132=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD84 is #B2327B. Grayscale: #9E9E9E. Windows color (decimal): -11678332 or 8703309. OLE color: 8703309.
HSL color Cylindrical-coordinate representation of color #4DCD84: hue angle of 145.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 #4DCD84 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 132 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.20 |
| HSL | 145.78º | 0.56% | 0.55% | - |
| HSV(B) | 145.78º | 0.62% | 0.8% | - |
| XYZ | 29.06 | 46.91 | 29.35 | - |
| YUV | 158.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 132 | 0.62 | 0 | 0.36 | 0.20 | 145.78 | 0.56 | 0.55 |
| Hex | 4D | CD | 84 | 3E | 0 | 24 | 14 | 92 | 38 | 37 |
| Octal | 115 | 315 | 204 | 76 | 0 | 44 | 24 | 222 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10000100 | 111110 | 0 | 100100 | 10100 | 10010010 | 111000 | 110111 |
Color Harmonies of #4DCD84
Complementary color
Monochromatic Colors of #4DCD84
Black with #4DCD84
Text Example
Text Example
White with #4DCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD84; }
p { color: rgb(77,205,132); }
H1.HeaderClassName
{
color: #4DCD84;
}
.AnyTagClassName
{
color: #4DCD84;
}
</style>
background-color css
<style>
a { background-color: #4DCD84; }
a { background-color: rgb(77,205,132); }
div.DivClassName
{
background-color: #4DCD84;
}
.BgClassName
{
background-color: #4DCD84;
}
</style>
border-color css
<style>
span { border-color: #4DCD84; }
span { border-color: rgb(77,205,132); }
td.TdClassName
{
border-color: #4DCD84;
}
.TagClassName
{
border-color: #4DCD84;
}
</style>