Shades of Emerald #4DCD85
Tints of Emerald #4DCD85
RGB
CMYK
RGB Variations
Color information
#4DCD85 (or 0x4DCD85) is known color: Emerald. HEX triplet: 4D, CD and 85. RGB value is (77,205,133). Sum of RGB (Red+Green+Blue) = 77+205+133=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD85 is #B2327A. Grayscale: #9E9E9E. Windows color (decimal): -11678331 or 8768845. OLE color: 8768845.
HSL color Cylindrical-coordinate representation of color #4DCD85: hue angle of 146.25º 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 #4DCD85 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 133 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.20 |
| HSL | 146.25º | 0.56% | 0.55% | - |
| HSV(B) | 146.25º | 0.62% | 0.8% | - |
| XYZ | 29.13 | 46.93 | 29.71 | - |
| YUV | 158.52 | 113.59 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 133 | 0.62 | 0 | 0.35 | 0.20 | 146.25 | 0.56 | 0.55 |
| Hex | 4D | CD | 85 | 3E | 0 | 23 | 14 | 92 | 38 | 37 |
| Octal | 115 | 315 | 205 | 76 | 0 | 43 | 24 | 222 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10000101 | 111110 | 0 | 100011 | 10100 | 10010010 | 111000 | 110111 |
Color Harmonies of #4DCD85
Complementary color
Monochromatic Colors of #4DCD85
Black with #4DCD85
Text Example
Text Example
White with #4DCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD85; }
p { color: rgb(77,205,133); }
H1.HeaderClassName
{
color: #4DCD85;
}
.AnyTagClassName
{
color: #4DCD85;
}
</style>
background-color css
<style>
a { background-color: #4DCD85; }
a { background-color: rgb(77,205,133); }
div.DivClassName
{
background-color: #4DCD85;
}
.BgClassName
{
background-color: #4DCD85;
}
</style>
border-color css
<style>
span { border-color: #4DCD85; }
span { border-color: rgb(77,205,133); }
td.TdClassName
{
border-color: #4DCD85;
}
.TagClassName
{
border-color: #4DCD85;
}
</style>