Shades of Emerald #4DBE6A
Tints of Emerald #4DBE6A
RGB
CMYK
RGB Variations
Color information
#4DBE6A (or 0x4DBE6A) is known color: Emerald. HEX triplet: 4D, BE and 6A. RGB value is (77,190,106). Sum of RGB (Red+Green+Blue) = 77+190+106=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE6A is #B24195. Grayscale: #929292. Windows color (decimal): -11682198 or 6995533. OLE color: 6995533.
HSL color Cylindrical-coordinate representation of color #4DBE6A: hue angle of 135.4º 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 #4DBE6A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 106 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.25 |
| HSL | 135.4º | 0.47% | 0.52% | - |
| HSV(B) | 135.4º | 0.59% | 0.75% | - |
| XYZ | 24.08 | 39.45 | 19.98 | - |
| YUV | 146.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 106 | 0.59 | 0 | 0.44 | 0.25 | 135.4 | 0.47 | 0.52 |
| Hex | 4D | BE | 6A | 3B | 0 | 2C | 19 | 87 | 2F | 34 |
| Octal | 115 | 276 | 152 | 73 | 0 | 54 | 31 | 207 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1101010 | 111011 | 0 | 101100 | 11001 | 10000111 | 101111 | 110100 |
Color Harmonies of #4DBE6A
Complementary color
Monochromatic Colors of #4DBE6A
Black with #4DBE6A
Text Example
Text Example
White with #4DBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE6A; }
p { color: rgb(77,190,106); }
H1.HeaderClassName
{
color: #4DBE6A;
}
.AnyTagClassName
{
color: #4DBE6A;
}
</style>
background-color css
<style>
a { background-color: #4DBE6A; }
a { background-color: rgb(77,190,106); }
div.DivClassName
{
background-color: #4DBE6A;
}
.BgClassName
{
background-color: #4DBE6A;
}
</style>
border-color css
<style>
span { border-color: #4DBE6A; }
span { border-color: rgb(77,190,106); }
td.TdClassName
{
border-color: #4DBE6A;
}
.TagClassName
{
border-color: #4DBE6A;
}
</style>