Shades of Emerald #4CDD75
Tints of Emerald #4CDD75
RGB
CMYK
RGB Variations
Color information
#4CDD75 (or 0x4CDD75) is known color: Emerald. HEX triplet: 4C, DD and 75. RGB value is (76,221,117). Sum of RGB (Red+Green+Blue) = 76+221+117=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD75 is #B3228A. Grayscale: #A6A6A6. Windows color (decimal): -11739787 or 7724364. OLE color: 7724364.
HSL color Cylindrical-coordinate representation of color #4CDD75: hue angle of 136.97º 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 #4CDD75 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 117 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.13 |
| HSL | 136.97º | 0.68% | 0.58% | - |
| HSV(B) | 136.97º | 0.66% | 0.87% | - |
| XYZ | 32.05 | 54.53 | 25.67 | - |
| YUV | 165.79 | 100.46 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 117 | 0.66 | 0 | 0.47 | 0.13 | 136.97 | 0.68 | 0.58 |
| Hex | 4C | DD | 75 | 42 | 0 | 2F | D | 89 | 44 | 3A |
| Octal | 114 | 335 | 165 | 102 | 0 | 57 | 15 | 211 | 104 | 72 |
| Binary | 1001100 | 11011101 | 1110101 | 1000010 | 0 | 101111 | 1101 | 10001001 | 1000100 | 111010 |
Color Harmonies of #4CDD75
Complementary color
Monochromatic Colors of #4CDD75
Black with #4CDD75
Text Example
Text Example
White with #4CDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD75; }
p { color: rgb(76,221,117); }
H1.HeaderClassName
{
color: #4CDD75;
}
.AnyTagClassName
{
color: #4CDD75;
}
</style>
background-color css
<style>
a { background-color: #4CDD75; }
a { background-color: rgb(76,221,117); }
div.DivClassName
{
background-color: #4CDD75;
}
.BgClassName
{
background-color: #4CDD75;
}
</style>
border-color css
<style>
span { border-color: #4CDD75; }
span { border-color: rgb(76,221,117); }
td.TdClassName
{
border-color: #4CDD75;
}
.TagClassName
{
border-color: #4CDD75;
}
</style>