Shades of Emerald #4CC371
Tints of Emerald #4CC371
RGB
CMYK
RGB Variations
Color information
#4CC371 (or 0x4CC371) is known color: Emerald. HEX triplet: 4C, C3 and 71. RGB value is (76,195,113). Sum of RGB (Red+Green+Blue) = 76+195+113=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC371 is #B33C8E. Grayscale: #969696. Windows color (decimal): -11746447 or 7455564. OLE color: 7455564.
HSL color Cylindrical-coordinate representation of color #4CC371: hue angle of 138.66º 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 #4CC371 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 113 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.24 |
| HSL | 138.66º | 0.5% | 0.53% | - |
| HSV(B) | 138.66º | 0.61% | 0.76% | - |
| XYZ | 25.48 | 41.76 | 22.34 | - |
| YUV | 150.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 113 | 0.61 | 0 | 0.42 | 0.24 | 138.66 | 0.5 | 0.53 |
| Hex | 4C | C3 | 71 | 3D | 0 | 2A | 18 | 8B | 32 | 35 |
| Octal | 114 | 303 | 161 | 75 | 0 | 52 | 30 | 213 | 62 | 65 |
| Binary | 1001100 | 11000011 | 1110001 | 111101 | 0 | 101010 | 11000 | 10001011 | 110010 | 110101 |
Color Harmonies of #4CC371
Complementary color
Monochromatic Colors of #4CC371
Black with #4CC371
Text Example
Text Example
White with #4CC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC371; }
p { color: rgb(76,195,113); }
H1.HeaderClassName
{
color: #4CC371;
}
.AnyTagClassName
{
color: #4CC371;
}
</style>
background-color css
<style>
a { background-color: #4CC371; }
a { background-color: rgb(76,195,113); }
div.DivClassName
{
background-color: #4CC371;
}
.BgClassName
{
background-color: #4CC371;
}
</style>
border-color css
<style>
span { border-color: #4CC371; }
span { border-color: rgb(76,195,113); }
td.TdClassName
{
border-color: #4CC371;
}
.TagClassName
{
border-color: #4CC371;
}
</style>