Shades of Emerald #4DBF87
Tints of Emerald #4DBF87
RGB
CMYK
RGB Variations
Color information
#4DBF87 (or 0x4DBF87) is known color: Emerald. HEX triplet: 4D, BF and 87. RGB value is (77,191,135). Sum of RGB (Red+Green+Blue) = 77+191+135=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF87 is #B24078. Grayscale: #969696. Windows color (decimal): -11681913 or 8896333. OLE color: 8896333.
HSL color Cylindrical-coordinate representation of color #4DBF87: hue angle of 150.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 #4DBF87 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 135 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.25 |
| HSL | 150.53º | 0.47% | 0.53% | - |
| HSV(B) | 150.53º | 0.6% | 0.75% | - |
| XYZ | 26.06 | 40.59 | 29.38 | - |
| YUV | 150.53 | 119.23 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 135 | 0.60 | 0 | 0.29 | 0.25 | 150.53 | 0.47 | 0.53 |
| Hex | 4D | BF | 87 | 3C | 0 | 1D | 19 | 97 | 2F | 35 |
| Octal | 115 | 277 | 207 | 74 | 0 | 35 | 31 | 227 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10000111 | 111100 | 0 | 11101 | 11001 | 10010111 | 101111 | 110101 |
Color Harmonies of #4DBF87
Complementary color
Monochromatic Colors of #4DBF87
Black with #4DBF87
Text Example
Text Example
White with #4DBF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF87; }
p { color: rgb(77,191,135); }
H1.HeaderClassName
{
color: #4DBF87;
}
.AnyTagClassName
{
color: #4DBF87;
}
</style>
background-color css
<style>
a { background-color: #4DBF87; }
a { background-color: rgb(77,191,135); }
div.DivClassName
{
background-color: #4DBF87;
}
.BgClassName
{
background-color: #4DBF87;
}
</style>
border-color css
<style>
span { border-color: #4DBF87; }
span { border-color: rgb(77,191,135); }
td.TdClassName
{
border-color: #4DBF87;
}
.TagClassName
{
border-color: #4DBF87;
}
</style>