Shades of Emerald #3FF47F
Tints of Emerald #3FF47F
RGB
CMYK
RGB Variations
Color information
#3FF47F (or 0x3FF47F) is known color: Emerald. HEX triplet: 3F, F4 and 7F. RGB value is (63,244,127). Sum of RGB (Red+Green+Blue) = 63+244+127=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 244 (95.70% from 255 or 56.22% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF47F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF47F is #C00B80. Grayscale: #B0B0B0. Windows color (decimal): -12585857 or 8385599. OLE color: 8385599.
HSL color Cylindrical-coordinate representation of color #3FF47F: hue angle of 141.22º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF47F is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 127 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.04 |
| HSL | 141.22º | 0.89% | 0.6% | - |
| HSV(B) | 141.22º | 0.74% | 0.96% | - |
| XYZ | 38.23 | 67.29 | 31.05 | - |
| YUV | 176.54 | 100.03 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 127 | 0.74 | 0 | 0.48 | 0.04 | 141.22 | 0.89 | 0.6 |
| Hex | 3F | F4 | 7F | 4A | 0 | 30 | 4 | 8D | 59 | 3C |
| Octal | 77 | 364 | 177 | 112 | 0 | 60 | 4 | 215 | 131 | 74 |
| Binary | 111111 | 11110100 | 1111111 | 1001010 | 0 | 110000 | 100 | 10001101 | 1011001 | 111100 |
Color Harmonies of #3FF47F
Complementary color
Monochromatic Colors of #3FF47F
Black with #3FF47F
Text Example
Text Example
White with #3FF47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF47F; }
p { color: rgb(63,244,127); }
H1.HeaderClassName
{
color: #3FF47F;
}
.AnyTagClassName
{
color: #3FF47F;
}
</style>
background-color css
<style>
a { background-color: #3FF47F; }
a { background-color: rgb(63,244,127); }
div.DivClassName
{
background-color: #3FF47F;
}
.BgClassName
{
background-color: #3FF47F;
}
</style>
border-color css
<style>
span { border-color: #3FF47F; }
span { border-color: rgb(63,244,127); }
td.TdClassName
{
border-color: #3FF47F;
}
.TagClassName
{
border-color: #3FF47F;
}
</style>