Shades of Emerald #4DBE8A
Tints of Emerald #4DBE8A
RGB
CMYK
RGB Variations
Color information
#4DBE8A (or 0x4DBE8A) is known color: Emerald. HEX triplet: 4D, BE and 8A. RGB value is (77,190,138). Sum of RGB (Red+Green+Blue) = 77+190+138=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE8A is #B24175. Grayscale: #969696. Windows color (decimal): -11682166 or 9092685. OLE color: 9092685.
HSL color Cylindrical-coordinate representation of color #4DBE8A: hue angle of 152.39º 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 #4DBE8A is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 138 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.25 |
| HSL | 152.39º | 0.47% | 0.52% | - |
| HSV(B) | 152.39º | 0.59% | 0.75% | - |
| XYZ | 26.06 | 40.24 | 30.44 | - |
| YUV | 150.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 138 | 0.59 | 0 | 0.27 | 0.25 | 152.39 | 0.47 | 0.52 |
| Hex | 4D | BE | 8A | 3B | 0 | 1B | 19 | 98 | 2F | 34 |
| Octal | 115 | 276 | 212 | 73 | 0 | 33 | 31 | 230 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10001010 | 111011 | 0 | 11011 | 11001 | 10011000 | 101111 | 110100 |
Color Harmonies of #4DBE8A
Complementary color
Monochromatic Colors of #4DBE8A
Black with #4DBE8A
Text Example
Text Example
White with #4DBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE8A; }
p { color: rgb(77,190,138); }
H1.HeaderClassName
{
color: #4DBE8A;
}
.AnyTagClassName
{
color: #4DBE8A;
}
</style>
background-color css
<style>
a { background-color: #4DBE8A; }
a { background-color: rgb(77,190,138); }
div.DivClassName
{
background-color: #4DBE8A;
}
.BgClassName
{
background-color: #4DBE8A;
}
</style>
border-color css
<style>
span { border-color: #4DBE8A; }
span { border-color: rgb(77,190,138); }
td.TdClassName
{
border-color: #4DBE8A;
}
.TagClassName
{
border-color: #4DBE8A;
}
</style>