Shades of Emerald #4DCC6C
Tints of Emerald #4DCC6C
RGB
CMYK
RGB Variations
Color information
#4DCC6C (or 0x4DCC6C) is known color: Emerald. HEX triplet: 4D, CC and 6C. RGB value is (77,204,108). Sum of RGB (Red+Green+Blue) = 77+204+108=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCC6C is #B23393. Grayscale: #9B9B9B. Windows color (decimal): -11678612 or 7130189. OLE color: 7130189.
HSL color Cylindrical-coordinate representation of color #4DCC6C: hue angle of 134.65º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCC6C is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 108 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.2 |
| HSL | 134.65º | 0.55% | 0.55% | - |
| HSV(B) | 134.65º | 0.62% | 0.8% | - |
| XYZ | 27.36 | 45.85 | 21.59 | - |
| YUV | 155.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 108 | 0.62 | 0 | 0.47 | 0.2 | 134.65 | 0.55 | 0.55 |
| Hex | 4D | CC | 6C | 3E | 0 | 2F | 14 | 87 | 37 | 37 |
| Octal | 115 | 314 | 154 | 76 | 0 | 57 | 24 | 207 | 67 | 67 |
| Binary | 1001101 | 11001100 | 1101100 | 111110 | 0 | 101111 | 10100 | 10000111 | 110111 | 110111 |
Color Harmonies of #4DCC6C
Complementary color
Monochromatic Colors of #4DCC6C
Black with #4DCC6C
Text Example
Text Example
White with #4DCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC6C; }
p { color: rgb(77,204,108); }
H1.HeaderClassName
{
color: #4DCC6C;
}
.AnyTagClassName
{
color: #4DCC6C;
}
</style>
background-color css
<style>
a { background-color: #4DCC6C; }
a { background-color: rgb(77,204,108); }
div.DivClassName
{
background-color: #4DCC6C;
}
.BgClassName
{
background-color: #4DCC6C;
}
</style>
border-color css
<style>
span { border-color: #4DCC6C; }
span { border-color: rgb(77,204,108); }
td.TdClassName
{
border-color: #4DCC6C;
}
.TagClassName
{
border-color: #4DCC6C;
}
</style>