Shades of Emerald #3FDE64
Tints of Emerald #3FDE64
RGB
CMYK
RGB Variations
Color information
#3FDE64 (or 0x3FDE64) is known color: Emerald. HEX triplet: 3F, DE and 64. RGB value is (63,222,100). Sum of RGB (Red+Green+Blue) = 63+222+100=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDE64 is #C0219B. Grayscale: #A0A0A0. Windows color (decimal): -12591516 or 6610495. OLE color: 6610495.
HSL color Cylindrical-coordinate representation of color #3FDE64: hue angle of 133.96º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDE64 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 100 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.13 |
| HSL | 133.96º | 0.71% | 0.56% | - |
| HSV(B) | 133.96º | 0.72% | 0.87% | - |
| XYZ | 30.47 | 54.22 | 20.92 | - |
| YUV | 160.55 | 93.82 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 100 | 0.72 | 0 | 0.55 | 0.13 | 133.96 | 0.71 | 0.56 |
| Hex | 3F | DE | 64 | 48 | 0 | 37 | D | 86 | 47 | 38 |
| Octal | 77 | 336 | 144 | 110 | 0 | 67 | 15 | 206 | 107 | 70 |
| Binary | 111111 | 11011110 | 1100100 | 1001000 | 0 | 110111 | 1101 | 10000110 | 1000111 | 111000 |
Color Harmonies of #3FDE64
Complementary color
Monochromatic Colors of #3FDE64
Black with #3FDE64
Text Example
Text Example
White with #3FDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDE64; }
p { color: rgb(63,222,100); }
H1.HeaderClassName
{
color: #3FDE64;
}
.AnyTagClassName
{
color: #3FDE64;
}
</style>
background-color css
<style>
a { background-color: #3FDE64; }
a { background-color: rgb(63,222,100); }
div.DivClassName
{
background-color: #3FDE64;
}
.BgClassName
{
background-color: #3FDE64;
}
</style>
border-color css
<style>
span { border-color: #3FDE64; }
span { border-color: rgb(63,222,100); }
td.TdClassName
{
border-color: #3FDE64;
}
.TagClassName
{
border-color: #3FDE64;
}
</style>