Shades of Emerald #4DBE7D
Tints of Emerald #4DBE7D
RGB
CMYK
RGB Variations
Color information
#4DBE7D (or 0x4DBE7D) is known color: Emerald. HEX triplet: 4D, BE and 7D. RGB value is (77,190,125). Sum of RGB (Red+Green+Blue) = 77+190+125=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE7D is #B24182. Grayscale: #949494. Windows color (decimal): -11682179 or 8240717. OLE color: 8240717.
HSL color Cylindrical-coordinate representation of color #4DBE7D: hue angle of 145.49º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE7D is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 125 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.25 |
| HSL | 145.49º | 0.47% | 0.52% | - |
| HSV(B) | 145.49º | 0.59% | 0.75% | - |
| XYZ | 25.18 | 39.89 | 25.77 | - |
| YUV | 148.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 125 | 0.59 | 0 | 0.34 | 0.25 | 145.49 | 0.47 | 0.52 |
| Hex | 4D | BE | 7D | 3B | 0 | 22 | 19 | 91 | 2F | 34 |
| Octal | 115 | 276 | 175 | 73 | 0 | 42 | 31 | 221 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1111101 | 111011 | 0 | 100010 | 11001 | 10010001 | 101111 | 110100 |
Color Harmonies of #4DBE7D
Complementary color
Monochromatic Colors of #4DBE7D
Black with #4DBE7D
Text Example
Text Example
White with #4DBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE7D; }
p { color: rgb(77,190,125); }
H1.HeaderClassName
{
color: #4DBE7D;
}
.AnyTagClassName
{
color: #4DBE7D;
}
</style>
background-color css
<style>
a { background-color: #4DBE7D; }
a { background-color: rgb(77,190,125); }
div.DivClassName
{
background-color: #4DBE7D;
}
.BgClassName
{
background-color: #4DBE7D;
}
</style>
border-color css
<style>
span { border-color: #4DBE7D; }
span { border-color: rgb(77,190,125); }
td.TdClassName
{
border-color: #4DBE7D;
}
.TagClassName
{
border-color: #4DBE7D;
}
</style>