Shades of Emerald #3FDC83
Tints of Emerald #3FDC83
RGB
CMYK
RGB Variations
Color information
#3FDC83 (or 0x3FDC83) is known color: Emerald. HEX triplet: 3F, DC and 83. RGB value is (63,220,131). Sum of RGB (Red+Green+Blue) = 63+220+131=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC83 is #C0237C. Grayscale: #A3A3A3. Windows color (decimal): -12591997 or 8641599. OLE color: 8641599.
HSL color Cylindrical-coordinate representation of color #3FDC83: hue angle of 145.99º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC83 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 131 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.14 |
| HSL | 145.99º | 0.69% | 0.55% | - |
| HSV(B) | 145.99º | 0.71% | 0.86% | - |
| XYZ | 31.74 | 53.88 | 30.2 | - |
| YUV | 162.91 | 109.99 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 131 | 0.71 | 0 | 0.40 | 0.14 | 145.99 | 0.69 | 0.55 |
| Hex | 3F | DC | 83 | 47 | 0 | 28 | E | 92 | 45 | 37 |
| Octal | 77 | 334 | 203 | 107 | 0 | 50 | 16 | 222 | 105 | 67 |
| Binary | 111111 | 11011100 | 10000011 | 1000111 | 0 | 101000 | 1110 | 10010010 | 1000101 | 110111 |
Color Harmonies of #3FDC83
Complementary color
Monochromatic Colors of #3FDC83
Black with #3FDC83
Text Example
Text Example
White with #3FDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC83; }
p { color: rgb(63,220,131); }
H1.HeaderClassName
{
color: #3FDC83;
}
.AnyTagClassName
{
color: #3FDC83;
}
</style>
background-color css
<style>
a { background-color: #3FDC83; }
a { background-color: rgb(63,220,131); }
div.DivClassName
{
background-color: #3FDC83;
}
.BgClassName
{
background-color: #3FDC83;
}
</style>
border-color css
<style>
span { border-color: #3FDC83; }
span { border-color: rgb(63,220,131); }
td.TdClassName
{
border-color: #3FDC83;
}
.TagClassName
{
border-color: #3FDC83;
}
</style>