Shades of Emerald #3FFF86
Tints of Emerald #3FFF86
RGB
CMYK
RGB Variations
Color information
#3FFF86 (or 0x3FFF86) is known color: Emerald. HEX triplet: 3F, FF and 86. RGB value is (63,255,134). Sum of RGB (Red+Green+Blue) = 63+255+134=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFF86 is #C00079. Grayscale: #B8B8B8. Windows color (decimal): -12583034 or 8847167. OLE color: 8847167.
HSL color Cylindrical-coordinate representation of color #3FFF86: hue angle of 142.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFF86 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 134 | - |
| CMYK | 0.75 | 0 | 0.47 | 0 |
| HSL | 142.19º | 1% | 0.62% | - |
| HSV(B) | 142.19º | 0.75% | 1% | - |
| XYZ | 42.11 | 74.3 | 34.68 | - |
| YUV | 183.8 | 99.89 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 134 | 0.75 | 0 | 0.47 | 0 | 142.19 | 1 | 0.62 |
| Hex | 3F | FF | 86 | 4B | 0 | 2F | 0 | 8E | 64 | 3E |
| Octal | 77 | 377 | 206 | 113 | 0 | 57 | 0 | 216 | 144 | 76 |
| Binary | 111111 | 11111111 | 10000110 | 1001011 | 0 | 101111 | 0 | 10001110 | 1100100 | 111110 |
Color Harmonies of #3FFF86
Complementary color
Monochromatic Colors of #3FFF86
Black with #3FFF86
Text Example
Text Example
White with #3FFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF86; }
p { color: rgb(63,255,134); }
H1.HeaderClassName
{
color: #3FFF86;
}
.AnyTagClassName
{
color: #3FFF86;
}
</style>
background-color css
<style>
a { background-color: #3FFF86; }
a { background-color: rgb(63,255,134); }
div.DivClassName
{
background-color: #3FFF86;
}
.BgClassName
{
background-color: #3FFF86;
}
</style>
border-color css
<style>
span { border-color: #3FFF86; }
span { border-color: rgb(63,255,134); }
td.TdClassName
{
border-color: #3FFF86;
}
.TagClassName
{
border-color: #3FFF86;
}
</style>