Shades of Emerald #3FD65C
Tints of Emerald #3FD65C
RGB
CMYK
RGB Variations
Color information
#3FD65C (or 0x3FD65C) is known color: Emerald. HEX triplet: 3F, D6 and 5C. RGB value is (63,214,92). Sum of RGB (Red+Green+Blue) = 63+214+92=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD65C is #C029A3. Grayscale: #9B9B9B. Windows color (decimal): -12593572 or 6084159. OLE color: 6084159.
HSL color Cylindrical-coordinate representation of color #3FD65C: hue angle of 131.52º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD65C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 214 | 92 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.16 |
| HSL | 131.52º | 0.65% | 0.54% | - |
| HSV(B) | 131.52º | 0.71% | 0.84% | - |
| XYZ | 28.03 | 49.92 | 18.28 | - |
| YUV | 154.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 92 | 0.71 | 0 | 0.57 | 0.16 | 131.52 | 0.65 | 0.54 |
| Hex | 3F | D6 | 5C | 47 | 0 | 39 | 10 | 84 | 41 | 36 |
| Octal | 77 | 326 | 134 | 107 | 0 | 71 | 20 | 204 | 101 | 66 |
| Binary | 111111 | 11010110 | 1011100 | 1000111 | 0 | 111001 | 10000 | 10000100 | 1000001 | 110110 |
Color Harmonies of #3FD65C
Complementary color
Monochromatic Colors of #3FD65C
Black with #3FD65C
Text Example
Text Example
White with #3FD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD65C; }
p { color: rgb(63,214,92); }
H1.HeaderClassName
{
color: #3FD65C;
}
.AnyTagClassName
{
color: #3FD65C;
}
</style>
background-color css
<style>
a { background-color: #3FD65C; }
a { background-color: rgb(63,214,92); }
div.DivClassName
{
background-color: #3FD65C;
}
.BgClassName
{
background-color: #3FD65C;
}
</style>
border-color css
<style>
span { border-color: #3FD65C; }
span { border-color: rgb(63,214,92); }
td.TdClassName
{
border-color: #3FD65C;
}
.TagClassName
{
border-color: #3FD65C;
}
</style>