Shades of Emerald #4CB97C
Tints of Emerald #4CB97C
RGB
CMYK
RGB Variations
Color information
#4CB97C (or 0x4CB97C) is known color: Emerald. HEX triplet: 4C, B9 and 7C. RGB value is (76,185,124). Sum of RGB (Red+Green+Blue) = 76+185+124=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB97C is #B34683. Grayscale: #919191. Windows color (decimal): -11748996 or 8173900. OLE color: 8173900.
HSL color Cylindrical-coordinate representation of color #4CB97C: hue angle of 146.42º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB97C is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 124 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.27 |
| HSL | 146.42º | 0.44% | 0.51% | - |
| HSV(B) | 146.42º | 0.59% | 0.73% | - |
| XYZ | 23.97 | 37.69 | 25.08 | - |
| YUV | 145.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 124 | 0.59 | 0 | 0.33 | 0.27 | 146.42 | 0.44 | 0.51 |
| Hex | 4C | B9 | 7C | 3B | 0 | 21 | 1B | 92 | 2C | 33 |
| Octal | 114 | 271 | 174 | 73 | 0 | 41 | 33 | 222 | 54 | 63 |
| Binary | 1001100 | 10111001 | 1111100 | 111011 | 0 | 100001 | 11011 | 10010010 | 101100 | 110011 |
Color Harmonies of #4CB97C
Complementary color
Monochromatic Colors of #4CB97C
Black with #4CB97C
Text Example
Text Example
White with #4CB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB97C; }
p { color: rgb(76,185,124); }
H1.HeaderClassName
{
color: #4CB97C;
}
.AnyTagClassName
{
color: #4CB97C;
}
</style>
background-color css
<style>
a { background-color: #4CB97C; }
a { background-color: rgb(76,185,124); }
div.DivClassName
{
background-color: #4CB97C;
}
.BgClassName
{
background-color: #4CB97C;
}
</style>
border-color css
<style>
span { border-color: #4CB97C; }
span { border-color: rgb(76,185,124); }
td.TdClassName
{
border-color: #4CB97C;
}
.TagClassName
{
border-color: #4CB97C;
}
</style>