Shades of Emerald #3FEB86
Tints of Emerald #3FEB86
RGB
CMYK
RGB Variations
Color information
#3FEB86 (or 0x3FEB86) is known color: Emerald. HEX triplet: 3F, EB and 86. RGB value is (63,235,134). Sum of RGB (Red+Green+Blue) = 63+235+134=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEB86 is #C01479. Grayscale: #ACACAC. Windows color (decimal): -12588154 or 8842047. OLE color: 8842047.
HSL color Cylindrical-coordinate representation of color #3FEB86: hue angle of 144.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEB86 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 134 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.08 |
| HSL | 144.77º | 0.81% | 0.58% | - |
| HSV(B) | 144.77º | 0.73% | 0.92% | - |
| XYZ | 36.06 | 62.19 | 32.66 | - |
| YUV | 172.06 | 106.52 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 134 | 0.73 | 0 | 0.43 | 0.08 | 144.77 | 0.81 | 0.58 |
| Hex | 3F | EB | 86 | 49 | 0 | 2B | 8 | 91 | 51 | 3A |
| Octal | 77 | 353 | 206 | 111 | 0 | 53 | 10 | 221 | 121 | 72 |
| Binary | 111111 | 11101011 | 10000110 | 1001001 | 0 | 101011 | 1000 | 10010001 | 1010001 | 111010 |
Color Harmonies of #3FEB86
Complementary color
Monochromatic Colors of #3FEB86
Black with #3FEB86
Text Example
Text Example
White with #3FEB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEB86; }
p { color: rgb(63,235,134); }
H1.HeaderClassName
{
color: #3FEB86;
}
.AnyTagClassName
{
color: #3FEB86;
}
</style>
background-color css
<style>
a { background-color: #3FEB86; }
a { background-color: rgb(63,235,134); }
div.DivClassName
{
background-color: #3FEB86;
}
.BgClassName
{
background-color: #3FEB86;
}
</style>
border-color css
<style>
span { border-color: #3FEB86; }
span { border-color: rgb(63,235,134); }
td.TdClassName
{
border-color: #3FEB86;
}
.TagClassName
{
border-color: #3FEB86;
}
</style>