Shades of Emerald #4CDE7D
Tints of Emerald #4CDE7D
RGB
CMYK
RGB Variations
Color information
#4CDE7D (or 0x4CDE7D) is known color: Emerald. HEX triplet: 4C, DE and 7D. RGB value is (76,222,125). Sum of RGB (Red+Green+Blue) = 76+222+125=423 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.97% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE7D is #B32182. Grayscale: #A7A7A7. Windows color (decimal): -11739523 or 8248908. OLE color: 8248908.
HSL color Cylindrical-coordinate representation of color #4CDE7D: hue angle of 140.14º degrees, saturation: 0.69, 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 #4CDE7D is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 125 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.13 |
| HSL | 140.14º | 0.69% | 0.58% | - |
| HSV(B) | 140.14º | 0.66% | 0.87% | - |
| XYZ | 32.8 | 55.26 | 28.34 | - |
| YUV | 167.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 125 | 0.66 | 0 | 0.44 | 0.13 | 140.14 | 0.69 | 0.58 |
| Hex | 4C | DE | 7D | 42 | 0 | 2C | D | 8C | 45 | 3A |
| Octal | 114 | 336 | 175 | 102 | 0 | 54 | 15 | 214 | 105 | 72 |
| Binary | 1001100 | 11011110 | 1111101 | 1000010 | 0 | 101100 | 1101 | 10001100 | 1000101 | 111010 |
Color Harmonies of #4CDE7D
Complementary color
Monochromatic Colors of #4CDE7D
Black with #4CDE7D
Text Example
Text Example
White with #4CDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE7D; }
p { color: rgb(76,222,125); }
H1.HeaderClassName
{
color: #4CDE7D;
}
.AnyTagClassName
{
color: #4CDE7D;
}
</style>
background-color css
<style>
a { background-color: #4CDE7D; }
a { background-color: rgb(76,222,125); }
div.DivClassName
{
background-color: #4CDE7D;
}
.BgClassName
{
background-color: #4CDE7D;
}
</style>
border-color css
<style>
span { border-color: #4CDE7D; }
span { border-color: rgb(76,222,125); }
td.TdClassName
{
border-color: #4CDE7D;
}
.TagClassName
{
border-color: #4CDE7D;
}
</style>