#3FDC71

Color #3FDC71 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3FDC71

Tints of Emerald #3FDC71

Color information

#3FDC71 (or 0x3FDC71) is unknown color: approx 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

RGB63220113-
CMYK0.7100.490.14
HSL139.11º69.16%55.49%-
HSV(B)139.11º71.36%86.27%-
XYZ30.6253.4424.32-
YUV160.86100.9958.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.91%
GREEN value IS 220 (86.33% from 255) = 55.56%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=15.91%
G=55.56%
B=28.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632201130.7100.490.14139.1169.1655.49
Hex3FDC7147031E8b4537
Octal773341611070611621310567
Binary111111110111001110001100011101100011110100010111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>