Shades of Emerald #3FFA86
Tints of Emerald #3FFA86
RGB
CMYK
RGB Variations
Color information
#3FFA86 (or 0x3FFA86) is known color: Emerald. HEX triplet: 3F, FA and 86. RGB value is (63,250,134). Sum of RGB (Red+Green+Blue) = 63+250+134=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFA86 is #C00579. Grayscale: #B5B5B5. Windows color (decimal): -12584314 or 8845887. OLE color: 8845887.
HSL color Cylindrical-coordinate representation of color #3FFA86: hue angle of 142.78º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFA86 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 134 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.02 |
| HSL | 142.78º | 0.95% | 0.61% | - |
| HSV(B) | 142.78º | 0.75% | 0.98% | - |
| XYZ | 40.54 | 71.15 | 34.15 | - |
| YUV | 180.86 | 101.55 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 134 | 0.75 | 0 | 0.46 | 0.02 | 142.78 | 0.95 | 0.61 |
| Hex | 3F | FA | 86 | 4B | 0 | 2E | 2 | 8F | 5F | 3D |
| Octal | 77 | 372 | 206 | 113 | 0 | 56 | 2 | 217 | 137 | 75 |
| Binary | 111111 | 11111010 | 10000110 | 1001011 | 0 | 101110 | 10 | 10001111 | 1011111 | 111101 |
Color Harmonies of #3FFA86
Complementary color
Monochromatic Colors of #3FFA86
Black with #3FFA86
Text Example
Text Example
White with #3FFA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA86; }
p { color: rgb(63,250,134); }
H1.HeaderClassName
{
color: #3FFA86;
}
.AnyTagClassName
{
color: #3FFA86;
}
</style>
background-color css
<style>
a { background-color: #3FFA86; }
a { background-color: rgb(63,250,134); }
div.DivClassName
{
background-color: #3FFA86;
}
.BgClassName
{
background-color: #3FFA86;
}
</style>
border-color css
<style>
span { border-color: #3FFA86; }
span { border-color: rgb(63,250,134); }
td.TdClassName
{
border-color: #3FFA86;
}
.TagClassName
{
border-color: #3FFA86;
}
</style>