Color Hex Logo

#73c57a Color Hex

#73C57A
(115,197,122)
0 Favorites   0 Comments

Color spaces of #73c57a

RGB 115197122
HSL0.350.410.61
HSV125°42°77°
CMYK 0.420.000.38   0.23
XYZ30.549344.982525.4847
Yxy44.98250.30240.4453
Hunter Lab67.0690-36.065724.4194
CIE-Lab72.8804-40.607429.9874

#73c57a color RGB value is (115,197,122).

#73c57a hex color red value is 115, green value is 197 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #73c57a hue: 0.35 , saturation: 0.41 and the lightness value of 73c57a is 0.61.

The process color (four color CMYK) of #73c57a color hex is 0.42, 0.00, 0.38, 0.23. Web safe color of #73c57a is #66cc66. Color #73c57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11000101 01111010
Octal 163 305 172
Decimal 115 197 122
Hex 73 C5 7A

RGB Percentages of Color #73c57a

%26.50
%45.39
%28.11

CMYK Percentages of Color #73c57a

%42
%0
%38
%23

Triadic Colors of #73c57a

#73c57a #7a73c5 #c57a73

Analogous Colors of #73c57a

#73c57a #73c5a3 #95c573

Monochromatic Colors of #73c57a

#73c57a

Complementary Color

#73c57a #c573be

#73c57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c57a Color CSS Codes

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

#73c57a Text Font Color

<p style="color:#73c57a">Text here</p>

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


#73c57a Background Color

<div style="background-color:#73c57a">
Div content here</div>

This div background color is #73c57a


#73c57a Border Color

<div style="border:3px solid #73c57a">
Div here</div>

This div border color is #73c57a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,197,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73c57a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73c57a;
  -webkit-box-shadow: 1px 1px 3px 2px #73c57a;
  box-shadow:         1px 1px 3px 2px #73c57a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,197,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c57a


Comments

No comments written yet.

Please login to write comment.