Shades of Emerald #3CDC7E
Tints of Emerald #3CDC7E
RGB
CMYK
RGB Variations
Color information
#3CDC7E (or 0x3CDC7E) is known color: Emerald. HEX triplet: 3C, DC and 7E. RGB value is (60,220,126). Sum of RGB (Red+Green+Blue) = 60+220+126=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC7E is #C32381. Grayscale: #A1A1A1. Windows color (decimal): -12788610 or 8313916. OLE color: 8313916.
HSL color Cylindrical-coordinate representation of color #3CDC7E: hue angle of 144.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC7E is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 126 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.14 |
| HSL | 144.75º | 0.7% | 0.55% | - |
| HSV(B) | 144.75º | 0.73% | 0.86% | - |
| XYZ | 31.22 | 53.65 | 28.45 | - |
| YUV | 161.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 126 | 0.73 | 0 | 0.43 | 0.14 | 144.75 | 0.7 | 0.55 |
| Hex | 3C | DC | 7E | 49 | 0 | 2B | E | 91 | 46 | 37 |
| Octal | 74 | 334 | 176 | 111 | 0 | 53 | 16 | 221 | 106 | 67 |
| Binary | 111100 | 11011100 | 1111110 | 1001001 | 0 | 101011 | 1110 | 10010001 | 1000110 | 110111 |
Color Harmonies of #3CDC7E
Complementary color
Monochromatic Colors of #3CDC7E
Black with #3CDC7E
Text Example
Text Example
White with #3CDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC7E; }
p { color: rgb(60,220,126); }
H1.HeaderClassName
{
color: #3CDC7E;
}
.AnyTagClassName
{
color: #3CDC7E;
}
</style>
background-color css
<style>
a { background-color: #3CDC7E; }
a { background-color: rgb(60,220,126); }
div.DivClassName
{
background-color: #3CDC7E;
}
.BgClassName
{
background-color: #3CDC7E;
}
</style>
border-color css
<style>
span { border-color: #3CDC7E; }
span { border-color: rgb(60,220,126); }
td.TdClassName
{
border-color: #3CDC7E;
}
.TagClassName
{
border-color: #3CDC7E;
}
</style>