Shades of Emerald #4CC084
Tints of Emerald #4CC084
RGB
CMYK
RGB Variations
Color information
#4CC084 (or 0x4CC084) is known color: Emerald. HEX triplet: 4C, C0 and 84. RGB value is (76,192,132). Sum of RGB (Red+Green+Blue) = 76+192+132=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC084 is #B33F7B. Grayscale: #969696. Windows color (decimal): -11747196 or 8699980. OLE color: 8699980.
HSL color Cylindrical-coordinate representation of color #4CC084: hue angle of 148.97º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC084 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 132 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.25 |
| HSL | 148.97º | 0.48% | 0.53% | - |
| HSV(B) | 148.97º | 0.6% | 0.75% | - |
| XYZ | 25.99 | 40.9 | 28.35 | - |
| YUV | 150.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 132 | 0.60 | 0 | 0.31 | 0.25 | 148.97 | 0.48 | 0.53 |
| Hex | 4C | C0 | 84 | 3C | 0 | 1F | 19 | 95 | 30 | 35 |
| Octal | 114 | 300 | 204 | 74 | 0 | 37 | 31 | 225 | 60 | 65 |
| Binary | 1001100 | 11000000 | 10000100 | 111100 | 0 | 11111 | 11001 | 10010101 | 110000 | 110101 |
Color Harmonies of #4CC084
Complementary color
Monochromatic Colors of #4CC084
Black with #4CC084
Text Example
Text Example
White with #4CC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC084; }
p { color: rgb(76,192,132); }
H1.HeaderClassName
{
color: #4CC084;
}
.AnyTagClassName
{
color: #4CC084;
}
</style>
background-color css
<style>
a { background-color: #4CC084; }
a { background-color: rgb(76,192,132); }
div.DivClassName
{
background-color: #4CC084;
}
.BgClassName
{
background-color: #4CC084;
}
</style>
border-color css
<style>
span { border-color: #4CC084; }
span { border-color: rgb(76,192,132); }
td.TdClassName
{
border-color: #4CC084;
}
.TagClassName
{
border-color: #4CC084;
}
</style>