Shades of Emerald #4DBF73
Tints of Emerald #4DBF73
RGB
CMYK
RGB Variations
Color information
#4DBF73 (or 0x4DBF73) is known color: Emerald. HEX triplet: 4D, BF and 73. RGB value is (77,191,115). Sum of RGB (Red+Green+Blue) = 77+191+115=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF73 is #B2408C. Grayscale: #949494. Windows color (decimal): -11681933 or 7585613. OLE color: 7585613.
HSL color Cylindrical-coordinate representation of color #4DBF73: hue angle of 140º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF73 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 115 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.25 |
| HSL | 140º | 0.47% | 0.53% | - |
| HSV(B) | 140º | 0.6% | 0.75% | - |
| XYZ | 24.79 | 40.08 | 22.65 | - |
| YUV | 148.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 115 | 0.60 | 0 | 0.40 | 0.25 | 140 | 0.47 | 0.53 |
| Hex | 4D | BF | 73 | 3C | 0 | 28 | 19 | 8C | 2F | 35 |
| Octal | 115 | 277 | 163 | 74 | 0 | 50 | 31 | 214 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1110011 | 111100 | 0 | 101000 | 11001 | 10001100 | 101111 | 110101 |
Color Harmonies of #4DBF73
Complementary color
Monochromatic Colors of #4DBF73
Black with #4DBF73
Text Example
Text Example
White with #4DBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF73; }
p { color: rgb(77,191,115); }
H1.HeaderClassName
{
color: #4DBF73;
}
.AnyTagClassName
{
color: #4DBF73;
}
</style>
background-color css
<style>
a { background-color: #4DBF73; }
a { background-color: rgb(77,191,115); }
div.DivClassName
{
background-color: #4DBF73;
}
.BgClassName
{
background-color: #4DBF73;
}
</style>
border-color css
<style>
span { border-color: #4DBF73; }
span { border-color: rgb(77,191,115); }
td.TdClassName
{
border-color: #4DBF73;
}
.TagClassName
{
border-color: #4DBF73;
}
</style>