Shades of Emerald #3CDC6D
Tints of Emerald #3CDC6D
RGB
CMYK
RGB Variations
Color information
#3CDC6D (or 0x3CDC6D) is known color: Emerald. HEX triplet: 3C, DC and 6D. RGB value is (60,220,109). Sum of RGB (Red+Green+Blue) = 60+220+109=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC6D is #C32392. Grayscale: #9F9F9F. Windows color (decimal): -12788627 or 7199804. OLE color: 7199804.
HSL color Cylindrical-coordinate representation of color #3CDC6D: hue angle of 138.38º 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 #3CDC6D is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 109 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.14 |
| HSL | 138.38º | 0.7% | 0.55% | - |
| HSV(B) | 138.38º | 0.73% | 0.86% | - |
| XYZ | 30.22 | 53.25 | 23.15 | - |
| YUV | 159.51 | 99.49 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 109 | 0.73 | 0 | 0.50 | 0.14 | 138.38 | 0.7 | 0.55 |
| Hex | 3C | DC | 6D | 49 | 0 | 32 | E | 8A | 46 | 37 |
| Octal | 74 | 334 | 155 | 111 | 0 | 62 | 16 | 212 | 106 | 67 |
| Binary | 111100 | 11011100 | 1101101 | 1001001 | 0 | 110010 | 1110 | 10001010 | 1000110 | 110111 |
Color Harmonies of #3CDC6D
Complementary color
Monochromatic Colors of #3CDC6D
Black with #3CDC6D
Text Example
Text Example
White with #3CDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC6D; }
p { color: rgb(60,220,109); }
H1.HeaderClassName
{
color: #3CDC6D;
}
.AnyTagClassName
{
color: #3CDC6D;
}
</style>
background-color css
<style>
a { background-color: #3CDC6D; }
a { background-color: rgb(60,220,109); }
div.DivClassName
{
background-color: #3CDC6D;
}
.BgClassName
{
background-color: #3CDC6D;
}
</style>
border-color css
<style>
span { border-color: #3CDC6D; }
span { border-color: rgb(60,220,109); }
td.TdClassName
{
border-color: #3CDC6D;
}
.TagClassName
{
border-color: #3CDC6D;
}
</style>