Shades of Emerald #3FDD7C
Tints of Emerald #3FDD7C
RGB
CMYK
RGB Variations
Color information
#3FDD7C (or 0x3FDD7C) is known color: Emerald. HEX triplet: 3F, DD and 7C. RGB value is (63,221,124). Sum of RGB (Red+Green+Blue) = 63+221+124=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDD7C is #C02283. Grayscale: #A2A2A2. Windows color (decimal): -12591748 or 8183103. OLE color: 8183103.
HSL color Cylindrical-coordinate representation of color #3FDD7C: hue angle of 143.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDD7C is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 124 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.13 |
| HSL | 143.16º | 0.7% | 0.56% | - |
| HSV(B) | 143.16º | 0.71% | 0.87% | - |
| XYZ | 31.54 | 54.22 | 27.87 | - |
| YUV | 162.7 | 106.15 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 124 | 0.71 | 0 | 0.44 | 0.13 | 143.16 | 0.7 | 0.56 |
| Hex | 3F | DD | 7C | 47 | 0 | 2C | D | 8F | 46 | 38 |
| Octal | 77 | 335 | 174 | 107 | 0 | 54 | 15 | 217 | 106 | 70 |
| Binary | 111111 | 11011101 | 1111100 | 1000111 | 0 | 101100 | 1101 | 10001111 | 1000110 | 111000 |
Color Harmonies of #3FDD7C
Complementary color
Monochromatic Colors of #3FDD7C
Black with #3FDD7C
Text Example
Text Example
White with #3FDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD7C; }
p { color: rgb(63,221,124); }
H1.HeaderClassName
{
color: #3FDD7C;
}
.AnyTagClassName
{
color: #3FDD7C;
}
</style>
background-color css
<style>
a { background-color: #3FDD7C; }
a { background-color: rgb(63,221,124); }
div.DivClassName
{
background-color: #3FDD7C;
}
.BgClassName
{
background-color: #3FDD7C;
}
</style>
border-color css
<style>
span { border-color: #3FDD7C; }
span { border-color: rgb(63,221,124); }
td.TdClassName
{
border-color: #3FDD7C;
}
.TagClassName
{
border-color: #3FDD7C;
}
</style>