Shades of Emerald #4CDF5F
Tints of Emerald #4CDF5F
RGB
CMYK
RGB Variations
Color information
#4CDF5F (or 0x4CDF5F) is known color: Emerald. HEX triplet: 4C, DF and 5F. RGB value is (76,223,95). Sum of RGB (Red+Green+Blue) = 76+223+95=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDF5F is #B320A0. Grayscale: #A4A4A4. Windows color (decimal): -11739297 or 6283084. OLE color: 6283084.
HSL color Cylindrical-coordinate representation of color #4CDF5F: hue angle of 127.76º 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 #4CDF5F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 95 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.13 |
| HSL | 127.76º | 0.7% | 0.59% | - |
| HSV(B) | 127.76º | 0.66% | 0.87% | - |
| XYZ | 31.43 | 55.14 | 19.81 | - |
| YUV | 164.46 | 88.8 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 95 | 0.66 | 0 | 0.57 | 0.13 | 127.76 | 0.7 | 0.59 |
| Hex | 4C | DF | 5F | 42 | 0 | 39 | D | 80 | 46 | 3B |
| Octal | 114 | 337 | 137 | 102 | 0 | 71 | 15 | 200 | 106 | 73 |
| Binary | 1001100 | 11011111 | 1011111 | 1000010 | 0 | 111001 | 1101 | 10000000 | 1000110 | 111011 |
Color Harmonies of #4CDF5F
Complementary color
Monochromatic Colors of #4CDF5F
Black with #4CDF5F
Text Example
Text Example
White with #4CDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF5F; }
p { color: rgb(76,223,95); }
H1.HeaderClassName
{
color: #4CDF5F;
}
.AnyTagClassName
{
color: #4CDF5F;
}
</style>
background-color css
<style>
a { background-color: #4CDF5F; }
a { background-color: rgb(76,223,95); }
div.DivClassName
{
background-color: #4CDF5F;
}
.BgClassName
{
background-color: #4CDF5F;
}
</style>
border-color css
<style>
span { border-color: #4CDF5F; }
span { border-color: rgb(76,223,95); }
td.TdClassName
{
border-color: #4CDF5F;
}
.TagClassName
{
border-color: #4CDF5F;
}
</style>