Shades of Emerald #3FDC6D
Tints of Emerald #3FDC6D
RGB
CMYK
RGB Variations
Color information
#3FDC6D (or 0x3FDC6D) is known color: Emerald. HEX triplet: 3F, DC and 6D. RGB value is (63,220,109). Sum of RGB (Red+Green+Blue) = 63+220+109=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC6D is #C02392. Grayscale: #A0A0A0. Windows color (decimal): -12592019 or 7199807. OLE color: 7199807.
HSL color Cylindrical-coordinate representation of color #3FDC6D: hue angle of 137.58º 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 #3FDC6D is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 109 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.14 |
| HSL | 137.58º | 0.69% | 0.55% | - |
| HSV(B) | 137.58º | 0.71% | 0.86% | - |
| XYZ | 30.4 | 53.35 | 23.16 | - |
| YUV | 160.4 | 98.99 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 109 | 0.71 | 0 | 0.50 | 0.14 | 137.58 | 0.69 | 0.55 |
| Hex | 3F | DC | 6D | 47 | 0 | 32 | E | 8A | 45 | 37 |
| Octal | 77 | 334 | 155 | 107 | 0 | 62 | 16 | 212 | 105 | 67 |
| Binary | 111111 | 11011100 | 1101101 | 1000111 | 0 | 110010 | 1110 | 10001010 | 1000101 | 110111 |
Color Harmonies of #3FDC6D
Complementary color
Monochromatic Colors of #3FDC6D
Black with #3FDC6D
Text Example
Text Example
White with #3FDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC6D; }
p { color: rgb(63,220,109); }
H1.HeaderClassName
{
color: #3FDC6D;
}
.AnyTagClassName
{
color: #3FDC6D;
}
</style>
background-color css
<style>
a { background-color: #3FDC6D; }
a { background-color: rgb(63,220,109); }
div.DivClassName
{
background-color: #3FDC6D;
}
.BgClassName
{
background-color: #3FDC6D;
}
</style>
border-color css
<style>
span { border-color: #3FDC6D; }
span { border-color: rgb(63,220,109); }
td.TdClassName
{
border-color: #3FDC6D;
}
.TagClassName
{
border-color: #3FDC6D;
}
</style>