Shades of Emerald #4DBF6B
Tints of Emerald #4DBF6B
RGB
CMYK
RGB Variations
Color information
#4DBF6B (or 0x4DBF6B) is known color: Emerald. HEX triplet: 4D, BF and 6B. RGB value is (77,191,107). Sum of RGB (Red+Green+Blue) = 77+191+107=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF6B is #B24094. Grayscale: #939393. Windows color (decimal): -11681941 or 7061325. OLE color: 7061325.
HSL color Cylindrical-coordinate representation of color #4DBF6B: hue angle of 135.79º 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 #4DBF6B is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 107 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.25 |
| HSL | 135.79º | 0.47% | 0.53% | - |
| HSV(B) | 135.79º | 0.6% | 0.75% | - |
| XYZ | 24.35 | 39.9 | 20.33 | - |
| YUV | 147.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 107 | 0.60 | 0 | 0.44 | 0.25 | 135.79 | 0.47 | 0.53 |
| Hex | 4D | BF | 6B | 3C | 0 | 2C | 19 | 88 | 2F | 35 |
| Octal | 115 | 277 | 153 | 74 | 0 | 54 | 31 | 210 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1101011 | 111100 | 0 | 101100 | 11001 | 10001000 | 101111 | 110101 |
Color Harmonies of #4DBF6B
Complementary color
Monochromatic Colors of #4DBF6B
Black with #4DBF6B
Text Example
Text Example
White with #4DBF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF6B; }
p { color: rgb(77,191,107); }
H1.HeaderClassName
{
color: #4DBF6B;
}
.AnyTagClassName
{
color: #4DBF6B;
}
</style>
background-color css
<style>
a { background-color: #4DBF6B; }
a { background-color: rgb(77,191,107); }
div.DivClassName
{
background-color: #4DBF6B;
}
.BgClassName
{
background-color: #4DBF6B;
}
</style>
border-color css
<style>
span { border-color: #4DBF6B; }
span { border-color: rgb(77,191,107); }
td.TdClassName
{
border-color: #4DBF6B;
}
.TagClassName
{
border-color: #4DBF6B;
}
</style>