Shades of Emerald #4DBC84
Tints of Emerald #4DBC84
RGB
CMYK
RGB Variations
Color information
#4DBC84 (or 0x4DBC84) is known color: Emerald. HEX triplet: 4D, BC and 84. RGB value is (77,188,132). Sum of RGB (Red+Green+Blue) = 77+188+132=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC84 is #B2437B. Grayscale: #949494. Windows color (decimal): -11682684 or 8698957. OLE color: 8698957.
HSL color Cylindrical-coordinate representation of color #4DBC84: hue angle of 149.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBC84 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 132 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.26 |
| HSL | 149.73º | 0.45% | 0.52% | - |
| HSV(B) | 149.73º | 0.59% | 0.74% | - |
| XYZ | 25.21 | 39.21 | 28.07 | - |
| YUV | 148.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 132 | 0.59 | 0 | 0.30 | 0.26 | 149.73 | 0.45 | 0.52 |
| Hex | 4D | BC | 84 | 3B | 0 | 1E | 1A | 96 | 2D | 34 |
| Octal | 115 | 274 | 204 | 73 | 0 | 36 | 32 | 226 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10000100 | 111011 | 0 | 11110 | 11010 | 10010110 | 101101 | 110100 |
Color Harmonies of #4DBC84
Complementary color
Monochromatic Colors of #4DBC84
Black with #4DBC84
Text Example
Text Example
White with #4DBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC84; }
p { color: rgb(77,188,132); }
H1.HeaderClassName
{
color: #4DBC84;
}
.AnyTagClassName
{
color: #4DBC84;
}
</style>
background-color css
<style>
a { background-color: #4DBC84; }
a { background-color: rgb(77,188,132); }
div.DivClassName
{
background-color: #4DBC84;
}
.BgClassName
{
background-color: #4DBC84;
}
</style>
border-color css
<style>
span { border-color: #4DBC84; }
span { border-color: rgb(77,188,132); }
td.TdClassName
{
border-color: #4DBC84;
}
.TagClassName
{
border-color: #4DBC84;
}
</style>