Shades of Emerald #4DBF74
Tints of Emerald #4DBF74
RGB
CMYK
RGB Variations
Color information
#4DBF74 (or 0x4DBF74) is known color: Emerald. HEX triplet: 4D, BF and 74. RGB value is (77,191,116). Sum of RGB (Red+Green+Blue) = 77+191+116=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF74 is #B2408B. Grayscale: #949494. Windows color (decimal): -11681932 or 7651149. OLE color: 7651149.
HSL color Cylindrical-coordinate representation of color #4DBF74: hue angle of 140.53º 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 #4DBF74 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 116 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.25 |
| HSL | 140.53º | 0.47% | 0.53% | - |
| HSV(B) | 140.53º | 0.6% | 0.75% | - |
| XYZ | 24.84 | 40.1 | 22.95 | - |
| YUV | 148.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 116 | 0.60 | 0 | 0.39 | 0.25 | 140.53 | 0.47 | 0.53 |
| Hex | 4D | BF | 74 | 3C | 0 | 27 | 19 | 8D | 2F | 35 |
| Octal | 115 | 277 | 164 | 74 | 0 | 47 | 31 | 215 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1110100 | 111100 | 0 | 100111 | 11001 | 10001101 | 101111 | 110101 |
Color Harmonies of #4DBF74
Complementary color
Monochromatic Colors of #4DBF74
Black with #4DBF74
Text Example
Text Example
White with #4DBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF74; }
p { color: rgb(77,191,116); }
H1.HeaderClassName
{
color: #4DBF74;
}
.AnyTagClassName
{
color: #4DBF74;
}
</style>
background-color css
<style>
a { background-color: #4DBF74; }
a { background-color: rgb(77,191,116); }
div.DivClassName
{
background-color: #4DBF74;
}
.BgClassName
{
background-color: #4DBF74;
}
</style>
border-color css
<style>
span { border-color: #4DBF74; }
span { border-color: rgb(77,191,116); }
td.TdClassName
{
border-color: #4DBF74;
}
.TagClassName
{
border-color: #4DBF74;
}
</style>