Shades of Emerald #3FD76C
Tints of Emerald #3FD76C
RGB
CMYK
RGB Variations
Color information
#3FD76C (or 0x3FD76C) is known color: Emerald. HEX triplet: 3F, D7 and 6C. RGB value is (63,215,108). Sum of RGB (Red+Green+Blue) = 63+215+108=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD76C is #C02893. Grayscale: #9D9D9D. Windows color (decimal): -12593300 or 7132991. OLE color: 7132991.
HSL color Cylindrical-coordinate representation of color #3FD76C: hue angle of 137.76º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD76C is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 108 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.16 |
| HSL | 137.76º | 0.66% | 0.55% | - |
| HSV(B) | 137.76º | 0.71% | 0.84% | - |
| XYZ | 29.06 | 50.74 | 22.45 | - |
| YUV | 157.35 | 100.14 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 108 | 0.71 | 0 | 0.50 | 0.16 | 137.76 | 0.66 | 0.55 |
| Hex | 3F | D7 | 6C | 47 | 0 | 32 | 10 | 8A | 42 | 37 |
| Octal | 77 | 327 | 154 | 107 | 0 | 62 | 20 | 212 | 102 | 67 |
| Binary | 111111 | 11010111 | 1101100 | 1000111 | 0 | 110010 | 10000 | 10001010 | 1000010 | 110111 |
Color Harmonies of #3FD76C
Complementary color
Monochromatic Colors of #3FD76C
Black with #3FD76C
Text Example
Text Example
White with #3FD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD76C; }
p { color: rgb(63,215,108); }
H1.HeaderClassName
{
color: #3FD76C;
}
.AnyTagClassName
{
color: #3FD76C;
}
</style>
background-color css
<style>
a { background-color: #3FD76C; }
a { background-color: rgb(63,215,108); }
div.DivClassName
{
background-color: #3FD76C;
}
.BgClassName
{
background-color: #3FD76C;
}
</style>
border-color css
<style>
span { border-color: #3FD76C; }
span { border-color: rgb(63,215,108); }
td.TdClassName
{
border-color: #3FD76C;
}
.TagClassName
{
border-color: #3FD76C;
}
</style>