Shades of Emerald #4CDD5F
Tints of Emerald #4CDD5F
RGB
CMYK
RGB Variations
Color information
#4CDD5F (or 0x4CDD5F) is known color: Emerald. HEX triplet: 4C, DD and 5F. RGB value is (76,221,95). Sum of RGB (Red+Green+Blue) = 76+221+95=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD5F is #B322A0. Grayscale: #A3A3A3. Windows color (decimal): -11739809 or 6282572. OLE color: 6282572.
HSL color Cylindrical-coordinate representation of color #4CDD5F: hue angle of 127.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDD5F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 95 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.13 |
| HSL | 127.86º | 0.68% | 0.58% | - |
| HSV(B) | 127.86º | 0.66% | 0.87% | - |
| XYZ | 30.9 | 54.08 | 19.64 | - |
| YUV | 163.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 95 | 0.66 | 0 | 0.57 | 0.13 | 127.86 | 0.68 | 0.58 |
| Hex | 4C | DD | 5F | 42 | 0 | 39 | D | 80 | 44 | 3A |
| Octal | 114 | 335 | 137 | 102 | 0 | 71 | 15 | 200 | 104 | 72 |
| Binary | 1001100 | 11011101 | 1011111 | 1000010 | 0 | 111001 | 1101 | 10000000 | 1000100 | 111010 |
Color Harmonies of #4CDD5F
Complementary color
Monochromatic Colors of #4CDD5F
Black with #4CDD5F
Text Example
Text Example
White with #4CDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD5F; }
p { color: rgb(76,221,95); }
H1.HeaderClassName
{
color: #4CDD5F;
}
.AnyTagClassName
{
color: #4CDD5F;
}
</style>
background-color css
<style>
a { background-color: #4CDD5F; }
a { background-color: rgb(76,221,95); }
div.DivClassName
{
background-color: #4CDD5F;
}
.BgClassName
{
background-color: #4CDD5F;
}
</style>
border-color css
<style>
span { border-color: #4CDD5F; }
span { border-color: rgb(76,221,95); }
td.TdClassName
{
border-color: #4CDD5F;
}
.TagClassName
{
border-color: #4CDD5F;
}
</style>