Shades of Emerald #4CDD68
Tints of Emerald #4CDD68
RGB
CMYK
RGB Variations
Color information
#4CDD68 (or 0x4CDD68) is known color: Emerald. HEX triplet: 4C, DD and 68. RGB value is (76,221,104). Sum of RGB (Red+Green+Blue) = 76+221+104=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD68 is #B32297. Grayscale: #A4A4A4. Windows color (decimal): -11739800 or 6872396. OLE color: 6872396.
HSL color Cylindrical-coordinate representation of color #4CDD68: hue angle of 131.59º 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 #4CDD68 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 104 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.13 |
| HSL | 131.59º | 0.68% | 0.58% | - |
| HSV(B) | 131.59º | 0.66% | 0.87% | - |
| XYZ | 31.34 | 54.25 | 21.92 | - |
| YUV | 164.31 | 93.96 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 104 | 0.66 | 0 | 0.53 | 0.13 | 131.59 | 0.68 | 0.58 |
| Hex | 4C | DD | 68 | 42 | 0 | 35 | D | 84 | 44 | 3A |
| Octal | 114 | 335 | 150 | 102 | 0 | 65 | 15 | 204 | 104 | 72 |
| Binary | 1001100 | 11011101 | 1101000 | 1000010 | 0 | 110101 | 1101 | 10000100 | 1000100 | 111010 |
Color Harmonies of #4CDD68
Complementary color
Monochromatic Colors of #4CDD68
Black with #4CDD68
Text Example
Text Example
White with #4CDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD68; }
p { color: rgb(76,221,104); }
H1.HeaderClassName
{
color: #4CDD68;
}
.AnyTagClassName
{
color: #4CDD68;
}
</style>
background-color css
<style>
a { background-color: #4CDD68; }
a { background-color: rgb(76,221,104); }
div.DivClassName
{
background-color: #4CDD68;
}
.BgClassName
{
background-color: #4CDD68;
}
</style>
border-color css
<style>
span { border-color: #4CDD68; }
span { border-color: rgb(76,221,104); }
td.TdClassName
{
border-color: #4CDD68;
}
.TagClassName
{
border-color: #4CDD68;
}
</style>