Shades of Emerald #4CC381
Tints of Emerald #4CC381
RGB
CMYK
RGB Variations
Color information
#4CC381 (or 0x4CC381) is known color: Emerald. HEX triplet: 4C, C3 and 81. RGB value is (76,195,129). Sum of RGB (Red+Green+Blue) = 76+195+129=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC381 is #B33C7E. Grayscale: #989898. Windows color (decimal): -11746431 or 8504140. OLE color: 8504140.
HSL color Cylindrical-coordinate representation of color #4CC381: hue angle of 146.72º 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 #4CC381 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 129 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.24 |
| HSL | 146.72º | 0.5% | 0.53% | - |
| HSV(B) | 146.72º | 0.61% | 0.76% | - |
| XYZ | 26.46 | 42.15 | 27.51 | - |
| YUV | 151.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 129 | 0.61 | 0 | 0.34 | 0.24 | 146.72 | 0.5 | 0.53 |
| Hex | 4C | C3 | 81 | 3D | 0 | 22 | 18 | 93 | 32 | 35 |
| Octal | 114 | 303 | 201 | 75 | 0 | 42 | 30 | 223 | 62 | 65 |
| Binary | 1001100 | 11000011 | 10000001 | 111101 | 0 | 100010 | 11000 | 10010011 | 110010 | 110101 |
Color Harmonies of #4CC381
Complementary color
Monochromatic Colors of #4CC381
Black with #4CC381
Text Example
Text Example
White with #4CC381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC381; }
p { color: rgb(76,195,129); }
H1.HeaderClassName
{
color: #4CC381;
}
.AnyTagClassName
{
color: #4CC381;
}
</style>
background-color css
<style>
a { background-color: #4CC381; }
a { background-color: rgb(76,195,129); }
div.DivClassName
{
background-color: #4CC381;
}
.BgClassName
{
background-color: #4CC381;
}
</style>
border-color css
<style>
span { border-color: #4CC381; }
span { border-color: rgb(76,195,129); }
td.TdClassName
{
border-color: #4CC381;
}
.TagClassName
{
border-color: #4CC381;
}
</style>