Shades of Emerald #3FFB86
Tints of Emerald #3FFB86
RGB
CMYK
RGB Variations
Color information
#3FFB86 (or 0x3FFB86) is known color: Emerald. HEX triplet: 3F, FB and 86. RGB value is (63,251,134). Sum of RGB (Red+Green+Blue) = 63+251+134=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFB86 is #C00479. Grayscale: #B5B5B5. Windows color (decimal): -12584058 or 8846143. OLE color: 8846143.
HSL color Cylindrical-coordinate representation of color #3FFB86: hue angle of 142.66º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFB86 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 134 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.02 |
| HSL | 142.66º | 0.96% | 0.62% | - |
| HSV(B) | 142.66º | 0.75% | 0.98% | - |
| XYZ | 40.85 | 71.77 | 34.25 | - |
| YUV | 181.45 | 101.22 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 134 | 0.75 | 0 | 0.47 | 0.02 | 142.66 | 0.96 | 0.62 |
| Hex | 3F | FB | 86 | 4B | 0 | 2F | 2 | 8F | 60 | 3E |
| Octal | 77 | 373 | 206 | 113 | 0 | 57 | 2 | 217 | 140 | 76 |
| Binary | 111111 | 11111011 | 10000110 | 1001011 | 0 | 101111 | 10 | 10001111 | 1100000 | 111110 |
Color Harmonies of #3FFB86
Complementary color
Monochromatic Colors of #3FFB86
Black with #3FFB86
Text Example
Text Example
White with #3FFB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB86; }
p { color: rgb(63,251,134); }
H1.HeaderClassName
{
color: #3FFB86;
}
.AnyTagClassName
{
color: #3FFB86;
}
</style>
background-color css
<style>
a { background-color: #3FFB86; }
a { background-color: rgb(63,251,134); }
div.DivClassName
{
background-color: #3FFB86;
}
.BgClassName
{
background-color: #3FFB86;
}
</style>
border-color css
<style>
span { border-color: #3FFB86; }
span { border-color: rgb(63,251,134); }
td.TdClassName
{
border-color: #3FFB86;
}
.TagClassName
{
border-color: #3FFB86;
}
</style>