Shades of Emerald #4DBB6D
Tints of Emerald #4DBB6D
RGB
CMYK
RGB Variations
Color information
#4DBB6D (or 0x4DBB6D) is known color: Emerald. HEX triplet: 4D, BB and 6D. RGB value is (77,187,109). Sum of RGB (Red+Green+Blue) = 77+187+109=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB6D is #B24492. Grayscale: #919191. Windows color (decimal): -11682963 or 7191373. OLE color: 7191373.
HSL color Cylindrical-coordinate representation of color #4DBB6D: hue angle of 137.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB6D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 109 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.27 |
| HSL | 137.45º | 0.45% | 0.52% | - |
| HSV(B) | 137.45º | 0.59% | 0.73% | - |
| XYZ | 23.59 | 38.22 | 20.6 | - |
| YUV | 145.22 | 107.56 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 109 | 0.59 | 0 | 0.42 | 0.27 | 137.45 | 0.45 | 0.52 |
| Hex | 4D | BB | 6D | 3B | 0 | 2A | 1B | 89 | 2D | 34 |
| Octal | 115 | 273 | 155 | 73 | 0 | 52 | 33 | 211 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1101101 | 111011 | 0 | 101010 | 11011 | 10001001 | 101101 | 110100 |
Color Harmonies of #4DBB6D
Complementary color
Monochromatic Colors of #4DBB6D
Black with #4DBB6D
Text Example
Text Example
White with #4DBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB6D; }
p { color: rgb(77,187,109); }
H1.HeaderClassName
{
color: #4DBB6D;
}
.AnyTagClassName
{
color: #4DBB6D;
}
</style>
background-color css
<style>
a { background-color: #4DBB6D; }
a { background-color: rgb(77,187,109); }
div.DivClassName
{
background-color: #4DBB6D;
}
.BgClassName
{
background-color: #4DBB6D;
}
</style>
border-color css
<style>
span { border-color: #4DBB6D; }
span { border-color: rgb(77,187,109); }
td.TdClassName
{
border-color: #4DBB6D;
}
.TagClassName
{
border-color: #4DBB6D;
}
</style>