Shades of Emerald #4DC384
Tints of Emerald #4DC384
RGB
CMYK
RGB Variations
Color information
#4DC384 (or 0x4DC384) is known color: Emerald. HEX triplet: 4D, C3 and 84. RGB value is (77,195,132). Sum of RGB (Red+Green+Blue) = 77+195+132=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC384 is #B23C7B. Grayscale: #989898. Windows color (decimal): -11680892 or 8700749. OLE color: 8700749.
HSL color Cylindrical-coordinate representation of color #4DC384: hue angle of 147.97º 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 #4DC384 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 132 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.24 |
| HSL | 147.97º | 0.5% | 0.53% | - |
| HSV(B) | 147.97º | 0.61% | 0.76% | - |
| XYZ | 26.74 | 42.27 | 28.58 | - |
| YUV | 152.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 132 | 0.61 | 0 | 0.32 | 0.24 | 147.97 | 0.5 | 0.53 |
| Hex | 4D | C3 | 84 | 3D | 0 | 20 | 18 | 94 | 32 | 35 |
| Octal | 115 | 303 | 204 | 75 | 0 | 40 | 30 | 224 | 62 | 65 |
| Binary | 1001101 | 11000011 | 10000100 | 111101 | 0 | 100000 | 11000 | 10010100 | 110010 | 110101 |
Color Harmonies of #4DC384
Complementary color
Monochromatic Colors of #4DC384
Black with #4DC384
Text Example
Text Example
White with #4DC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC384; }
p { color: rgb(77,195,132); }
H1.HeaderClassName
{
color: #4DC384;
}
.AnyTagClassName
{
color: #4DC384;
}
</style>
background-color css
<style>
a { background-color: #4DC384; }
a { background-color: rgb(77,195,132); }
div.DivClassName
{
background-color: #4DC384;
}
.BgClassName
{
background-color: #4DC384;
}
</style>
border-color css
<style>
span { border-color: #4DC384; }
span { border-color: rgb(77,195,132); }
td.TdClassName
{
border-color: #4DC384;
}
.TagClassName
{
border-color: #4DC384;
}
</style>