Shades of Emerald #4DC668
Tints of Emerald #4DC668
RGB
CMYK
RGB Variations
Color information
#4DC668 (or 0x4DC668) is known color: Emerald. HEX triplet: 4D, C6 and 68. RGB value is (77,198,104). Sum of RGB (Red+Green+Blue) = 77+198+104=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC668 is #B23997. Grayscale: #979797. Windows color (decimal): -11680152 or 6866509. OLE color: 6866509.
HSL color Cylindrical-coordinate representation of color #4DC668: hue angle of 133.39º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC668 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 104 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.22 |
| HSL | 133.39º | 0.51% | 0.54% | - |
| HSV(B) | 133.39º | 0.61% | 0.78% | - |
| XYZ | 25.75 | 42.97 | 20.03 | - |
| YUV | 151.11 | 101.41 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 104 | 0.61 | 0 | 0.47 | 0.22 | 133.39 | 0.51 | 0.54 |
| Hex | 4D | C6 | 68 | 3D | 0 | 2F | 16 | 85 | 33 | 36 |
| Octal | 115 | 306 | 150 | 75 | 0 | 57 | 26 | 205 | 63 | 66 |
| Binary | 1001101 | 11000110 | 1101000 | 111101 | 0 | 101111 | 10110 | 10000101 | 110011 | 110110 |
Color Harmonies of #4DC668
Complementary color
Monochromatic Colors of #4DC668
Black with #4DC668
Text Example
Text Example
White with #4DC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC668; }
p { color: rgb(77,198,104); }
H1.HeaderClassName
{
color: #4DC668;
}
.AnyTagClassName
{
color: #4DC668;
}
</style>
background-color css
<style>
a { background-color: #4DC668; }
a { background-color: rgb(77,198,104); }
div.DivClassName
{
background-color: #4DC668;
}
.BgClassName
{
background-color: #4DC668;
}
</style>
border-color css
<style>
span { border-color: #4DC668; }
span { border-color: rgb(77,198,104); }
td.TdClassName
{
border-color: #4DC668;
}
.TagClassName
{
border-color: #4DC668;
}
</style>