Shades of Emerald #4DC974
Tints of Emerald #4DC974
RGB
CMYK
RGB Variations
Color information
#4DC974 (or 0x4DC974) is known color: Emerald. HEX triplet: 4D, C9 and 74. RGB value is (77,201,116). Sum of RGB (Red+Green+Blue) = 77+201+116=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC974 is #B2368B. Grayscale: #9A9A9A. Windows color (decimal): -11679372 or 7653709. OLE color: 7653709.
HSL color Cylindrical-coordinate representation of color #4DC974: hue angle of 138.87º 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 #4DC974 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 116 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.21 |
| HSL | 138.87º | 0.53% | 0.55% | - |
| HSV(B) | 138.87º | 0.62% | 0.79% | - |
| XYZ | 27.1 | 44.61 | 23.71 | - |
| YUV | 154.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 116 | 0.62 | 0 | 0.42 | 0.21 | 138.87 | 0.53 | 0.55 |
| Hex | 4D | C9 | 74 | 3E | 0 | 2A | 15 | 8B | 35 | 37 |
| Octal | 115 | 311 | 164 | 76 | 0 | 52 | 25 | 213 | 65 | 67 |
| Binary | 1001101 | 11001001 | 1110100 | 111110 | 0 | 101010 | 10101 | 10001011 | 110101 | 110111 |
Color Harmonies of #4DC974
Complementary color
Monochromatic Colors of #4DC974
Black with #4DC974
Text Example
Text Example
White with #4DC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC974; }
p { color: rgb(77,201,116); }
H1.HeaderClassName
{
color: #4DC974;
}
.AnyTagClassName
{
color: #4DC974;
}
</style>
background-color css
<style>
a { background-color: #4DC974; }
a { background-color: rgb(77,201,116); }
div.DivClassName
{
background-color: #4DC974;
}
.BgClassName
{
background-color: #4DC974;
}
</style>
border-color css
<style>
span { border-color: #4DC974; }
span { border-color: rgb(77,201,116); }
td.TdClassName
{
border-color: #4DC974;
}
.TagClassName
{
border-color: #4DC974;
}
</style>