Shades of Emerald #4DBB86
Tints of Emerald #4DBB86
RGB
CMYK
RGB Variations
Color information
#4DBB86 (or 0x4DBB86) is known color: Emerald. HEX triplet: 4D, BB and 86. RGB value is (77,187,134). Sum of RGB (Red+Green+Blue) = 77+187+134=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB86 is #B24479. Grayscale: #949494. Windows color (decimal): -11682938 or 8829773. OLE color: 8829773.
HSL color Cylindrical-coordinate representation of color #4DBB86: hue angle of 151.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB86 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 134 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.27 |
| HSL | 151.09º | 0.45% | 0.52% | - |
| HSV(B) | 151.09º | 0.59% | 0.73% | - |
| XYZ | 25.13 | 38.84 | 28.73 | - |
| YUV | 148.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 134 | 0.59 | 0 | 0.28 | 0.27 | 151.09 | 0.45 | 0.52 |
| Hex | 4D | BB | 86 | 3B | 0 | 1C | 1B | 97 | 2D | 34 |
| Octal | 115 | 273 | 206 | 73 | 0 | 34 | 33 | 227 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10000110 | 111011 | 0 | 11100 | 11011 | 10010111 | 101101 | 110100 |
Color Harmonies of #4DBB86
Complementary color
Monochromatic Colors of #4DBB86
Black with #4DBB86
Text Example
Text Example
White with #4DBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB86; }
p { color: rgb(77,187,134); }
H1.HeaderClassName
{
color: #4DBB86;
}
.AnyTagClassName
{
color: #4DBB86;
}
</style>
background-color css
<style>
a { background-color: #4DBB86; }
a { background-color: rgb(77,187,134); }
div.DivClassName
{
background-color: #4DBB86;
}
.BgClassName
{
background-color: #4DBB86;
}
</style>
border-color css
<style>
span { border-color: #4DBB86; }
span { border-color: rgb(77,187,134); }
td.TdClassName
{
border-color: #4DBB86;
}
.TagClassName
{
border-color: #4DBB86;
}
</style>