Shades of Emerald #3CDF6D
Tints of Emerald #3CDF6D
RGB
CMYK
RGB Variations
Color information
#3CDF6D (or 0x3CDF6D) is known color: Emerald. HEX triplet: 3C, DF and 6D. RGB value is (60,223,109). Sum of RGB (Red+Green+Blue) = 60+223+109=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF6D is #C32092. Grayscale: #A1A1A1. Windows color (decimal): -12787859 or 7200572. OLE color: 7200572.
HSL color Cylindrical-coordinate representation of color #3CDF6D: hue angle of 138.04º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF6D is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 109 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.13 |
| HSL | 138.04º | 0.72% | 0.55% | - |
| HSV(B) | 138.04º | 0.73% | 0.87% | - |
| XYZ | 31.01 | 54.84 | 23.42 | - |
| YUV | 161.27 | 98.5 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 109 | 0.73 | 0 | 0.51 | 0.13 | 138.04 | 0.72 | 0.55 |
| Hex | 3C | DF | 6D | 49 | 0 | 33 | D | 8A | 48 | 37 |
| Octal | 74 | 337 | 155 | 111 | 0 | 63 | 15 | 212 | 110 | 67 |
| Binary | 111100 | 11011111 | 1101101 | 1001001 | 0 | 110011 | 1101 | 10001010 | 1001000 | 110111 |
Color Harmonies of #3CDF6D
Complementary color
Monochromatic Colors of #3CDF6D
Black with #3CDF6D
Text Example
Text Example
White with #3CDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF6D; }
p { color: rgb(60,223,109); }
H1.HeaderClassName
{
color: #3CDF6D;
}
.AnyTagClassName
{
color: #3CDF6D;
}
</style>
background-color css
<style>
a { background-color: #3CDF6D; }
a { background-color: rgb(60,223,109); }
div.DivClassName
{
background-color: #3CDF6D;
}
.BgClassName
{
background-color: #3CDF6D;
}
</style>
border-color css
<style>
span { border-color: #3CDF6D; }
span { border-color: rgb(60,223,109); }
td.TdClassName
{
border-color: #3CDF6D;
}
.TagClassName
{
border-color: #3CDF6D;
}
</style>