Shades of Emerald #3FDC71
Tints of Emerald #3FDC71
RGB
CMYK
RGB Variations
Color information
#3FDC71 (or 0x3FDC71) is known color: Emerald. HEX triplet: 3F, DC and 71. RGB value is (63,220,113). Sum of RGB (Red+Green+Blue) = 63+220+113=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC71 is #C0238E. Grayscale: #A1A1A1. Windows color (decimal): -12592015 or 7461951. OLE color: 7461951.
HSL color Cylindrical-coordinate representation of color #3FDC71: hue angle of 139.11º 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 #3FDC71 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 113 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.14 |
| HSL | 139.11º | 0.69% | 0.55% | - |
| HSV(B) | 139.11º | 0.71% | 0.86% | - |
| XYZ | 30.62 | 53.44 | 24.32 | - |
| YUV | 160.86 | 100.99 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 113 | 0.71 | 0 | 0.49 | 0.14 | 139.11 | 0.69 | 0.55 |
| Hex | 3F | DC | 71 | 47 | 0 | 31 | E | 8B | 45 | 37 |
| Octal | 77 | 334 | 161 | 107 | 0 | 61 | 16 | 213 | 105 | 67 |
| Binary | 111111 | 11011100 | 1110001 | 1000111 | 0 | 110001 | 1110 | 10001011 | 1000101 | 110111 |
Color Harmonies of #3FDC71
Complementary color
Monochromatic Colors of #3FDC71
Black with #3FDC71
Text Example
Text Example
White with #3FDC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC71; }
p { color: rgb(63,220,113); }
H1.HeaderClassName
{
color: #3FDC71;
}
.AnyTagClassName
{
color: #3FDC71;
}
</style>
background-color css
<style>
a { background-color: #3FDC71; }
a { background-color: rgb(63,220,113); }
div.DivClassName
{
background-color: #3FDC71;
}
.BgClassName
{
background-color: #3FDC71;
}
</style>
border-color css
<style>
span { border-color: #3FDC71; }
span { border-color: rgb(63,220,113); }
td.TdClassName
{
border-color: #3FDC71;
}
.TagClassName
{
border-color: #3FDC71;
}
</style>