Shades of Emerald #4CDF5A
Tints of Emerald #4CDF5A
RGB
CMYK
RGB Variations
Color information
#4CDF5A (or 0x4CDF5A) is known color: Emerald. HEX triplet: 4C, DF and 5A. RGB value is (76,223,90). Sum of RGB (Red+Green+Blue) = 76+223+90=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDF5A is #B320A5. Grayscale: #A4A4A4. Windows color (decimal): -11739302 or 5955404. OLE color: 5955404.
HSL color Cylindrical-coordinate representation of color #4CDF5A: hue angle of 125.71º 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 #4CDF5A is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 90 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.13 |
| HSL | 125.71º | 0.7% | 0.59% | - |
| HSV(B) | 125.71º | 0.66% | 0.87% | - |
| XYZ | 31.21 | 55.05 | 18.65 | - |
| YUV | 163.89 | 86.3 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 90 | 0.66 | 0 | 0.60 | 0.13 | 125.71 | 0.7 | 0.59 |
| Hex | 4C | DF | 5A | 42 | 0 | 3C | D | 7E | 46 | 3B |
| Octal | 114 | 337 | 132 | 102 | 0 | 74 | 15 | 176 | 106 | 73 |
| Binary | 1001100 | 11011111 | 1011010 | 1000010 | 0 | 111100 | 1101 | 1111110 | 1000110 | 111011 |
Color Harmonies of #4CDF5A
Complementary color
Monochromatic Colors of #4CDF5A
Black with #4CDF5A
Text Example
Text Example
White with #4CDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF5A; }
p { color: rgb(76,223,90); }
H1.HeaderClassName
{
color: #4CDF5A;
}
.AnyTagClassName
{
color: #4CDF5A;
}
</style>
background-color css
<style>
a { background-color: #4CDF5A; }
a { background-color: rgb(76,223,90); }
div.DivClassName
{
background-color: #4CDF5A;
}
.BgClassName
{
background-color: #4CDF5A;
}
</style>
border-color css
<style>
span { border-color: #4CDF5A; }
span { border-color: rgb(76,223,90); }
td.TdClassName
{
border-color: #4CDF5A;
}
.TagClassName
{
border-color: #4CDF5A;
}
</style>