Shades of Emerald #3CD478
Tints of Emerald #3CD478
RGB
CMYK
RGB Variations
Color information
#3CD478 (or 0x3CD478) is known color: Emerald. HEX triplet: 3C, D4 and 78. RGB value is (60,212,120). Sum of RGB (Red+Green+Blue) = 60+212+120=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD478 is #C32B87. Grayscale: #9C9C9C. Windows color (decimal): -12790664 or 7918652. OLE color: 7918652.
HSL color Cylindrical-coordinate representation of color #3CD478: hue angle of 143.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD478 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 212 | 120 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.17 |
| HSL | 143.68º | 0.64% | 0.53% | - |
| HSV(B) | 143.68º | 0.72% | 0.83% | - |
| XYZ | 28.8 | 49.4 | 25.79 | - |
| YUV | 156.06 | 107.64 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 212 | 120 | 0.72 | 0 | 0.43 | 0.17 | 143.68 | 0.64 | 0.53 |
| Hex | 3C | D4 | 78 | 48 | 0 | 2B | 11 | 90 | 40 | 35 |
| Octal | 74 | 324 | 170 | 110 | 0 | 53 | 21 | 220 | 100 | 65 |
| Binary | 111100 | 11010100 | 1111000 | 1001000 | 0 | 101011 | 10001 | 10010000 | 1000000 | 110101 |
Color Harmonies of #3CD478
Complementary color
Monochromatic Colors of #3CD478
Black with #3CD478
Text Example
Text Example
White with #3CD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD478; }
p { color: rgb(60,212,120); }
H1.HeaderClassName
{
color: #3CD478;
}
.AnyTagClassName
{
color: #3CD478;
}
</style>
background-color css
<style>
a { background-color: #3CD478; }
a { background-color: rgb(60,212,120); }
div.DivClassName
{
background-color: #3CD478;
}
.BgClassName
{
background-color: #3CD478;
}
</style>
border-color css
<style>
span { border-color: #3CD478; }
span { border-color: rgb(60,212,120); }
td.TdClassName
{
border-color: #3CD478;
}
.TagClassName
{
border-color: #3CD478;
}
</style>