Color Hex Logo

#42c565 Color Hex

#42C565
(66,197,101)
0 Favorites   0 Comments

Color spaces of #42c565

RGB 66197101
HSL0.380.530.52
HSV136°66°77°
CMYK 0.660.000.49   0.23
XYZ24.562042.030319.1300
Yxy42.03030.28650.4903
Hunter Lab64.8308-45.826827.8865
CIE-Lab70.8918-56.056437.7971

#42c565 color RGB value is (66,197,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11000101 01100101
Octal 102 305 145
Decimal 66 197 101
Hex 42 C5 65

RGB Percentages of Color #42c565

%18.13
%54.12
%27.75

CMYK Percentages of Color #42c565

%66
%0
%49
%23

Triadic Colors of #42c565

#42c565 #6542c5 #c56542

Analogous Colors of #42c565

#42c565 #42c5a7 #61c542

Monochromatic Colors of #42c565

#42c565

Complementary Color

#42c565 #c542a2

#42c565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42c565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42c565 Color CSS Codes

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

#42c565 Text Font Color

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

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


#42c565 Background Color

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

This div background color is #42c565


#42c565 Border Color

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

This div border color is #42c565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42c565

#42c565 Color Palettes


Comments

No comments written yet.

Please login to write comment.