Shades of Emerald #4CC377
Tints of Emerald #4CC377
RGB
CMYK
RGB Variations
Color information
#4CC377 (or 0x4CC377) is known color: Emerald. HEX triplet: 4C, C3 and 77. RGB value is (76,195,119). Sum of RGB (Red+Green+Blue) = 76+195+119=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC377 is #B33C88. Grayscale: #969696. Windows color (decimal): -11746441 or 7848780. OLE color: 7848780.
HSL color Cylindrical-coordinate representation of color #4CC377: hue angle of 141.68º 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 #4CC377 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 119 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.24 |
| HSL | 141.68º | 0.5% | 0.53% | - |
| HSV(B) | 141.68º | 0.61% | 0.76% | - |
| XYZ | 25.83 | 41.9 | 24.18 | - |
| YUV | 150.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 119 | 0.61 | 0 | 0.39 | 0.24 | 141.68 | 0.5 | 0.53 |
| Hex | 4C | C3 | 77 | 3D | 0 | 27 | 18 | 8E | 32 | 35 |
| Octal | 114 | 303 | 167 | 75 | 0 | 47 | 30 | 216 | 62 | 65 |
| Binary | 1001100 | 11000011 | 1110111 | 111101 | 0 | 100111 | 11000 | 10001110 | 110010 | 110101 |
Color Harmonies of #4CC377
Complementary color
Monochromatic Colors of #4CC377
Black with #4CC377
Text Example
Text Example
White with #4CC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC377; }
p { color: rgb(76,195,119); }
H1.HeaderClassName
{
color: #4CC377;
}
.AnyTagClassName
{
color: #4CC377;
}
</style>
background-color css
<style>
a { background-color: #4CC377; }
a { background-color: rgb(76,195,119); }
div.DivClassName
{
background-color: #4CC377;
}
.BgClassName
{
background-color: #4CC377;
}
</style>
border-color css
<style>
span { border-color: #4CC377; }
span { border-color: rgb(76,195,119); }
td.TdClassName
{
border-color: #4CC377;
}
.TagClassName
{
border-color: #4CC377;
}
</style>