Color Hex Logo

#49ff94 Color Hex

#49FF94
(73,255,148)
0 Favorites   0 Comments

Color spaces of #49ff94

RGB 73255148
HSL0.401.000.64
HSV145°71°100°
CMYK 0.710.000.42   0.00
XYZ43.852975.074640.1965
Yxy75.07460.27560.4718
Hunter Lab86.6456-61.287733.1462
CIE-Lab89.4279-68.072738.2984

#49ff94 color RGB value is (73,255,148).

#49ff94 hex color red value is 73, green value is 255 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #49ff94 hue: 0.40 , saturation: 1.00 and the lightness value of 49ff94 is 0.64.

The process color (four color CMYK) of #49ff94 color hex is 0.71, 0.00, 0.42, 0.00. Web safe color of #49ff94 is #33ff99. Color #49ff94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111111 10010100
Octal 111 377 224
Decimal 73 255 148
Hex 49 FF 94

RGB Percentages of Color #49ff94

%15.34
%53.57
%31.09

CMYK Percentages of Color #49ff94

%71
%0
%42
%0

Triadic Colors of #49ff94

#49ff94 #9449ff #ff9449

Analogous Colors of #49ff94

#49ff94 #49ffef #59ff49

Monochromatic Colors of #49ff94

#49ff94

Complementary Color

#49ff94 #ff49b4

#49ff94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ff94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ff94 Color CSS Codes

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

#49ff94 Text Font Color

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

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


#49ff94 Background Color

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

This div background color is #49ff94


#49ff94 Border Color

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

This div border color is #49ff94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ff94


Comments

No comments written yet.

Please login to write comment.