Shades of Emerald #4CCC8B
Tints of Emerald #4CCC8B
RGB
CMYK
RGB Variations
Color information
#4CCC8B (or 0x4CCC8B) is known color: Emerald. HEX triplet: 4C, CC and 8B. RGB value is (76,204,139). Sum of RGB (Red+Green+Blue) = 76+204+139=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCC8B is #B33374. Grayscale: #9E9E9E. Windows color (decimal): -11744117 or 9161804. OLE color: 9161804.
HSL color Cylindrical-coordinate representation of color #4CCC8B: hue angle of 149.53º 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 #4CCC8B is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 139 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.2 |
| HSL | 149.53º | 0.56% | 0.55% | - |
| HSV(B) | 149.53º | 0.63% | 0.8% | - |
| XYZ | 29.23 | 46.59 | 31.88 | - |
| YUV | 158.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 139 | 0.63 | 0 | 0.32 | 0.2 | 149.53 | 0.56 | 0.55 |
| Hex | 4C | CC | 8B | 3F | 0 | 20 | 14 | 96 | 38 | 37 |
| Octal | 114 | 314 | 213 | 77 | 0 | 40 | 24 | 226 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10001011 | 111111 | 0 | 100000 | 10100 | 10010110 | 111000 | 110111 |
Color Harmonies of #4CCC8B
Complementary color
Monochromatic Colors of #4CCC8B
Black with #4CCC8B
Text Example
Text Example
White with #4CCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC8B; }
p { color: rgb(76,204,139); }
H1.HeaderClassName
{
color: #4CCC8B;
}
.AnyTagClassName
{
color: #4CCC8B;
}
</style>
background-color css
<style>
a { background-color: #4CCC8B; }
a { background-color: rgb(76,204,139); }
div.DivClassName
{
background-color: #4CCC8B;
}
.BgClassName
{
background-color: #4CCC8B;
}
</style>
border-color css
<style>
span { border-color: #4CCC8B; }
span { border-color: rgb(76,204,139); }
td.TdClassName
{
border-color: #4CCC8B;
}
.TagClassName
{
border-color: #4CCC8B;
}
</style>