Shades of Emerald #3FDC65
Tints of Emerald #3FDC65
RGB
CMYK
RGB Variations
Color information
#3FDC65 (or 0x3FDC65) is known color: Emerald. HEX triplet: 3F, DC and 65. RGB value is (63,220,101). Sum of RGB (Red+Green+Blue) = 63+220+101=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC65 is #C0239A. Grayscale: #9F9F9F. Windows color (decimal): -12592027 or 6675519. OLE color: 6675519.
HSL color Cylindrical-coordinate representation of color #3FDC65: hue angle of 134.52º 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 #3FDC65 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 101 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.14 |
| HSL | 134.52º | 0.69% | 0.55% | - |
| HSV(B) | 134.52º | 0.71% | 0.86% | - |
| XYZ | 29.99 | 53.18 | 21 | - |
| YUV | 159.49 | 94.99 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 101 | 0.71 | 0 | 0.54 | 0.14 | 134.52 | 0.69 | 0.55 |
| Hex | 3F | DC | 65 | 47 | 0 | 36 | E | 87 | 45 | 37 |
| Octal | 77 | 334 | 145 | 107 | 0 | 66 | 16 | 207 | 105 | 67 |
| Binary | 111111 | 11011100 | 1100101 | 1000111 | 0 | 110110 | 1110 | 10000111 | 1000101 | 110111 |
Color Harmonies of #3FDC65
Complementary color
Monochromatic Colors of #3FDC65
Black with #3FDC65
Text Example
Text Example
White with #3FDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC65; }
p { color: rgb(63,220,101); }
H1.HeaderClassName
{
color: #3FDC65;
}
.AnyTagClassName
{
color: #3FDC65;
}
</style>
background-color css
<style>
a { background-color: #3FDC65; }
a { background-color: rgb(63,220,101); }
div.DivClassName
{
background-color: #3FDC65;
}
.BgClassName
{
background-color: #3FDC65;
}
</style>
border-color css
<style>
span { border-color: #3FDC65; }
span { border-color: rgb(63,220,101); }
td.TdClassName
{
border-color: #3FDC65;
}
.TagClassName
{
border-color: #3FDC65;
}
</style>