Shades of Emerald #4DCD68
Tints of Emerald #4DCD68
RGB
CMYK
RGB Variations
Color information
#4DCD68 (or 0x4DCD68) is known color: Emerald. HEX triplet: 4D, CD and 68. RGB value is (77,205,104). Sum of RGB (Red+Green+Blue) = 77+205+104=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD68 is #B23297. Grayscale: #9B9B9B. Windows color (decimal): -11678360 or 6868301. OLE color: 6868301.
HSL color Cylindrical-coordinate representation of color #4DCD68: hue angle of 132.66º 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 #4DCD68 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 104 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.20 |
| HSL | 132.66º | 0.56% | 0.55% | - |
| HSV(B) | 132.66º | 0.62% | 0.8% | - |
| XYZ | 27.39 | 46.24 | 20.58 | - |
| YUV | 155.21 | 99.09 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 104 | 0.62 | 0 | 0.49 | 0.20 | 132.66 | 0.56 | 0.55 |
| Hex | 4D | CD | 68 | 3E | 0 | 31 | 14 | 85 | 38 | 37 |
| Octal | 115 | 315 | 150 | 76 | 0 | 61 | 24 | 205 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1101000 | 111110 | 0 | 110001 | 10100 | 10000101 | 111000 | 110111 |
Color Harmonies of #4DCD68
Complementary color
Monochromatic Colors of #4DCD68
Black with #4DCD68
Text Example
Text Example
White with #4DCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD68; }
p { color: rgb(77,205,104); }
H1.HeaderClassName
{
color: #4DCD68;
}
.AnyTagClassName
{
color: #4DCD68;
}
</style>
background-color css
<style>
a { background-color: #4DCD68; }
a { background-color: rgb(77,205,104); }
div.DivClassName
{
background-color: #4DCD68;
}
.BgClassName
{
background-color: #4DCD68;
}
</style>
border-color css
<style>
span { border-color: #4DCD68; }
span { border-color: rgb(77,205,104); }
td.TdClassName
{
border-color: #4DCD68;
}
.TagClassName
{
border-color: #4DCD68;
}
</style>