Shades of Emerald #4DCD61
Tints of Emerald #4DCD61
RGB
CMYK
RGB Variations
Color information
#4DCD61 (or 0x4DCD61) is known color: Emerald. HEX triplet: 4D, CD and 61. RGB value is (77,205,97). Sum of RGB (Red+Green+Blue) = 77+205+97=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD61 is #B2329E. Grayscale: #9A9A9A. Windows color (decimal): -11678367 or 6409549. OLE color: 6409549.
HSL color Cylindrical-coordinate representation of color #4DCD61: hue angle of 129.38º 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 #4DCD61 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 97 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.20 |
| HSL | 129.38º | 0.56% | 0.55% | - |
| HSV(B) | 129.38º | 0.62% | 0.8% | - |
| XYZ | 27.05 | 46.1 | 18.78 | - |
| YUV | 154.42 | 95.59 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 97 | 0.62 | 0 | 0.53 | 0.20 | 129.38 | 0.56 | 0.55 |
| Hex | 4D | CD | 61 | 3E | 0 | 35 | 14 | 81 | 38 | 37 |
| Octal | 115 | 315 | 141 | 76 | 0 | 65 | 24 | 201 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1100001 | 111110 | 0 | 110101 | 10100 | 10000001 | 111000 | 110111 |
Color Harmonies of #4DCD61
Complementary color
Monochromatic Colors of #4DCD61
Black with #4DCD61
Text Example
Text Example
White with #4DCD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD61; }
p { color: rgb(77,205,97); }
H1.HeaderClassName
{
color: #4DCD61;
}
.AnyTagClassName
{
color: #4DCD61;
}
</style>
background-color css
<style>
a { background-color: #4DCD61; }
a { background-color: rgb(77,205,97); }
div.DivClassName
{
background-color: #4DCD61;
}
.BgClassName
{
background-color: #4DCD61;
}
</style>
border-color css
<style>
span { border-color: #4DCD61; }
span { border-color: rgb(77,205,97); }
td.TdClassName
{
border-color: #4DCD61;
}
.TagClassName
{
border-color: #4DCD61;
}
</style>