Shades of Emerald #4DC37A
Tints of Emerald #4DC37A
RGB
CMYK
RGB Variations
Color information
#4DC37A (or 0x4DC37A) is known color: Emerald. HEX triplet: 4D, C3 and 7A. RGB value is (77,195,122). Sum of RGB (Red+Green+Blue) = 77+195+122=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC37A is #B23C85. Grayscale: #979797. Windows color (decimal): -11680902 or 8045389. OLE color: 8045389.
HSL color Cylindrical-coordinate representation of color #4DC37A: hue angle of 142.88º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC37A is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 122 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.24 |
| HSL | 142.88º | 0.5% | 0.53% | - |
| HSV(B) | 142.88º | 0.61% | 0.76% | - |
| XYZ | 26.09 | 42.01 | 25.15 | - |
| YUV | 151.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 122 | 0.61 | 0 | 0.37 | 0.24 | 142.88 | 0.5 | 0.53 |
| Hex | 4D | C3 | 7A | 3D | 0 | 25 | 18 | 8F | 32 | 35 |
| Octal | 115 | 303 | 172 | 75 | 0 | 45 | 30 | 217 | 62 | 65 |
| Binary | 1001101 | 11000011 | 1111010 | 111101 | 0 | 100101 | 11000 | 10001111 | 110010 | 110101 |
Color Harmonies of #4DC37A
Complementary color
Monochromatic Colors of #4DC37A
Black with #4DC37A
Text Example
Text Example
White with #4DC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC37A; }
p { color: rgb(77,195,122); }
H1.HeaderClassName
{
color: #4DC37A;
}
.AnyTagClassName
{
color: #4DC37A;
}
</style>
background-color css
<style>
a { background-color: #4DC37A; }
a { background-color: rgb(77,195,122); }
div.DivClassName
{
background-color: #4DC37A;
}
.BgClassName
{
background-color: #4DC37A;
}
</style>
border-color css
<style>
span { border-color: #4DC37A; }
span { border-color: rgb(77,195,122); }
td.TdClassName
{
border-color: #4DC37A;
}
.TagClassName
{
border-color: #4DC37A;
}
</style>