Shades of Emerald #3FDC7B
Tints of Emerald #3FDC7B
RGB
CMYK
RGB Variations
Color information
#3FDC7B (or 0x3FDC7B) is known color: Emerald. HEX triplet: 3F, DC and 7B. RGB value is (63,220,123). Sum of RGB (Red+Green+Blue) = 63+220+123=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC7B is #C02384. Grayscale: #A2A2A2. Windows color (decimal): -12592005 or 8117311. OLE color: 8117311.
HSL color Cylindrical-coordinate representation of color #3FDC7B: hue angle of 142.93º 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 #3FDC7B is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 123 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.14 |
| HSL | 142.93º | 0.69% | 0.55% | - |
| HSV(B) | 142.93º | 0.71% | 0.86% | - |
| XYZ | 31.22 | 53.67 | 27.45 | - |
| YUV | 162 | 105.99 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 123 | 0.71 | 0 | 0.44 | 0.14 | 142.93 | 0.69 | 0.55 |
| Hex | 3F | DC | 7B | 47 | 0 | 2C | E | 8F | 45 | 37 |
| Octal | 77 | 334 | 173 | 107 | 0 | 54 | 16 | 217 | 105 | 67 |
| Binary | 111111 | 11011100 | 1111011 | 1000111 | 0 | 101100 | 1110 | 10001111 | 1000101 | 110111 |
Color Harmonies of #3FDC7B
Complementary color
Monochromatic Colors of #3FDC7B
Black with #3FDC7B
Text Example
Text Example
White with #3FDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC7B; }
p { color: rgb(63,220,123); }
H1.HeaderClassName
{
color: #3FDC7B;
}
.AnyTagClassName
{
color: #3FDC7B;
}
</style>
background-color css
<style>
a { background-color: #3FDC7B; }
a { background-color: rgb(63,220,123); }
div.DivClassName
{
background-color: #3FDC7B;
}
.BgClassName
{
background-color: #3FDC7B;
}
</style>
border-color css
<style>
span { border-color: #3FDC7B; }
span { border-color: rgb(63,220,123); }
td.TdClassName
{
border-color: #3FDC7B;
}
.TagClassName
{
border-color: #3FDC7B;
}
</style>