Shades of Emerald #4CDD64
Tints of Emerald #4CDD64
RGB
CMYK
RGB Variations
Color information
#4CDD64 (or 0x4CDD64) is known color: Emerald. HEX triplet: 4C, DD and 64. RGB value is (76,221,100). Sum of RGB (Red+Green+Blue) = 76+221+100=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD64 is #B3229B. Grayscale: #A4A4A4. Windows color (decimal): -11739804 or 6610252. OLE color: 6610252.
HSL color Cylindrical-coordinate representation of color #4CDD64: hue angle of 129.93º 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 #4CDD64 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 100 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.13 |
| HSL | 129.93º | 0.68% | 0.58% | - |
| HSV(B) | 129.93º | 0.66% | 0.87% | - |
| XYZ | 31.14 | 54.17 | 20.87 | - |
| YUV | 163.85 | 91.96 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 100 | 0.66 | 0 | 0.55 | 0.13 | 129.93 | 0.68 | 0.58 |
| Hex | 4C | DD | 64 | 42 | 0 | 37 | D | 82 | 44 | 3A |
| Octal | 114 | 335 | 144 | 102 | 0 | 67 | 15 | 202 | 104 | 72 |
| Binary | 1001100 | 11011101 | 1100100 | 1000010 | 0 | 110111 | 1101 | 10000010 | 1000100 | 111010 |
Color Harmonies of #4CDD64
Complementary color
Monochromatic Colors of #4CDD64
Black with #4CDD64
Text Example
Text Example
White with #4CDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD64; }
p { color: rgb(76,221,100); }
H1.HeaderClassName
{
color: #4CDD64;
}
.AnyTagClassName
{
color: #4CDD64;
}
</style>
background-color css
<style>
a { background-color: #4CDD64; }
a { background-color: rgb(76,221,100); }
div.DivClassName
{
background-color: #4CDD64;
}
.BgClassName
{
background-color: #4CDD64;
}
</style>
border-color css
<style>
span { border-color: #4CDD64; }
span { border-color: rgb(76,221,100); }
td.TdClassName
{
border-color: #4CDD64;
}
.TagClassName
{
border-color: #4CDD64;
}
</style>