Color Hex Logo

#49fa71 Color Hex

#49FA71
(73,250,113)
0 Favorites   0 Comments

Color spaces of #49fa71

RGB 73250113
HSL0.370.950.63
HSV134°71°98°
CMYK 0.710.000.55   0.02
XYZ39.913970.979927.2196
Yxy70.97990.28900.5139
Hunter Lab84.2496-62.871039.8191
CIE-Lab87.4752-71.588652.4153

#49fa71 color RGB value is (73,250,113).

#49fa71 hex color red value is 73, green value is 250 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #49fa71 hue: 0.37 , saturation: 0.95 and the lightness value of 49fa71 is 0.63.

The process color (four color CMYK) of #49fa71 color hex is 0.71, 0.00, 0.55, 0.02. Web safe color of #49fa71 is #33ff66. Color #49fa71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111010 01110001
Octal 111 372 161
Decimal 73 250 113
Hex 49 FA 71

RGB Percentages of Color #49fa71

%16.74
%57.34
%25.92

CMYK Percentages of Color #49fa71

%71
%0
%55
%2

Triadic Colors of #49fa71

#49fa71 #7149fa #fa7149

Analogous Colors of #49fa71

#49fa71 #49faca #7afa49

Monochromatic Colors of #49fa71

#49fa71

Complementary Color

#49fa71 #fa49d2

#49fa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fa71 Color CSS Codes

.mybgcolor {background-color:#49fa71; } 
.myforecolor {color:#49fa71; }
.mybordercolor {border:3px solid #49fa71; }

#49fa71 Text Font Color

<p style="color:#49fa71">Text here</p>

This sample text font color is #49fa71
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#49fa71 Background Color

<div style="background-color:#49fa71">
Div content here</div>

This div background color is #49fa71


#49fa71 Border Color

<div style="border:3px solid #49fa71">
Div here</div>

This div border color is #49fa71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,250,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49fa71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49fa71;
  -webkit-box-shadow: 1px 1px 3px 2px #49fa71;
  box-shadow:         1px 1px 3px 2px #49fa71; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,250,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #49fa71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #49fa71;
  -webkit-box-shadow: 1px 1px 3px 2px #49fa71;
  box-shadow:         1px 1px 3px 2px #49fa71;">
Div content here</div>

This div box has shadow with color #49fa71


Comments

No comments written yet.

Please login to write comment.