Shades of Emerald #3FD06D
Tints of Emerald #3FD06D
RGB
CMYK
RGB Variations
Color information
#3FD06D (or 0x3FD06D) is known color: Emerald. HEX triplet: 3F, D0 and 6D. RGB value is (63,208,109). Sum of RGB (Red+Green+Blue) = 63+208+109=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD06D is #C02F92. Grayscale: #999999. Windows color (decimal): -12595091 or 7196735. OLE color: 7196735.
HSL color Cylindrical-coordinate representation of color #3FD06D: hue angle of 139.03º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD06D is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 109 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.18 |
| HSL | 139.03º | 0.61% | 0.53% | - |
| HSV(B) | 139.03º | 0.7% | 0.82% | - |
| XYZ | 27.37 | 47.27 | 22.15 | - |
| YUV | 153.36 | 102.96 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 109 | 0.70 | 0 | 0.48 | 0.18 | 139.03 | 0.61 | 0.53 |
| Hex | 3F | D0 | 6D | 46 | 0 | 30 | 12 | 8B | 3D | 35 |
| Octal | 77 | 320 | 155 | 106 | 0 | 60 | 22 | 213 | 75 | 65 |
| Binary | 111111 | 11010000 | 1101101 | 1000110 | 0 | 110000 | 10010 | 10001011 | 111101 | 110101 |
Color Harmonies of #3FD06D
Complementary color
Monochromatic Colors of #3FD06D
Black with #3FD06D
Text Example
Text Example
White with #3FD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD06D; }
p { color: rgb(63,208,109); }
H1.HeaderClassName
{
color: #3FD06D;
}
.AnyTagClassName
{
color: #3FD06D;
}
</style>
background-color css
<style>
a { background-color: #3FD06D; }
a { background-color: rgb(63,208,109); }
div.DivClassName
{
background-color: #3FD06D;
}
.BgClassName
{
background-color: #3FD06D;
}
</style>
border-color css
<style>
span { border-color: #3FD06D; }
span { border-color: rgb(63,208,109); }
td.TdClassName
{
border-color: #3FD06D;
}
.TagClassName
{
border-color: #3FD06D;
}
</style>