Shades of Emerald #4CC37D
Tints of Emerald #4CC37D
RGB
CMYK
RGB Variations
Color information
#4CC37D (or 0x4CC37D) is known color: Emerald. HEX triplet: 4C, C3 and 7D. RGB value is (76,195,125). Sum of RGB (Red+Green+Blue) = 76+195+125=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC37D is #B33C82. Grayscale: #979797. Windows color (decimal): -11746435 or 8241996. OLE color: 8241996.
HSL color Cylindrical-coordinate representation of color #4CC37D: hue angle of 144.71º 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 #4CC37D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 125 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.24 |
| HSL | 144.71º | 0.5% | 0.53% | - |
| HSV(B) | 144.71º | 0.61% | 0.76% | - |
| XYZ | 26.2 | 42.05 | 26.14 | - |
| YUV | 151.44 | 113.08 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 125 | 0.61 | 0 | 0.36 | 0.24 | 144.71 | 0.5 | 0.53 |
| Hex | 4C | C3 | 7D | 3D | 0 | 24 | 18 | 91 | 32 | 35 |
| Octal | 114 | 303 | 175 | 75 | 0 | 44 | 30 | 221 | 62 | 65 |
| Binary | 1001100 | 11000011 | 1111101 | 111101 | 0 | 100100 | 11000 | 10010001 | 110010 | 110101 |
Color Harmonies of #4CC37D
Complementary color
Monochromatic Colors of #4CC37D
Black with #4CC37D
Text Example
Text Example
White with #4CC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC37D; }
p { color: rgb(76,195,125); }
H1.HeaderClassName
{
color: #4CC37D;
}
.AnyTagClassName
{
color: #4CC37D;
}
</style>
background-color css
<style>
a { background-color: #4CC37D; }
a { background-color: rgb(76,195,125); }
div.DivClassName
{
background-color: #4CC37D;
}
.BgClassName
{
background-color: #4CC37D;
}
</style>
border-color css
<style>
span { border-color: #4CC37D; }
span { border-color: rgb(76,195,125); }
td.TdClassName
{
border-color: #4CC37D;
}
.TagClassName
{
border-color: #4CC37D;
}
</style>