Shades of Emerald #3FEC65
Tints of Emerald #3FEC65
RGB
CMYK
RGB Variations
Color information
#3FEC65 (or 0x3FEC65) is known color: Emerald. HEX triplet: 3F, EC and 65. RGB value is (63,236,101). Sum of RGB (Red+Green+Blue) = 63+236+101=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 236 (92.58% from 255 or 59% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEC65 is #C0139A. Grayscale: #A9A9A9. Windows color (decimal): -12587931 or 6679615. OLE color: 6679615.
HSL color Cylindrical-coordinate representation of color #3FEC65: hue angle of 133.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC65 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 101 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.07 |
| HSL | 133.18º | 0.82% | 0.59% | - |
| HSV(B) | 133.18º | 0.73% | 0.93% | - |
| XYZ | 34.39 | 61.99 | 22.46 | - |
| YUV | 168.88 | 89.69 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 101 | 0.73 | 0 | 0.57 | 0.07 | 133.18 | 0.82 | 0.59 |
| Hex | 3F | EC | 65 | 49 | 0 | 39 | 7 | 85 | 52 | 3B |
| Octal | 77 | 354 | 145 | 111 | 0 | 71 | 7 | 205 | 122 | 73 |
| Binary | 111111 | 11101100 | 1100101 | 1001001 | 0 | 111001 | 111 | 10000101 | 1010010 | 111011 |
Color Harmonies of #3FEC65
Complementary color
Monochromatic Colors of #3FEC65
Black with #3FEC65
Text Example
Text Example
White with #3FEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC65; }
p { color: rgb(63,236,101); }
H1.HeaderClassName
{
color: #3FEC65;
}
.AnyTagClassName
{
color: #3FEC65;
}
</style>
background-color css
<style>
a { background-color: #3FEC65; }
a { background-color: rgb(63,236,101); }
div.DivClassName
{
background-color: #3FEC65;
}
.BgClassName
{
background-color: #3FEC65;
}
</style>
border-color css
<style>
span { border-color: #3FEC65; }
span { border-color: rgb(63,236,101); }
td.TdClassName
{
border-color: #3FEC65;
}
.TagClassName
{
border-color: #3FEC65;
}
</style>