Shades of Emerald #4DCD75
Tints of Emerald #4DCD75
RGB
CMYK
RGB Variations
Color information
#4DCD75 (or 0x4DCD75) is known color: Emerald. HEX triplet: 4D, CD and 75. RGB value is (77,205,117). Sum of RGB (Red+Green+Blue) = 77+205+117=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD75 is #B2328A. Grayscale: #9C9C9C. Windows color (decimal): -11678347 or 7720269. OLE color: 7720269.
HSL color Cylindrical-coordinate representation of color #4DCD75: hue angle of 138.75º 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 #4DCD75 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 117 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.20 |
| HSL | 138.75º | 0.56% | 0.55% | - |
| HSV(B) | 138.75º | 0.62% | 0.8% | - |
| XYZ | 28.1 | 46.52 | 24.33 | - |
| YUV | 156.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 117 | 0.62 | 0 | 0.43 | 0.20 | 138.75 | 0.56 | 0.55 |
| Hex | 4D | CD | 75 | 3E | 0 | 2B | 14 | 8B | 38 | 37 |
| Octal | 115 | 315 | 165 | 76 | 0 | 53 | 24 | 213 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1110101 | 111110 | 0 | 101011 | 10100 | 10001011 | 111000 | 110111 |
Color Harmonies of #4DCD75
Complementary color
Monochromatic Colors of #4DCD75
Black with #4DCD75
Text Example
Text Example
White with #4DCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD75; }
p { color: rgb(77,205,117); }
H1.HeaderClassName
{
color: #4DCD75;
}
.AnyTagClassName
{
color: #4DCD75;
}
</style>
background-color css
<style>
a { background-color: #4DCD75; }
a { background-color: rgb(77,205,117); }
div.DivClassName
{
background-color: #4DCD75;
}
.BgClassName
{
background-color: #4DCD75;
}
</style>
border-color css
<style>
span { border-color: #4DCD75; }
span { border-color: rgb(77,205,117); }
td.TdClassName
{
border-color: #4DCD75;
}
.TagClassName
{
border-color: #4DCD75;
}
</style>