Color Hex Logo

#42c57d Color Hex

#42C57D
(66,197,125)
0 Favorites   0 Comments

Color spaces of #42c57d

RGB 66197125
HSL0.410.530.52
HSV147°66°77°
CMYK 0.660.000.37   0.23
XYZ25.914742.571426.2533
Yxy42.57140.27350.4494
Hunter Lab65.2468-43.285221.8163
CIE-Lab71.2631-51.914525.9722

#42c57d color RGB value is (66,197,125).

#42c57d hex color red value is 66, green value is 197 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #42c57d hue: 0.41 , saturation: 0.53 and the lightness value of 42c57d is 0.52.

The process color (four color CMYK) of #42c57d color hex is 0.66, 0.00, 0.37, 0.23. Web safe color of #42c57d is #33cc66. Color #42c57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11000101 01111101
Octal 102 305 175
Decimal 66 197 125
Hex 42 C5 7D

RGB Percentages of Color #42c57d

%17.01
%50.77
%32.22

CMYK Percentages of Color #42c57d

%66
%0
%37
%23

Triadic Colors of #42c57d

#42c57d #7d42c5 #c57d42

Analogous Colors of #42c57d

#42c57d #42c5bf #49c542

Monochromatic Colors of #42c57d

#42c57d

Complementary Color

#42c57d #c5428a

#42c57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42c57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42c57d Color CSS Codes

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

#42c57d Text Font Color

<p style="color:#42c57d">Text here</p>

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


#42c57d Background Color

<div style="background-color:#42c57d">
Div content here</div>

This div background color is #42c57d


#42c57d Border Color

<div style="border:3px solid #42c57d">
Div here</div>

This div border color is #42c57d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,197,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42c57d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42c57d;
  -webkit-box-shadow: 1px 1px 3px 2px #42c57d;
  box-shadow:         1px 1px 3px 2px #42c57d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42c57d


Comments

No comments written yet.

Please login to write comment.