Shades of Emerald #4CCC72
Tints of Emerald #4CCC72
RGB
CMYK
RGB Variations
Color information
#4CCC72 (or 0x4CCC72) is known color: Emerald. HEX triplet: 4C, CC and 72. RGB value is (76,204,114). Sum of RGB (Red+Green+Blue) = 76+204+114=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCC72 is #B3338D. Grayscale: #9B9B9B. Windows color (decimal): -11744142 or 7523404. OLE color: 7523404.
HSL color Cylindrical-coordinate representation of color #4CCC72: hue angle of 137.81º 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 #4CCC72 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 114 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.2 |
| HSL | 137.81º | 0.56% | 0.55% | - |
| HSV(B) | 137.81º | 0.63% | 0.8% | - |
| XYZ | 27.61 | 45.94 | 23.33 | - |
| YUV | 155.47 | 104.59 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 114 | 0.63 | 0 | 0.44 | 0.2 | 137.81 | 0.56 | 0.55 |
| Hex | 4C | CC | 72 | 3F | 0 | 2C | 14 | 8A | 38 | 37 |
| Octal | 114 | 314 | 162 | 77 | 0 | 54 | 24 | 212 | 70 | 67 |
| Binary | 1001100 | 11001100 | 1110010 | 111111 | 0 | 101100 | 10100 | 10001010 | 111000 | 110111 |
Color Harmonies of #4CCC72
Complementary color
Monochromatic Colors of #4CCC72
Black with #4CCC72
Text Example
Text Example
White with #4CCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC72; }
p { color: rgb(76,204,114); }
H1.HeaderClassName
{
color: #4CCC72;
}
.AnyTagClassName
{
color: #4CCC72;
}
</style>
background-color css
<style>
a { background-color: #4CCC72; }
a { background-color: rgb(76,204,114); }
div.DivClassName
{
background-color: #4CCC72;
}
.BgClassName
{
background-color: #4CCC72;
}
</style>
border-color css
<style>
span { border-color: #4CCC72; }
span { border-color: rgb(76,204,114); }
td.TdClassName
{
border-color: #4CCC72;
}
.TagClassName
{
border-color: #4CCC72;
}
</style>