Shades of Emerald #4DC272
Tints of Emerald #4DC272
RGB
CMYK
RGB Variations
Color information
#4DC272 (or 0x4DC272) is known color: Emerald. HEX triplet: 4D, C2 and 72. RGB value is (77,194,114). Sum of RGB (Red+Green+Blue) = 77+194+114=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC272 is #B23D8D. Grayscale: #969696. Windows color (decimal): -11681166 or 7520845. OLE color: 7520845.
HSL color Cylindrical-coordinate representation of color #4DC272: hue angle of 138.97º 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 #4DC272 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 114 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.24 |
| HSL | 138.97º | 0.49% | 0.53% | - |
| HSV(B) | 138.97º | 0.6% | 0.76% | - |
| XYZ | 25.39 | 41.38 | 22.57 | - |
| YUV | 149.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 114 | 0.60 | 0 | 0.41 | 0.24 | 138.97 | 0.49 | 0.53 |
| Hex | 4D | C2 | 72 | 3C | 0 | 29 | 18 | 8B | 31 | 35 |
| Octal | 115 | 302 | 162 | 74 | 0 | 51 | 30 | 213 | 61 | 65 |
| Binary | 1001101 | 11000010 | 1110010 | 111100 | 0 | 101001 | 11000 | 10001011 | 110001 | 110101 |
Color Harmonies of #4DC272
Complementary color
Monochromatic Colors of #4DC272
Black with #4DC272
Text Example
Text Example
White with #4DC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC272; }
p { color: rgb(77,194,114); }
H1.HeaderClassName
{
color: #4DC272;
}
.AnyTagClassName
{
color: #4DC272;
}
</style>
background-color css
<style>
a { background-color: #4DC272; }
a { background-color: rgb(77,194,114); }
div.DivClassName
{
background-color: #4DC272;
}
.BgClassName
{
background-color: #4DC272;
}
</style>
border-color css
<style>
span { border-color: #4DC272; }
span { border-color: rgb(77,194,114); }
td.TdClassName
{
border-color: #4DC272;
}
.TagClassName
{
border-color: #4DC272;
}
</style>