Shades of Emerald #4DBC6A
Tints of Emerald #4DBC6A
RGB
CMYK
RGB Variations
Color information
#4DBC6A (or 0x4DBC6A) is known color: Emerald. HEX triplet: 4D, BC and 6A. RGB value is (77,188,106). Sum of RGB (Red+Green+Blue) = 77+188+106=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC6A is #B24395. Grayscale: #919191. Windows color (decimal): -11682710 or 6995021. OLE color: 6995021.
HSL color Cylindrical-coordinate representation of color #4DBC6A: hue angle of 135.68º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBC6A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 106 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.26 |
| HSL | 135.68º | 0.45% | 0.52% | - |
| HSV(B) | 135.68º | 0.59% | 0.74% | - |
| XYZ | 23.65 | 38.58 | 19.84 | - |
| YUV | 145.46 | 105.73 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 106 | 0.59 | 0 | 0.44 | 0.26 | 135.68 | 0.45 | 0.52 |
| Hex | 4D | BC | 6A | 3B | 0 | 2C | 1A | 88 | 2D | 34 |
| Octal | 115 | 274 | 152 | 73 | 0 | 54 | 32 | 210 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1101010 | 111011 | 0 | 101100 | 11010 | 10001000 | 101101 | 110100 |
Color Harmonies of #4DBC6A
Complementary color
Monochromatic Colors of #4DBC6A
Black with #4DBC6A
Text Example
Text Example
White with #4DBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC6A; }
p { color: rgb(77,188,106); }
H1.HeaderClassName
{
color: #4DBC6A;
}
.AnyTagClassName
{
color: #4DBC6A;
}
</style>
background-color css
<style>
a { background-color: #4DBC6A; }
a { background-color: rgb(77,188,106); }
div.DivClassName
{
background-color: #4DBC6A;
}
.BgClassName
{
background-color: #4DBC6A;
}
</style>
border-color css
<style>
span { border-color: #4DBC6A; }
span { border-color: rgb(77,188,106); }
td.TdClassName
{
border-color: #4DBC6A;
}
.TagClassName
{
border-color: #4DBC6A;
}
</style>