Shades of Emerald #4DBF84
Tints of Emerald #4DBF84
RGB
CMYK
RGB Variations
Color information
#4DBF84 (or 0x4DBF84) is known color: Emerald. HEX triplet: 4D, BF and 84. RGB value is (77,191,132). Sum of RGB (Red+Green+Blue) = 77+191+132=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF84 is #B2407B. Grayscale: #969696. Windows color (decimal): -11681916 or 8699725. OLE color: 8699725.
HSL color Cylindrical-coordinate representation of color #4DBF84: hue angle of 148.95º 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 #4DBF84 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 132 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.25 |
| HSL | 148.95º | 0.47% | 0.53% | - |
| HSV(B) | 148.95º | 0.6% | 0.75% | - |
| XYZ | 25.86 | 40.51 | 28.29 | - |
| YUV | 150.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 132 | 0.60 | 0 | 0.31 | 0.25 | 148.95 | 0.47 | 0.53 |
| Hex | 4D | BF | 84 | 3C | 0 | 1F | 19 | 95 | 2F | 35 |
| Octal | 115 | 277 | 204 | 74 | 0 | 37 | 31 | 225 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10000100 | 111100 | 0 | 11111 | 11001 | 10010101 | 101111 | 110101 |
Color Harmonies of #4DBF84
Complementary color
Monochromatic Colors of #4DBF84
Black with #4DBF84
Text Example
Text Example
White with #4DBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF84; }
p { color: rgb(77,191,132); }
H1.HeaderClassName
{
color: #4DBF84;
}
.AnyTagClassName
{
color: #4DBF84;
}
</style>
background-color css
<style>
a { background-color: #4DBF84; }
a { background-color: rgb(77,191,132); }
div.DivClassName
{
background-color: #4DBF84;
}
.BgClassName
{
background-color: #4DBF84;
}
</style>
border-color css
<style>
span { border-color: #4DBF84; }
span { border-color: rgb(77,191,132); }
td.TdClassName
{
border-color: #4DBF84;
}
.TagClassName
{
border-color: #4DBF84;
}
</style>