Shades of Emerald #4CCD85
Tints of Emerald #4CCD85
RGB
CMYK
RGB Variations
Color information
#4CCD85 (or 0x4CCD85) is known color: Emerald. HEX triplet: 4C, CD and 85. RGB value is (76,205,133). Sum of RGB (Red+Green+Blue) = 76+205+133=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCD85 is #B3327A. Grayscale: #9E9E9E. Windows color (decimal): -11743867 or 8768844. OLE color: 8768844.
HSL color Cylindrical-coordinate representation of color #4CCD85: hue angle of 146.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCD85 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 133 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.20 |
| HSL | 146.51º | 0.56% | 0.55% | - |
| HSV(B) | 146.51º | 0.63% | 0.8% | - |
| XYZ | 29.05 | 46.89 | 29.71 | - |
| YUV | 158.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 133 | 0.63 | 0 | 0.35 | 0.20 | 146.51 | 0.56 | 0.55 |
| Hex | 4C | CD | 85 | 3F | 0 | 23 | 14 | 93 | 38 | 37 |
| Octal | 114 | 315 | 205 | 77 | 0 | 43 | 24 | 223 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10000101 | 111111 | 0 | 100011 | 10100 | 10010011 | 111000 | 110111 |
Color Harmonies of #4CCD85
Complementary color
Monochromatic Colors of #4CCD85
Black with #4CCD85
Text Example
Text Example
White with #4CCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD85; }
p { color: rgb(76,205,133); }
H1.HeaderClassName
{
color: #4CCD85;
}
.AnyTagClassName
{
color: #4CCD85;
}
</style>
background-color css
<style>
a { background-color: #4CCD85; }
a { background-color: rgb(76,205,133); }
div.DivClassName
{
background-color: #4CCD85;
}
.BgClassName
{
background-color: #4CCD85;
}
</style>
border-color css
<style>
span { border-color: #4CCD85; }
span { border-color: rgb(76,205,133); }
td.TdClassName
{
border-color: #4CCD85;
}
.TagClassName
{
border-color: #4CCD85;
}
</style>