Shades of Emerald #4DC277
Tints of Emerald #4DC277
RGB
CMYK
RGB Variations
Color information
#4DC277 (or 0x4DC277) is known color: Emerald. HEX triplet: 4D, C2 and 77. RGB value is (77,194,119). Sum of RGB (Red+Green+Blue) = 77+194+119=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC277 is #B23D88. Grayscale: #969696. Windows color (decimal): -11681161 or 7848525. OLE color: 7848525.
HSL color Cylindrical-coordinate representation of color #4DC277: hue angle of 141.54º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC277 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 119 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.24 |
| HSL | 141.54º | 0.49% | 0.53% | - |
| HSV(B) | 141.54º | 0.6% | 0.76% | - |
| XYZ | 25.68 | 41.49 | 24.11 | - |
| YUV | 150.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 119 | 0.60 | 0 | 0.39 | 0.24 | 141.54 | 0.49 | 0.53 |
| Hex | 4D | C2 | 77 | 3C | 0 | 27 | 18 | 8E | 31 | 35 |
| Octal | 115 | 302 | 167 | 74 | 0 | 47 | 30 | 216 | 61 | 65 |
| Binary | 1001101 | 11000010 | 1110111 | 111100 | 0 | 100111 | 11000 | 10001110 | 110001 | 110101 |
Color Harmonies of #4DC277
Complementary color
Monochromatic Colors of #4DC277
Black with #4DC277
Text Example
Text Example
White with #4DC277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC277; }
p { color: rgb(77,194,119); }
H1.HeaderClassName
{
color: #4DC277;
}
.AnyTagClassName
{
color: #4DC277;
}
</style>
background-color css
<style>
a { background-color: #4DC277; }
a { background-color: rgb(77,194,119); }
div.DivClassName
{
background-color: #4DC277;
}
.BgClassName
{
background-color: #4DC277;
}
</style>
border-color css
<style>
span { border-color: #4DC277; }
span { border-color: rgb(77,194,119); }
td.TdClassName
{
border-color: #4DC277;
}
.TagClassName
{
border-color: #4DC277;
}
</style>