Shades of Emerald #3CD47A
Tints of Emerald #3CD47A
RGB
CMYK
RGB Variations
Color information
#3CD47A (or 0x3CD47A) is known color: Emerald. HEX triplet: 3C, D4 and 7A. RGB value is (60,212,122). Sum of RGB (Red+Green+Blue) = 60+212+122=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD47A is #C32B85. Grayscale: #9C9C9C. Windows color (decimal): -12790662 or 8049724. OLE color: 8049724.
HSL color Cylindrical-coordinate representation of color #3CD47A: hue angle of 144.47º 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 #3CD47A is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 212 | 122 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.17 |
| HSL | 144.47º | 0.64% | 0.53% | - |
| HSV(B) | 144.47º | 0.72% | 0.83% | - |
| XYZ | 28.92 | 49.45 | 26.43 | - |
| YUV | 156.29 | 108.64 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 212 | 122 | 0.72 | 0 | 0.42 | 0.17 | 144.47 | 0.64 | 0.53 |
| Hex | 3C | D4 | 7A | 48 | 0 | 2A | 11 | 90 | 40 | 35 |
| Octal | 74 | 324 | 172 | 110 | 0 | 52 | 21 | 220 | 100 | 65 |
| Binary | 111100 | 11010100 | 1111010 | 1001000 | 0 | 101010 | 10001 | 10010000 | 1000000 | 110101 |
Color Harmonies of #3CD47A
Complementary color
Monochromatic Colors of #3CD47A
Black with #3CD47A
Text Example
Text Example
White with #3CD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD47A; }
p { color: rgb(60,212,122); }
H1.HeaderClassName
{
color: #3CD47A;
}
.AnyTagClassName
{
color: #3CD47A;
}
</style>
background-color css
<style>
a { background-color: #3CD47A; }
a { background-color: rgb(60,212,122); }
div.DivClassName
{
background-color: #3CD47A;
}
.BgClassName
{
background-color: #3CD47A;
}
</style>
border-color css
<style>
span { border-color: #3CD47A; }
span { border-color: rgb(60,212,122); }
td.TdClassName
{
border-color: #3CD47A;
}
.TagClassName
{
border-color: #3CD47A;
}
</style>