Shades of Emerald #4CD585
Tints of Emerald #4CD585
RGB
CMYK
RGB Variations
Color information
#4CD585 (or 0x4CD585) is known color: Emerald. HEX triplet: 4C, D5 and 85. RGB value is (76,213,133). Sum of RGB (Red+Green+Blue) = 76+213+133=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD585 is #B32A7A. Grayscale: #A3A3A3. Windows color (decimal): -11741819 or 8770892. OLE color: 8770892.
HSL color Cylindrical-coordinate representation of color #4CD585: hue angle of 144.96º 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 #4CD585 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 133 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.16 |
| HSL | 144.96º | 0.62% | 0.57% | - |
| HSV(B) | 144.96º | 0.64% | 0.84% | - |
| XYZ | 31.01 | 50.82 | 30.36 | - |
| YUV | 162.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 133 | 0.64 | 0 | 0.38 | 0.16 | 144.96 | 0.62 | 0.57 |
| Hex | 4C | D5 | 85 | 40 | 0 | 26 | 10 | 91 | 3E | 39 |
| Octal | 114 | 325 | 205 | 100 | 0 | 46 | 20 | 221 | 76 | 71 |
| Binary | 1001100 | 11010101 | 10000101 | 1000000 | 0 | 100110 | 10000 | 10010001 | 111110 | 111001 |
Color Harmonies of #4CD585
Complementary color
Monochromatic Colors of #4CD585
Black with #4CD585
Text Example
Text Example
White with #4CD585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD585; }
p { color: rgb(76,213,133); }
H1.HeaderClassName
{
color: #4CD585;
}
.AnyTagClassName
{
color: #4CD585;
}
</style>
background-color css
<style>
a { background-color: #4CD585; }
a { background-color: rgb(76,213,133); }
div.DivClassName
{
background-color: #4CD585;
}
.BgClassName
{
background-color: #4CD585;
}
</style>
border-color css
<style>
span { border-color: #4CD585; }
span { border-color: rgb(76,213,133); }
td.TdClassName
{
border-color: #4CD585;
}
.TagClassName
{
border-color: #4CD585;
}
</style>