Shades of Emerald #3FD85C
Tints of Emerald #3FD85C
RGB
CMYK
RGB Variations
Color information
#3FD85C (or 0x3FD85C) is known color: Emerald. HEX triplet: 3F, D8 and 5C. RGB value is (63,216,92). Sum of RGB (Red+Green+Blue) = 63+216+92=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD85C is #C027A3. Grayscale: #9C9C9C. Windows color (decimal): -12593060 or 6084671. OLE color: 6084671.
HSL color Cylindrical-coordinate representation of color #3FD85C: hue angle of 131.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD85C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 216 | 92 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.15 |
| HSL | 131.37º | 0.66% | 0.55% | - |
| HSV(B) | 131.37º | 0.71% | 0.85% | - |
| XYZ | 28.54 | 50.94 | 18.45 | - |
| YUV | 156.12 | 91.81 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 216 | 92 | 0.71 | 0 | 0.57 | 0.15 | 131.37 | 0.66 | 0.55 |
| Hex | 3F | D8 | 5C | 47 | 0 | 39 | F | 83 | 42 | 37 |
| Octal | 77 | 330 | 134 | 107 | 0 | 71 | 17 | 203 | 102 | 67 |
| Binary | 111111 | 11011000 | 1011100 | 1000111 | 0 | 111001 | 1111 | 10000011 | 1000010 | 110111 |
Color Harmonies of #3FD85C
Complementary color
Monochromatic Colors of #3FD85C
Black with #3FD85C
Text Example
Text Example
White with #3FD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD85C; }
p { color: rgb(63,216,92); }
H1.HeaderClassName
{
color: #3FD85C;
}
.AnyTagClassName
{
color: #3FD85C;
}
</style>
background-color css
<style>
a { background-color: #3FD85C; }
a { background-color: rgb(63,216,92); }
div.DivClassName
{
background-color: #3FD85C;
}
.BgClassName
{
background-color: #3FD85C;
}
</style>
border-color css
<style>
span { border-color: #3FD85C; }
span { border-color: rgb(63,216,92); }
td.TdClassName
{
border-color: #3FD85C;
}
.TagClassName
{
border-color: #3FD85C;
}
</style>