Shades of Emerald #4DBF68
Tints of Emerald #4DBF68
RGB
CMYK
RGB Variations
Color information
#4DBF68 (or 0x4DBF68) is known color: Emerald. HEX triplet: 4D, BF and 68. RGB value is (77,191,104). Sum of RGB (Red+Green+Blue) = 77+191+104=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF68 is #B24097. Grayscale: #939393. Windows color (decimal): -11681944 or 6864717. OLE color: 6864717.
HSL color Cylindrical-coordinate representation of color #4DBF68: hue angle of 134.21º 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 #4DBF68 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 104 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.25 |
| HSL | 134.21º | 0.47% | 0.53% | - |
| HSV(B) | 134.21º | 0.6% | 0.75% | - |
| XYZ | 24.19 | 39.84 | 19.51 | - |
| YUV | 147 | 103.73 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 104 | 0.60 | 0 | 0.46 | 0.25 | 134.21 | 0.47 | 0.53 |
| Hex | 4D | BF | 68 | 3C | 0 | 2E | 19 | 86 | 2F | 35 |
| Octal | 115 | 277 | 150 | 74 | 0 | 56 | 31 | 206 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1101000 | 111100 | 0 | 101110 | 11001 | 10000110 | 101111 | 110101 |
Color Harmonies of #4DBF68
Complementary color
Monochromatic Colors of #4DBF68
Black with #4DBF68
Text Example
Text Example
White with #4DBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF68; }
p { color: rgb(77,191,104); }
H1.HeaderClassName
{
color: #4DBF68;
}
.AnyTagClassName
{
color: #4DBF68;
}
</style>
background-color css
<style>
a { background-color: #4DBF68; }
a { background-color: rgb(77,191,104); }
div.DivClassName
{
background-color: #4DBF68;
}
.BgClassName
{
background-color: #4DBF68;
}
</style>
border-color css
<style>
span { border-color: #4DBF68; }
span { border-color: rgb(77,191,104); }
td.TdClassName
{
border-color: #4DBF68;
}
.TagClassName
{
border-color: #4DBF68;
}
</style>