Shades of Emerald #3FDC7C
Tints of Emerald #3FDC7C
RGB
CMYK
RGB Variations
Color information
#3FDC7C (or 0x3FDC7C) is known color: Emerald. HEX triplet: 3F, DC and 7C. RGB value is (63,220,124). Sum of RGB (Red+Green+Blue) = 63+220+124=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC7C is #C02383. Grayscale: #A2A2A2. Windows color (decimal): -12592004 or 8182847. OLE color: 8182847.
HSL color Cylindrical-coordinate representation of color #3FDC7C: hue angle of 143.31º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC7C is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 124 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.14 |
| HSL | 143.31º | 0.69% | 0.55% | - |
| HSV(B) | 143.31º | 0.71% | 0.86% | - |
| XYZ | 31.28 | 53.7 | 27.78 | - |
| YUV | 162.11 | 106.49 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 124 | 0.71 | 0 | 0.44 | 0.14 | 143.31 | 0.69 | 0.55 |
| Hex | 3F | DC | 7C | 47 | 0 | 2C | E | 8F | 45 | 37 |
| Octal | 77 | 334 | 174 | 107 | 0 | 54 | 16 | 217 | 105 | 67 |
| Binary | 111111 | 11011100 | 1111100 | 1000111 | 0 | 101100 | 1110 | 10001111 | 1000101 | 110111 |
Color Harmonies of #3FDC7C
Complementary color
Monochromatic Colors of #3FDC7C
Black with #3FDC7C
Text Example
Text Example
White with #3FDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC7C; }
p { color: rgb(63,220,124); }
H1.HeaderClassName
{
color: #3FDC7C;
}
.AnyTagClassName
{
color: #3FDC7C;
}
</style>
background-color css
<style>
a { background-color: #3FDC7C; }
a { background-color: rgb(63,220,124); }
div.DivClassName
{
background-color: #3FDC7C;
}
.BgClassName
{
background-color: #3FDC7C;
}
</style>
border-color css
<style>
span { border-color: #3FDC7C; }
span { border-color: rgb(63,220,124); }
td.TdClassName
{
border-color: #3FDC7C;
}
.TagClassName
{
border-color: #3FDC7C;
}
</style>