Color Hex Logo

#49ef5a Color Hex

#49EF5A
(73,239,90)
0 Favorites   0 Comments

Color spaces of #49ef5a

RGB 7323990
HSL0.350.840.61
HSV126°69°94°
CMYK 0.690.000.62   0.06
XYZ35.459663.887720.1355
Yxy63.88770.29680.5347
Hunter Lab79.9298-60.688441.0148
CIE-Lab83.9073-70.690658.3083

#49ef5a color RGB value is (73,239,90).

#49ef5a hex color red value is 73, green value is 239 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #49ef5a hue: 0.35 , saturation: 0.84 and the lightness value of 49ef5a is 0.61.

The process color (four color CMYK) of #49ef5a color hex is 0.69, 0.00, 0.62, 0.06. Web safe color of #49ef5a is #33ff66. Color #49ef5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101111 01011010
Octal 111 357 132
Decimal 73 239 90
Hex 49 EF 5A

RGB Percentages of Color #49ef5a

%18.16
%59.45
%22.39

CMYK Percentages of Color #49ef5a

%69
%0
%62
%6

Triadic Colors of #49ef5a

#49ef5a #5a49ef #ef5a49

Analogous Colors of #49ef5a

#49ef5a #49efad #8bef49

Monochromatic Colors of #49ef5a

#49ef5a

Complementary Color

#49ef5a #ef49de

#49ef5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ef5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ef5a Color CSS Codes

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

#49ef5a Text Font Color

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

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


#49ef5a Background Color

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

This div background color is #49ef5a


#49ef5a Border Color

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

This div border color is #49ef5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ef5a


Comments

No comments written yet.

Please login to write comment.