Shades of Emerald #3CD564
Tints of Emerald #3CD564
RGB
CMYK
RGB Variations
Color information
#3CD564 (or 0x3CD564) is known color: Emerald. HEX triplet: 3C, D5 and 64. RGB value is (60,213,100). Sum of RGB (Red+Green+Blue) = 60+213+100=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD564 is #C32A9B. Grayscale: #9A9A9A. Windows color (decimal): -12790428 or 6608188. OLE color: 6608188.
HSL color Cylindrical-coordinate representation of color #3CD564: hue angle of 135.69º 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 #3CD564 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 213 | 100 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.16 |
| HSL | 135.69º | 0.65% | 0.54% | - |
| HSV(B) | 135.69º | 0.72% | 0.84% | - |
| XYZ | 27.96 | 49.47 | 20.13 | - |
| YUV | 154.37 | 97.31 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 213 | 100 | 0.72 | 0 | 0.53 | 0.16 | 135.69 | 0.65 | 0.54 |
| Hex | 3C | D5 | 64 | 48 | 0 | 35 | 10 | 88 | 41 | 36 |
| Octal | 74 | 325 | 144 | 110 | 0 | 65 | 20 | 210 | 101 | 66 |
| Binary | 111100 | 11010101 | 1100100 | 1001000 | 0 | 110101 | 10000 | 10001000 | 1000001 | 110110 |
Color Harmonies of #3CD564
Complementary color
Monochromatic Colors of #3CD564
Black with #3CD564
Text Example
Text Example
White with #3CD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD564; }
p { color: rgb(60,213,100); }
H1.HeaderClassName
{
color: #3CD564;
}
.AnyTagClassName
{
color: #3CD564;
}
</style>
background-color css
<style>
a { background-color: #3CD564; }
a { background-color: rgb(60,213,100); }
div.DivClassName
{
background-color: #3CD564;
}
.BgClassName
{
background-color: #3CD564;
}
</style>
border-color css
<style>
span { border-color: #3CD564; }
span { border-color: rgb(60,213,100); }
td.TdClassName
{
border-color: #3CD564;
}
.TagClassName
{
border-color: #3CD564;
}
</style>