Shades of Emerald #3CD573
Tints of Emerald #3CD573
RGB
CMYK
RGB Variations
Color information
#3CD573 (or 0x3CD573) is known color: Emerald. HEX triplet: 3C, D5 and 73. RGB value is (60,213,115). Sum of RGB (Red+Green+Blue) = 60+213+115=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD573 is #C32A8C. Grayscale: #9C9C9C. Windows color (decimal): -12790413 or 7591228. OLE color: 7591228.
HSL color Cylindrical-coordinate representation of color #3CD573: hue angle of 141.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD573 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 213 | 115 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.16 |
| HSL | 141.57º | 0.65% | 0.54% | - |
| HSV(B) | 141.57º | 0.72% | 0.84% | - |
| XYZ | 28.75 | 49.79 | 24.31 | - |
| YUV | 156.08 | 104.81 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 213 | 115 | 0.72 | 0 | 0.46 | 0.16 | 141.57 | 0.65 | 0.54 |
| Hex | 3C | D5 | 73 | 48 | 0 | 2E | 10 | 8E | 41 | 36 |
| Octal | 74 | 325 | 163 | 110 | 0 | 56 | 20 | 216 | 101 | 66 |
| Binary | 111100 | 11010101 | 1110011 | 1001000 | 0 | 101110 | 10000 | 10001110 | 1000001 | 110110 |
Color Harmonies of #3CD573
Complementary color
Monochromatic Colors of #3CD573
Black with #3CD573
Text Example
Text Example
White with #3CD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD573; }
p { color: rgb(60,213,115); }
H1.HeaderClassName
{
color: #3CD573;
}
.AnyTagClassName
{
color: #3CD573;
}
</style>
background-color css
<style>
a { background-color: #3CD573; }
a { background-color: rgb(60,213,115); }
div.DivClassName
{
background-color: #3CD573;
}
.BgClassName
{
background-color: #3CD573;
}
</style>
border-color css
<style>
span { border-color: #3CD573; }
span { border-color: rgb(60,213,115); }
td.TdClassName
{
border-color: #3CD573;
}
.TagClassName
{
border-color: #3CD573;
}
</style>