Shades of Emerald #3FEF76
Tints of Emerald #3FEF76
RGB
CMYK
RGB Variations
Color information
#3FEF76 (or 0x3FEF76) is known color: Emerald. HEX triplet: 3F, EF and 76. RGB value is (63,239,118). Sum of RGB (Red+Green+Blue) = 63+239+118=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEF76 is #C01089. Grayscale: #ACACAC. Windows color (decimal): -12587146 or 7794495. OLE color: 7794495.
HSL color Cylindrical-coordinate representation of color #3FEF76: hue angle of 138.75º 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 #3FEF76 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 118 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.06 |
| HSL | 138.75º | 0.85% | 0.59% | - |
| HSV(B) | 138.75º | 0.74% | 0.94% | - |
| XYZ | 36.19 | 64.1 | 27.6 | - |
| YUV | 172.58 | 97.19 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 118 | 0.74 | 0 | 0.51 | 0.06 | 138.75 | 0.85 | 0.59 |
| Hex | 3F | EF | 76 | 4A | 0 | 33 | 6 | 8B | 55 | 3B |
| Octal | 77 | 357 | 166 | 112 | 0 | 63 | 6 | 213 | 125 | 73 |
| Binary | 111111 | 11101111 | 1110110 | 1001010 | 0 | 110011 | 110 | 10001011 | 1010101 | 111011 |
Color Harmonies of #3FEF76
Complementary color
Monochromatic Colors of #3FEF76
Black with #3FEF76
Text Example
Text Example
White with #3FEF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF76; }
p { color: rgb(63,239,118); }
H1.HeaderClassName
{
color: #3FEF76;
}
.AnyTagClassName
{
color: #3FEF76;
}
</style>
background-color css
<style>
a { background-color: #3FEF76; }
a { background-color: rgb(63,239,118); }
div.DivClassName
{
background-color: #3FEF76;
}
.BgClassName
{
background-color: #3FEF76;
}
</style>
border-color css
<style>
span { border-color: #3FEF76; }
span { border-color: rgb(63,239,118); }
td.TdClassName
{
border-color: #3FEF76;
}
.TagClassName
{
border-color: #3FEF76;
}
</style>