Shades of Emerald #4DC975
Tints of Emerald #4DC975
RGB
CMYK
RGB Variations
Color information
#4DC975 (or 0x4DC975) is known color: Emerald. HEX triplet: 4D, C9 and 75. RGB value is (77,201,117). Sum of RGB (Red+Green+Blue) = 77+201+117=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC975 is #B2368A. Grayscale: #9A9A9A. Windows color (decimal): -11679371 or 7719245. OLE color: 7719245.
HSL color Cylindrical-coordinate representation of color #4DC975: hue angle of 139.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC975 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 117 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.21 |
| HSL | 139.35º | 0.53% | 0.55% | - |
| HSV(B) | 139.35º | 0.62% | 0.79% | - |
| XYZ | 27.16 | 44.64 | 24.01 | - |
| YUV | 154.35 | 106.92 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 117 | 0.62 | 0 | 0.42 | 0.21 | 139.35 | 0.53 | 0.55 |
| Hex | 4D | C9 | 75 | 3E | 0 | 2A | 15 | 8B | 35 | 37 |
| Octal | 115 | 311 | 165 | 76 | 0 | 52 | 25 | 213 | 65 | 67 |
| Binary | 1001101 | 11001001 | 1110101 | 111110 | 0 | 101010 | 10101 | 10001011 | 110101 | 110111 |
Color Harmonies of #4DC975
Complementary color
Monochromatic Colors of #4DC975
Black with #4DC975
Text Example
Text Example
White with #4DC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC975; }
p { color: rgb(77,201,117); }
H1.HeaderClassName
{
color: #4DC975;
}
.AnyTagClassName
{
color: #4DC975;
}
</style>
background-color css
<style>
a { background-color: #4DC975; }
a { background-color: rgb(77,201,117); }
div.DivClassName
{
background-color: #4DC975;
}
.BgClassName
{
background-color: #4DC975;
}
</style>
border-color css
<style>
span { border-color: #4DC975; }
span { border-color: rgb(77,201,117); }
td.TdClassName
{
border-color: #4DC975;
}
.TagClassName
{
border-color: #4DC975;
}
</style>