Shades of Emerald #3FD55F
Tints of Emerald #3FD55F
RGB
CMYK
RGB Variations
Color information
#3FD55F (or 0x3FD55F) is known color: Emerald. HEX triplet: 3F, D5 and 5F. RGB value is (63,213,95). Sum of RGB (Red+Green+Blue) = 63+213+95=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD55F is #C02AA0. Grayscale: #9B9B9B. Windows color (decimal): -12593825 or 6280511. OLE color: 6280511.
HSL color Cylindrical-coordinate representation of color #3FD55F: hue angle of 132.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD55F is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 95 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.16 |
| HSL | 132.8º | 0.64% | 0.54% | - |
| HSV(B) | 132.8º | 0.7% | 0.84% | - |
| XYZ | 27.91 | 49.47 | 18.9 | - |
| YUV | 154.7 | 94.31 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 95 | 0.70 | 0 | 0.55 | 0.16 | 132.8 | 0.64 | 0.54 |
| Hex | 3F | D5 | 5F | 46 | 0 | 37 | 10 | 85 | 40 | 36 |
| Octal | 77 | 325 | 137 | 106 | 0 | 67 | 20 | 205 | 100 | 66 |
| Binary | 111111 | 11010101 | 1011111 | 1000110 | 0 | 110111 | 10000 | 10000101 | 1000000 | 110110 |
Color Harmonies of #3FD55F
Complementary color
Monochromatic Colors of #3FD55F
Black with #3FD55F
Text Example
Text Example
White with #3FD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD55F; }
p { color: rgb(63,213,95); }
H1.HeaderClassName
{
color: #3FD55F;
}
.AnyTagClassName
{
color: #3FD55F;
}
</style>
background-color css
<style>
a { background-color: #3FD55F; }
a { background-color: rgb(63,213,95); }
div.DivClassName
{
background-color: #3FD55F;
}
.BgClassName
{
background-color: #3FD55F;
}
</style>
border-color css
<style>
span { border-color: #3FD55F; }
span { border-color: rgb(63,213,95); }
td.TdClassName
{
border-color: #3FD55F;
}
.TagClassName
{
border-color: #3FD55F;
}
</style>