Shades of Emerald #4CDD66
Tints of Emerald #4CDD66
RGB
CMYK
RGB Variations
Color information
#4CDD66 (or 0x4CDD66) is known color: Emerald. HEX triplet: 4C, DD and 66. RGB value is (76,221,102). Sum of RGB (Red+Green+Blue) = 76+221+102=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD66 is #B32299. Grayscale: #A4A4A4. Windows color (decimal): -11739802 or 6741324. OLE color: 6741324.
HSL color Cylindrical-coordinate representation of color #4CDD66: hue angle of 130.76º 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 #4CDD66 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 102 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.13 |
| HSL | 130.76º | 0.68% | 0.58% | - |
| HSV(B) | 130.76º | 0.66% | 0.87% | - |
| XYZ | 31.24 | 54.21 | 21.39 | - |
| YUV | 164.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 102 | 0.66 | 0 | 0.54 | 0.13 | 130.76 | 0.68 | 0.58 |
| Hex | 4C | DD | 66 | 42 | 0 | 36 | D | 83 | 44 | 3A |
| Octal | 114 | 335 | 146 | 102 | 0 | 66 | 15 | 203 | 104 | 72 |
| Binary | 1001100 | 11011101 | 1100110 | 1000010 | 0 | 110110 | 1101 | 10000011 | 1000100 | 111010 |
Color Harmonies of #4CDD66
Complementary color
Monochromatic Colors of #4CDD66
Black with #4CDD66
Text Example
Text Example
White with #4CDD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD66; }
p { color: rgb(76,221,102); }
H1.HeaderClassName
{
color: #4CDD66;
}
.AnyTagClassName
{
color: #4CDD66;
}
</style>
background-color css
<style>
a { background-color: #4CDD66; }
a { background-color: rgb(76,221,102); }
div.DivClassName
{
background-color: #4CDD66;
}
.BgClassName
{
background-color: #4CDD66;
}
</style>
border-color css
<style>
span { border-color: #4CDD66; }
span { border-color: rgb(76,221,102); }
td.TdClassName
{
border-color: #4CDD66;
}
.TagClassName
{
border-color: #4CDD66;
}
</style>