Shades of Emerald #4CD558
Tints of Emerald #4CD558
RGB
CMYK
RGB Variations
Color information
#4CD558 (or 0x4CD558) is known color: Emerald. HEX triplet: 4C, D5 and 58. RGB value is (76,213,88). Sum of RGB (Red+Green+Blue) = 76+213+88=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD558 is #B32AA7. Grayscale: #9E9E9E. Windows color (decimal): -11741864 or 5821772. OLE color: 5821772.
HSL color Cylindrical-coordinate representation of color #4CD558: hue angle of 125.26º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD558 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 88 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.16 |
| HSL | 125.26º | 0.62% | 0.57% | - |
| HSV(B) | 125.26º | 0.64% | 0.84% | - |
| XYZ | 28.54 | 49.83 | 17.35 | - |
| YUV | 157.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 88 | 0.64 | 0 | 0.59 | 0.16 | 125.26 | 0.62 | 0.57 |
| Hex | 4C | D5 | 58 | 40 | 0 | 3B | 10 | 7D | 3E | 39 |
| Octal | 114 | 325 | 130 | 100 | 0 | 73 | 20 | 175 | 76 | 71 |
| Binary | 1001100 | 11010101 | 1011000 | 1000000 | 0 | 111011 | 10000 | 1111101 | 111110 | 111001 |
Color Harmonies of #4CD558
Complementary color
Monochromatic Colors of #4CD558
Black with #4CD558
Text Example
Text Example
White with #4CD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD558; }
p { color: rgb(76,213,88); }
H1.HeaderClassName
{
color: #4CD558;
}
.AnyTagClassName
{
color: #4CD558;
}
</style>
background-color css
<style>
a { background-color: #4CD558; }
a { background-color: rgb(76,213,88); }
div.DivClassName
{
background-color: #4CD558;
}
.BgClassName
{
background-color: #4CD558;
}
</style>
border-color css
<style>
span { border-color: #4CD558; }
span { border-color: rgb(76,213,88); }
td.TdClassName
{
border-color: #4CD558;
}
.TagClassName
{
border-color: #4CD558;
}
</style>