Color Hex Logo

#49d470 Color Hex

#49D470
(73,212,112)
0 Favorites   0 Comments

Color spaces of #49d470

RGB 73212112
HSL0.380.620.56
HSV137°66°83°
CMYK 0.660.000.47   0.17
XYZ29.215849.673323.3773
Yxy49.67330.28570.4857
Hunter Lab70.4793-49.345129.6696
CIE-Lab75.8683-58.544138.6346

#49d470 color RGB value is (73,212,112).

#49d470 hex color red value is 73, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #49d470 hue: 0.38 , saturation: 0.62 and the lightness value of 49d470 is 0.56.

The process color (four color CMYK) of #49d470 color hex is 0.66, 0.00, 0.47, 0.17. Web safe color of #49d470 is #33cc66. Color #49d470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11010100 01110000
Octal 111 324 160
Decimal 73 212 112
Hex 49 D4 70

RGB Percentages of Color #49d470

%18.39
%53.40
%28.21

CMYK Percentages of Color #49d470

%66
%0
%47
%17

Triadic Colors of #49d470

#49d470 #7049d4 #d47049

Analogous Colors of #49d470

#49d470 #49d4b6 #68d449

Monochromatic Colors of #49d470

#49d470

Complementary Color

#49d470 #d449ad

#49d470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d470 Color CSS Codes

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

#49d470 Text Font Color

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

This sample text font color is #49d470
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.


#49d470 Background Color

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

This div background color is #49d470


#49d470 Border Color

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

This div border color is #49d470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d470


Comments

No comments written yet.

Please login to write comment.