Shades of Emerald #4DB967
Tints of Emerald #4DB967
RGB
CMYK
RGB Variations
Color information
#4DB967 (or 0x4DB967) is known color: Emerald. HEX triplet: 4D, B9 and 67. RGB value is (77,185,103). Sum of RGB (Red+Green+Blue) = 77+185+103=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB967 is #B24698. Grayscale: #8F8F8F. Windows color (decimal): -11683481 or 6797645. OLE color: 6797645.
HSL color Cylindrical-coordinate representation of color #4DB967: hue angle of 134.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB967 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 103 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.27 |
| HSL | 134.44º | 0.44% | 0.51% | - |
| HSV(B) | 134.44º | 0.58% | 0.73% | - |
| XYZ | 22.86 | 37.25 | 18.82 | - |
| YUV | 143.36 | 105.22 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 103 | 0.58 | 0 | 0.44 | 0.27 | 134.44 | 0.44 | 0.51 |
| Hex | 4D | B9 | 67 | 3A | 0 | 2C | 1B | 86 | 2C | 33 |
| Octal | 115 | 271 | 147 | 72 | 0 | 54 | 33 | 206 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1100111 | 111010 | 0 | 101100 | 11011 | 10000110 | 101100 | 110011 |
Color Harmonies of #4DB967
Complementary color
Monochromatic Colors of #4DB967
Black with #4DB967
Text Example
Text Example
White with #4DB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB967; }
p { color: rgb(77,185,103); }
H1.HeaderClassName
{
color: #4DB967;
}
.AnyTagClassName
{
color: #4DB967;
}
</style>
background-color css
<style>
a { background-color: #4DB967; }
a { background-color: rgb(77,185,103); }
div.DivClassName
{
background-color: #4DB967;
}
.BgClassName
{
background-color: #4DB967;
}
</style>
border-color css
<style>
span { border-color: #4DB967; }
span { border-color: rgb(77,185,103); }
td.TdClassName
{
border-color: #4DB967;
}
.TagClassName
{
border-color: #4DB967;
}
</style>