Shades of Emerald #4DBB68
Tints of Emerald #4DBB68
RGB
CMYK
RGB Variations
Color information
#4DBB68 (or 0x4DBB68) is known color: Emerald. HEX triplet: 4D, BB and 68. RGB value is (77,187,104). Sum of RGB (Red+Green+Blue) = 77+187+104=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB68 is #B24497. Grayscale: #909090. Windows color (decimal): -11682968 or 6863693. OLE color: 6863693.
HSL color Cylindrical-coordinate representation of color #4DBB68: hue angle of 134.73º 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 #4DBB68 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 104 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.27 |
| HSL | 134.73º | 0.45% | 0.52% | - |
| HSV(B) | 134.73º | 0.59% | 0.73% | - |
| XYZ | 23.33 | 38.12 | 19.22 | - |
| YUV | 144.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 104 | 0.59 | 0 | 0.44 | 0.27 | 134.73 | 0.45 | 0.52 |
| Hex | 4D | BB | 68 | 3B | 0 | 2C | 1B | 87 | 2D | 34 |
| Octal | 115 | 273 | 150 | 73 | 0 | 54 | 33 | 207 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1101000 | 111011 | 0 | 101100 | 11011 | 10000111 | 101101 | 110100 |
Color Harmonies of #4DBB68
Complementary color
Monochromatic Colors of #4DBB68
Black with #4DBB68
Text Example
Text Example
White with #4DBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB68; }
p { color: rgb(77,187,104); }
H1.HeaderClassName
{
color: #4DBB68;
}
.AnyTagClassName
{
color: #4DBB68;
}
</style>
background-color css
<style>
a { background-color: #4DBB68; }
a { background-color: rgb(77,187,104); }
div.DivClassName
{
background-color: #4DBB68;
}
.BgClassName
{
background-color: #4DBB68;
}
</style>
border-color css
<style>
span { border-color: #4DBB68; }
span { border-color: rgb(77,187,104); }
td.TdClassName
{
border-color: #4DBB68;
}
.TagClassName
{
border-color: #4DBB68;
}
</style>