Shades of Emerald #4DBE74
Tints of Emerald #4DBE74
RGB
CMYK
RGB Variations
Color information
#4DBE74 (or 0x4DBE74) is known color: Emerald. HEX triplet: 4D, BE and 74. RGB value is (77,190,116). Sum of RGB (Red+Green+Blue) = 77+190+116=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE74 is #B2418B. Grayscale: #939393. Windows color (decimal): -11682188 or 7650893. OLE color: 7650893.
HSL color Cylindrical-coordinate representation of color #4DBE74: hue angle of 140.71º 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 #4DBE74 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 116 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.25 |
| HSL | 140.71º | 0.47% | 0.52% | - |
| HSV(B) | 140.71º | 0.59% | 0.75% | - |
| XYZ | 24.63 | 39.67 | 22.88 | - |
| YUV | 147.78 | 110.06 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 116 | 0.59 | 0 | 0.39 | 0.25 | 140.71 | 0.47 | 0.52 |
| Hex | 4D | BE | 74 | 3B | 0 | 27 | 19 | 8D | 2F | 34 |
| Octal | 115 | 276 | 164 | 73 | 0 | 47 | 31 | 215 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1110100 | 111011 | 0 | 100111 | 11001 | 10001101 | 101111 | 110100 |
Color Harmonies of #4DBE74
Complementary color
Monochromatic Colors of #4DBE74
Black with #4DBE74
Text Example
Text Example
White with #4DBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE74; }
p { color: rgb(77,190,116); }
H1.HeaderClassName
{
color: #4DBE74;
}
.AnyTagClassName
{
color: #4DBE74;
}
</style>
background-color css
<style>
a { background-color: #4DBE74; }
a { background-color: rgb(77,190,116); }
div.DivClassName
{
background-color: #4DBE74;
}
.BgClassName
{
background-color: #4DBE74;
}
</style>
border-color css
<style>
span { border-color: #4DBE74; }
span { border-color: rgb(77,190,116); }
td.TdClassName
{
border-color: #4DBE74;
}
.TagClassName
{
border-color: #4DBE74;
}
</style>