Shades of Emerald #3FE686
Tints of Emerald #3FE686
RGB
CMYK
RGB Variations
Color information
#3FE686 (or 0x3FE686) is known color: Emerald. HEX triplet: 3F, E6 and 86. RGB value is (63,230,134). Sum of RGB (Red+Green+Blue) = 63+230+134=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FE686 is #C01979. Grayscale: #A9A9A9. Windows color (decimal): -12589434 or 8840767. OLE color: 8840767.
HSL color Cylindrical-coordinate representation of color #3FE686: hue angle of 145.51º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE686 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 134 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.10 |
| HSL | 145.51º | 0.77% | 0.57% | - |
| HSV(B) | 145.51º | 0.73% | 0.9% | - |
| XYZ | 34.65 | 59.37 | 32.19 | - |
| YUV | 169.12 | 108.17 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 134 | 0.73 | 0 | 0.42 | 0.10 | 145.51 | 0.77 | 0.57 |
| Hex | 3F | E6 | 86 | 49 | 0 | 2A | A | 92 | 4D | 39 |
| Octal | 77 | 346 | 206 | 111 | 0 | 52 | 12 | 222 | 115 | 71 |
| Binary | 111111 | 11100110 | 10000110 | 1001001 | 0 | 101010 | 1010 | 10010010 | 1001101 | 111001 |
Color Harmonies of #3FE686
Complementary color
Monochromatic Colors of #3FE686
Black with #3FE686
Text Example
Text Example
White with #3FE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE686; }
p { color: rgb(63,230,134); }
H1.HeaderClassName
{
color: #3FE686;
}
.AnyTagClassName
{
color: #3FE686;
}
</style>
background-color css
<style>
a { background-color: #3FE686; }
a { background-color: rgb(63,230,134); }
div.DivClassName
{
background-color: #3FE686;
}
.BgClassName
{
background-color: #3FE686;
}
</style>
border-color css
<style>
span { border-color: #3FE686; }
span { border-color: rgb(63,230,134); }
td.TdClassName
{
border-color: #3FE686;
}
.TagClassName
{
border-color: #3FE686;
}
</style>