Shades of Emerald #4DCD82
Tints of Emerald #4DCD82
RGB
CMYK
RGB Variations
Color information
#4DCD82 (or 0x4DCD82) is known color: Emerald. HEX triplet: 4D, CD and 82. RGB value is (77,205,130). Sum of RGB (Red+Green+Blue) = 77+205+130=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD82 is #B2327D. Grayscale: #9E9E9E. Windows color (decimal): -11678334 or 8572237. OLE color: 8572237.
HSL color Cylindrical-coordinate representation of color #4DCD82: hue angle of 144.84º 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 #4DCD82 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 130 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.20 |
| HSL | 144.84º | 0.56% | 0.55% | - |
| HSV(B) | 144.84º | 0.62% | 0.8% | - |
| XYZ | 28.92 | 46.85 | 28.64 | - |
| YUV | 158.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 130 | 0.62 | 0 | 0.37 | 0.20 | 144.84 | 0.56 | 0.55 |
| Hex | 4D | CD | 82 | 3E | 0 | 25 | 14 | 91 | 38 | 37 |
| Octal | 115 | 315 | 202 | 76 | 0 | 45 | 24 | 221 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10000010 | 111110 | 0 | 100101 | 10100 | 10010001 | 111000 | 110111 |
Color Harmonies of #4DCD82
Complementary color
Monochromatic Colors of #4DCD82
Black with #4DCD82
Text Example
Text Example
White with #4DCD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD82; }
p { color: rgb(77,205,130); }
H1.HeaderClassName
{
color: #4DCD82;
}
.AnyTagClassName
{
color: #4DCD82;
}
</style>
background-color css
<style>
a { background-color: #4DCD82; }
a { background-color: rgb(77,205,130); }
div.DivClassName
{
background-color: #4DCD82;
}
.BgClassName
{
background-color: #4DCD82;
}
</style>
border-color css
<style>
span { border-color: #4DCD82; }
span { border-color: rgb(77,205,130); }
td.TdClassName
{
border-color: #4DCD82;
}
.TagClassName
{
border-color: #4DCD82;
}
</style>