Shades of Emerald #3FED66
Tints of Emerald #3FED66
RGB
CMYK
RGB Variations
Color information
#3FED66 (or 0x3FED66) is known color: Emerald. HEX triplet: 3F, ED and 66. RGB value is (63,237,102). Sum of RGB (Red+Green+Blue) = 63+237+102=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 237 (92.97% from 255 or 58.96% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FED66 is #C01299. Grayscale: #A9A9A9. Windows color (decimal): -12587674 or 6745407. OLE color: 6745407.
HSL color Cylindrical-coordinate representation of color #3FED66: hue angle of 133.45º degrees, saturation: 0.83, 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 #3FED66 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 102 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.07 |
| HSL | 133.45º | 0.83% | 0.59% | - |
| HSV(B) | 133.45º | 0.73% | 0.93% | - |
| XYZ | 34.73 | 62.58 | 22.82 | - |
| YUV | 169.58 | 89.85 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 102 | 0.73 | 0 | 0.57 | 0.07 | 133.45 | 0.83 | 0.59 |
| Hex | 3F | ED | 66 | 49 | 0 | 39 | 7 | 85 | 53 | 3B |
| Octal | 77 | 355 | 146 | 111 | 0 | 71 | 7 | 205 | 123 | 73 |
| Binary | 111111 | 11101101 | 1100110 | 1001001 | 0 | 111001 | 111 | 10000101 | 1010011 | 111011 |
Color Harmonies of #3FED66
Complementary color
Monochromatic Colors of #3FED66
Black with #3FED66
Text Example
Text Example
White with #3FED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED66; }
p { color: rgb(63,237,102); }
H1.HeaderClassName
{
color: #3FED66;
}
.AnyTagClassName
{
color: #3FED66;
}
</style>
background-color css
<style>
a { background-color: #3FED66; }
a { background-color: rgb(63,237,102); }
div.DivClassName
{
background-color: #3FED66;
}
.BgClassName
{
background-color: #3FED66;
}
</style>
border-color css
<style>
span { border-color: #3FED66; }
span { border-color: rgb(63,237,102); }
td.TdClassName
{
border-color: #3FED66;
}
.TagClassName
{
border-color: #3FED66;
}
</style>