Shades of Emerald #3FEF86
Tints of Emerald #3FEF86
RGB
CMYK
RGB Variations
Color information
#3FEF86 (or 0x3FEF86) is known color: Emerald. HEX triplet: 3F, EF and 86. RGB value is (63,239,134). Sum of RGB (Red+Green+Blue) = 63+239+134=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEF86 is #C01079. Grayscale: #AEAEAE. Windows color (decimal): -12587130 or 8843071. OLE color: 8843071.
HSL color Cylindrical-coordinate representation of color #3FEF86: hue angle of 144.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEF86 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 134 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.06 |
| HSL | 144.2º | 0.85% | 0.59% | - |
| HSV(B) | 144.2º | 0.74% | 0.94% | - |
| XYZ | 37.22 | 64.51 | 33.04 | - |
| YUV | 174.41 | 105.19 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 134 | 0.74 | 0 | 0.44 | 0.06 | 144.2 | 0.85 | 0.59 |
| Hex | 3F | EF | 86 | 4A | 0 | 2C | 6 | 90 | 55 | 3B |
| Octal | 77 | 357 | 206 | 112 | 0 | 54 | 6 | 220 | 125 | 73 |
| Binary | 111111 | 11101111 | 10000110 | 1001010 | 0 | 101100 | 110 | 10010000 | 1010101 | 111011 |
Color Harmonies of #3FEF86
Complementary color
Monochromatic Colors of #3FEF86
Black with #3FEF86
Text Example
Text Example
White with #3FEF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF86; }
p { color: rgb(63,239,134); }
H1.HeaderClassName
{
color: #3FEF86;
}
.AnyTagClassName
{
color: #3FEF86;
}
</style>
background-color css
<style>
a { background-color: #3FEF86; }
a { background-color: rgb(63,239,134); }
div.DivClassName
{
background-color: #3FEF86;
}
.BgClassName
{
background-color: #3FEF86;
}
</style>
border-color css
<style>
span { border-color: #3FEF86; }
span { border-color: rgb(63,239,134); }
td.TdClassName
{
border-color: #3FEF86;
}
.TagClassName
{
border-color: #3FEF86;
}
</style>