Shades of Emerald #4DBE78
Tints of Emerald #4DBE78
RGB
CMYK
RGB Variations
Color information
#4DBE78 (or 0x4DBE78) is known color: Emerald. HEX triplet: 4D, BE and 78. RGB value is (77,190,120). Sum of RGB (Red+Green+Blue) = 77+190+120=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE78 is #B24187. Grayscale: #949494. Windows color (decimal): -11682184 or 7913037. OLE color: 7913037.
HSL color Cylindrical-coordinate representation of color #4DBE78: hue angle of 142.83º 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 #4DBE78 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 120 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.25 |
| HSL | 142.83º | 0.47% | 0.52% | - |
| HSV(B) | 142.83º | 0.59% | 0.75% | - |
| XYZ | 24.86 | 39.76 | 24.13 | - |
| YUV | 148.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 120 | 0.59 | 0 | 0.37 | 0.25 | 142.83 | 0.47 | 0.52 |
| Hex | 4D | BE | 78 | 3B | 0 | 25 | 19 | 8F | 2F | 34 |
| Octal | 115 | 276 | 170 | 73 | 0 | 45 | 31 | 217 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1111000 | 111011 | 0 | 100101 | 11001 | 10001111 | 101111 | 110100 |
Color Harmonies of #4DBE78
Complementary color
Monochromatic Colors of #4DBE78
Black with #4DBE78
Text Example
Text Example
White with #4DBE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE78; }
p { color: rgb(77,190,120); }
H1.HeaderClassName
{
color: #4DBE78;
}
.AnyTagClassName
{
color: #4DBE78;
}
</style>
background-color css
<style>
a { background-color: #4DBE78; }
a { background-color: rgb(77,190,120); }
div.DivClassName
{
background-color: #4DBE78;
}
.BgClassName
{
background-color: #4DBE78;
}
</style>
border-color css
<style>
span { border-color: #4DBE78; }
span { border-color: rgb(77,190,120); }
td.TdClassName
{
border-color: #4DBE78;
}
.TagClassName
{
border-color: #4DBE78;
}
</style>