Shades of Emerald #4CDF5D
Tints of Emerald #4CDF5D
RGB
CMYK
RGB Variations
Color information
#4CDF5D (or 0x4CDF5D) is known color: Emerald. HEX triplet: 4C, DF and 5D. RGB value is (76,223,93). Sum of RGB (Red+Green+Blue) = 76+223+93=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDF5D is #B320A2. Grayscale: #A4A4A4. Windows color (decimal): -11739299 or 6152012. OLE color: 6152012.
HSL color Cylindrical-coordinate representation of color #4CDF5D: hue angle of 126.94º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDF5D is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 93 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.13 |
| HSL | 126.94º | 0.7% | 0.59% | - |
| HSV(B) | 126.94º | 0.66% | 0.87% | - |
| XYZ | 31.34 | 55.1 | 19.34 | - |
| YUV | 164.23 | 87.8 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 93 | 0.66 | 0 | 0.58 | 0.13 | 126.94 | 0.7 | 0.59 |
| Hex | 4C | DF | 5D | 42 | 0 | 3A | D | 7F | 46 | 3B |
| Octal | 114 | 337 | 135 | 102 | 0 | 72 | 15 | 177 | 106 | 73 |
| Binary | 1001100 | 11011111 | 1011101 | 1000010 | 0 | 111010 | 1101 | 1111111 | 1000110 | 111011 |
Color Harmonies of #4CDF5D
Complementary color
Monochromatic Colors of #4CDF5D
Black with #4CDF5D
Text Example
Text Example
White with #4CDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF5D; }
p { color: rgb(76,223,93); }
H1.HeaderClassName
{
color: #4CDF5D;
}
.AnyTagClassName
{
color: #4CDF5D;
}
</style>
background-color css
<style>
a { background-color: #4CDF5D; }
a { background-color: rgb(76,223,93); }
div.DivClassName
{
background-color: #4CDF5D;
}
.BgClassName
{
background-color: #4CDF5D;
}
</style>
border-color css
<style>
span { border-color: #4CDF5D; }
span { border-color: rgb(76,223,93); }
td.TdClassName
{
border-color: #4CDF5D;
}
.TagClassName
{
border-color: #4CDF5D;
}
</style>