Shades of Emerald #4DC970
Tints of Emerald #4DC970
RGB
CMYK
RGB Variations
Color information
#4DC970 (or 0x4DC970) is known color: Emerald. HEX triplet: 4D, C9 and 70. RGB value is (77,201,112). Sum of RGB (Red+Green+Blue) = 77+201+112=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC970 is #B2368F. Grayscale: #9A9A9A. Windows color (decimal): -11679376 or 7391565. OLE color: 7391565.
HSL color Cylindrical-coordinate representation of color #4DC970: hue angle of 136.94º 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 #4DC970 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 112 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.21 |
| HSL | 136.94º | 0.53% | 0.55% | - |
| HSV(B) | 136.94º | 0.62% | 0.79% | - |
| XYZ | 26.87 | 44.52 | 22.51 | - |
| YUV | 153.78 | 104.42 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 112 | 0.62 | 0 | 0.44 | 0.21 | 136.94 | 0.53 | 0.55 |
| Hex | 4D | C9 | 70 | 3E | 0 | 2C | 15 | 89 | 35 | 37 |
| Octal | 115 | 311 | 160 | 76 | 0 | 54 | 25 | 211 | 65 | 67 |
| Binary | 1001101 | 11001001 | 1110000 | 111110 | 0 | 101100 | 10101 | 10001001 | 110101 | 110111 |
Color Harmonies of #4DC970
Complementary color
Monochromatic Colors of #4DC970
Black with #4DC970
Text Example
Text Example
White with #4DC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC970; }
p { color: rgb(77,201,112); }
H1.HeaderClassName
{
color: #4DC970;
}
.AnyTagClassName
{
color: #4DC970;
}
</style>
background-color css
<style>
a { background-color: #4DC970; }
a { background-color: rgb(77,201,112); }
div.DivClassName
{
background-color: #4DC970;
}
.BgClassName
{
background-color: #4DC970;
}
</style>
border-color css
<style>
span { border-color: #4DC970; }
span { border-color: rgb(77,201,112); }
td.TdClassName
{
border-color: #4DC970;
}
.TagClassName
{
border-color: #4DC970;
}
</style>