Shades of Emerald #4DBB88
Tints of Emerald #4DBB88
RGB
CMYK
RGB Variations
Color information
#4DBB88 (or 0x4DBB88) is known color: Emerald. HEX triplet: 4D, BB and 88. RGB value is (77,187,136). Sum of RGB (Red+Green+Blue) = 77+187+136=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB88 is #B24477. Grayscale: #949494. Windows color (decimal): -11682936 or 8960845. OLE color: 8960845.
HSL color Cylindrical-coordinate representation of color #4DBB88: hue angle of 152.18º 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 #4DBB88 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 136 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.27 |
| HSL | 152.18º | 0.45% | 0.52% | - |
| HSV(B) | 152.18º | 0.59% | 0.73% | - |
| XYZ | 25.27 | 38.9 | 29.47 | - |
| YUV | 148.3 | 121.06 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 136 | 0.59 | 0 | 0.27 | 0.27 | 152.18 | 0.45 | 0.52 |
| Hex | 4D | BB | 88 | 3B | 0 | 1B | 1B | 98 | 2D | 34 |
| Octal | 115 | 273 | 210 | 73 | 0 | 33 | 33 | 230 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10001000 | 111011 | 0 | 11011 | 11011 | 10011000 | 101101 | 110100 |
Color Harmonies of #4DBB88
Complementary color
Monochromatic Colors of #4DBB88
Black with #4DBB88
Text Example
Text Example
White with #4DBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB88; }
p { color: rgb(77,187,136); }
H1.HeaderClassName
{
color: #4DBB88;
}
.AnyTagClassName
{
color: #4DBB88;
}
</style>
background-color css
<style>
a { background-color: #4DBB88; }
a { background-color: rgb(77,187,136); }
div.DivClassName
{
background-color: #4DBB88;
}
.BgClassName
{
background-color: #4DBB88;
}
</style>
border-color css
<style>
span { border-color: #4DBB88; }
span { border-color: rgb(77,187,136); }
td.TdClassName
{
border-color: #4DBB88;
}
.TagClassName
{
border-color: #4DBB88;
}
</style>