Shades of Emerald #4DBD83
Tints of Emerald #4DBD83
RGB
CMYK
RGB Variations
Color information
#4DBD83 (or 0x4DBD83) is known color: Emerald. HEX triplet: 4D, BD and 83. RGB value is (77,189,131). Sum of RGB (Red+Green+Blue) = 77+189+131=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBD83 is #B2427C. Grayscale: #959595. Windows color (decimal): -11682429 or 8633677. OLE color: 8633677.
HSL color Cylindrical-coordinate representation of color #4DBD83: hue angle of 148.93º degrees, saturation: 0.46, 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 #4DBD83 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 131 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.26 |
| HSL | 148.93º | 0.46% | 0.52% | - |
| HSV(B) | 148.93º | 0.59% | 0.74% | - |
| XYZ | 25.35 | 39.61 | 27.78 | - |
| YUV | 148.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 131 | 0.59 | 0 | 0.31 | 0.26 | 148.93 | 0.46 | 0.52 |
| Hex | 4D | BD | 83 | 3B | 0 | 1F | 1A | 95 | 2E | 34 |
| Octal | 115 | 275 | 203 | 73 | 0 | 37 | 32 | 225 | 56 | 64 |
| Binary | 1001101 | 10111101 | 10000011 | 111011 | 0 | 11111 | 11010 | 10010101 | 101110 | 110100 |
Color Harmonies of #4DBD83
Complementary color
Monochromatic Colors of #4DBD83
Black with #4DBD83
Text Example
Text Example
White with #4DBD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD83; }
p { color: rgb(77,189,131); }
H1.HeaderClassName
{
color: #4DBD83;
}
.AnyTagClassName
{
color: #4DBD83;
}
</style>
background-color css
<style>
a { background-color: #4DBD83; }
a { background-color: rgb(77,189,131); }
div.DivClassName
{
background-color: #4DBD83;
}
.BgClassName
{
background-color: #4DBD83;
}
</style>
border-color css
<style>
span { border-color: #4DBD83; }
span { border-color: rgb(77,189,131); }
td.TdClassName
{
border-color: #4DBD83;
}
.TagClassName
{
border-color: #4DBD83;
}
</style>