Shades of Emerald #4CCC7B
Tints of Emerald #4CCC7B
RGB
CMYK
RGB Variations
Color information
#4CCC7B (or 0x4CCC7B) is known color: Emerald. HEX triplet: 4C, CC and 7B. RGB value is (76,204,123). Sum of RGB (Red+Green+Blue) = 76+204+123=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCC7B is #B33384. Grayscale: #9C9C9C. Windows color (decimal): -11744133 or 8113228. OLE color: 8113228.
HSL color Cylindrical-coordinate representation of color #4CCC7B: hue angle of 142.03º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCC7B is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 123 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.2 |
| HSL | 142.03º | 0.56% | 0.55% | - |
| HSV(B) | 142.03º | 0.63% | 0.8% | - |
| XYZ | 28.15 | 46.15 | 26.16 | - |
| YUV | 156.49 | 109.09 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 123 | 0.63 | 0 | 0.40 | 0.2 | 142.03 | 0.56 | 0.55 |
| Hex | 4C | CC | 7B | 3F | 0 | 28 | 14 | 8E | 38 | 37 |
| Octal | 114 | 314 | 173 | 77 | 0 | 50 | 24 | 216 | 70 | 67 |
| Binary | 1001100 | 11001100 | 1111011 | 111111 | 0 | 101000 | 10100 | 10001110 | 111000 | 110111 |
Color Harmonies of #4CCC7B
Complementary color
Monochromatic Colors of #4CCC7B
Black with #4CCC7B
Text Example
Text Example
White with #4CCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC7B; }
p { color: rgb(76,204,123); }
H1.HeaderClassName
{
color: #4CCC7B;
}
.AnyTagClassName
{
color: #4CCC7B;
}
</style>
background-color css
<style>
a { background-color: #4CCC7B; }
a { background-color: rgb(76,204,123); }
div.DivClassName
{
background-color: #4CCC7B;
}
.BgClassName
{
background-color: #4CCC7B;
}
</style>
border-color css
<style>
span { border-color: #4CCC7B; }
span { border-color: rgb(76,204,123); }
td.TdClassName
{
border-color: #4CCC7B;
}
.TagClassName
{
border-color: #4CCC7B;
}
</style>