Shades of Emerald #4CC384
Tints of Emerald #4CC384
RGB
CMYK
RGB Variations
Color information
#4CC384 (or 0x4CC384) is known color: Emerald. HEX triplet: 4C, C3 and 84. RGB value is (76,195,132). Sum of RGB (Red+Green+Blue) = 76+195+132=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC384 is #B33C7B. Grayscale: #989898. Windows color (decimal): -11746428 or 8700748. OLE color: 8700748.
HSL color Cylindrical-coordinate representation of color #4CC384: hue angle of 148.24º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC384 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 132 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.24 |
| HSL | 148.24º | 0.5% | 0.53% | - |
| HSV(B) | 148.24º | 0.61% | 0.76% | - |
| XYZ | 26.66 | 42.23 | 28.58 | - |
| YUV | 152.24 | 116.58 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 132 | 0.61 | 0 | 0.32 | 0.24 | 148.24 | 0.5 | 0.53 |
| Hex | 4C | C3 | 84 | 3D | 0 | 20 | 18 | 94 | 32 | 35 |
| Octal | 114 | 303 | 204 | 75 | 0 | 40 | 30 | 224 | 62 | 65 |
| Binary | 1001100 | 11000011 | 10000100 | 111101 | 0 | 100000 | 11000 | 10010100 | 110010 | 110101 |
Color Harmonies of #4CC384
Complementary color
Monochromatic Colors of #4CC384
Black with #4CC384
Text Example
Text Example
White with #4CC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC384; }
p { color: rgb(76,195,132); }
H1.HeaderClassName
{
color: #4CC384;
}
.AnyTagClassName
{
color: #4CC384;
}
</style>
background-color css
<style>
a { background-color: #4CC384; }
a { background-color: rgb(76,195,132); }
div.DivClassName
{
background-color: #4CC384;
}
.BgClassName
{
background-color: #4CC384;
}
</style>
border-color css
<style>
span { border-color: #4CC384; }
span { border-color: rgb(76,195,132); }
td.TdClassName
{
border-color: #4CC384;
}
.TagClassName
{
border-color: #4CC384;
}
</style>