Color Hex Logo

#49dd63 Color Hex

#49DD63
(73,221,99)
0 Favorites   0 Comments

Color spaces of #49dd63

RGB 7322199
HSL0.360.690.58
HSV131°67°87°
CMYK 0.670.000.55   0.13
XYZ30.856254.030220.6070
Yxy54.03020.29250.5122
Hunter Lab73.5052-53.703034.8319
CIE-Lab78.4793-63.597848.0673

#49dd63 color RGB value is (73,221,99).

#49dd63 hex color red value is 73, green value is 221 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #49dd63 hue: 0.36 , saturation: 0.69 and the lightness value of 49dd63 is 0.58.

The process color (four color CMYK) of #49dd63 color hex is 0.67, 0.00, 0.55, 0.13. Web safe color of #49dd63 is #33cc66. Color #49dd63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011101 01100011
Octal 111 335 143
Decimal 73 221 99
Hex 49 DD 63

RGB Percentages of Color #49dd63

%18.58
%56.23
%25.19

CMYK Percentages of Color #49dd63

%67
%0
%55
%13

Triadic Colors of #49dd63

#49dd63 #6349dd #dd6349

Analogous Colors of #49dd63

#49dd63 #49ddad #79dd49

Monochromatic Colors of #49dd63

#49dd63

Complementary Color

#49dd63 #dd49c3

#49dd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dd63 Color CSS Codes

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

#49dd63 Text Font Color

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

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


#49dd63 Background Color

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

This div background color is #49dd63


#49dd63 Border Color

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

This div border color is #49dd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dd63


Comments

No comments written yet.

Please login to write comment.