Shades of Emerald #4DC372
Tints of Emerald #4DC372
RGB
CMYK
RGB Variations
Color information
#4DC372 (or 0x4DC372) is known color: Emerald. HEX triplet: 4D, C3 and 72. RGB value is (77,195,114). Sum of RGB (Red+Green+Blue) = 77+195+114=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC372 is #B23C8D. Grayscale: #969696. Windows color (decimal): -11680910 or 7521101. OLE color: 7521101.
HSL color Cylindrical-coordinate representation of color #4DC372: hue angle of 138.81º 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 #4DC372 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 114 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.24 |
| HSL | 138.81º | 0.5% | 0.53% | - |
| HSV(B) | 138.81º | 0.61% | 0.76% | - |
| XYZ | 25.61 | 41.82 | 22.64 | - |
| YUV | 150.48 | 107.41 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 114 | 0.61 | 0 | 0.42 | 0.24 | 138.81 | 0.5 | 0.53 |
| Hex | 4D | C3 | 72 | 3D | 0 | 2A | 18 | 8B | 32 | 35 |
| Octal | 115 | 303 | 162 | 75 | 0 | 52 | 30 | 213 | 62 | 65 |
| Binary | 1001101 | 11000011 | 1110010 | 111101 | 0 | 101010 | 11000 | 10001011 | 110010 | 110101 |
Color Harmonies of #4DC372
Complementary color
Monochromatic Colors of #4DC372
Black with #4DC372
Text Example
Text Example
White with #4DC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC372; }
p { color: rgb(77,195,114); }
H1.HeaderClassName
{
color: #4DC372;
}
.AnyTagClassName
{
color: #4DC372;
}
</style>
background-color css
<style>
a { background-color: #4DC372; }
a { background-color: rgb(77,195,114); }
div.DivClassName
{
background-color: #4DC372;
}
.BgClassName
{
background-color: #4DC372;
}
</style>
border-color css
<style>
span { border-color: #4DC372; }
span { border-color: rgb(77,195,114); }
td.TdClassName
{
border-color: #4DC372;
}
.TagClassName
{
border-color: #4DC372;
}
</style>