Shades of Emerald #4DBE88
Tints of Emerald #4DBE88
RGB
CMYK
RGB Variations
Color information
#4DBE88 (or 0x4DBE88) is known color: Emerald. HEX triplet: 4D, BE and 88. RGB value is (77,190,136). Sum of RGB (Red+Green+Blue) = 77+190+136=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE88 is #B24177. Grayscale: #969696. Windows color (decimal): -11682168 or 8961613. OLE color: 8961613.
HSL color Cylindrical-coordinate representation of color #4DBE88: hue angle of 151.33º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE88 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 136 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.25 |
| HSL | 151.33º | 0.47% | 0.52% | - |
| HSV(B) | 151.33º | 0.59% | 0.75% | - |
| XYZ | 25.92 | 40.18 | 29.68 | - |
| YUV | 150.06 | 120.06 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 136 | 0.59 | 0 | 0.28 | 0.25 | 151.33 | 0.47 | 0.52 |
| Hex | 4D | BE | 88 | 3B | 0 | 1C | 19 | 97 | 2F | 34 |
| Octal | 115 | 276 | 210 | 73 | 0 | 34 | 31 | 227 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10001000 | 111011 | 0 | 11100 | 11001 | 10010111 | 101111 | 110100 |
Color Harmonies of #4DBE88
Complementary color
Monochromatic Colors of #4DBE88
Black with #4DBE88
Text Example
Text Example
White with #4DBE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE88; }
p { color: rgb(77,190,136); }
H1.HeaderClassName
{
color: #4DBE88;
}
.AnyTagClassName
{
color: #4DBE88;
}
</style>
background-color css
<style>
a { background-color: #4DBE88; }
a { background-color: rgb(77,190,136); }
div.DivClassName
{
background-color: #4DBE88;
}
.BgClassName
{
background-color: #4DBE88;
}
</style>
border-color css
<style>
span { border-color: #4DBE88; }
span { border-color: rgb(77,190,136); }
td.TdClassName
{
border-color: #4DBE88;
}
.TagClassName
{
border-color: #4DBE88;
}
</style>