Color Hex Logo

#42cf5f Color Hex

#42CF5F
(66,207,95)
0 Favorites   0 Comments

Color spaces of #42cf5f

RGB 6620795
HSL0.370.590.54
HSV132°68°81°
CMYK 0.680.000.54   0.19
XYZ26.625146.610118.4198
Yxy46.61010.29050.5085
Hunter Lab68.2716-49.862431.7936
CIE-Lab73.9397-60.515544.4557

#42cf5f color RGB value is (66,207,95).

#42cf5f hex color red value is 66, green value is 207 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #42cf5f hue: 0.37 , saturation: 0.59 and the lightness value of 42cf5f is 0.54.

The process color (four color CMYK) of #42cf5f color hex is 0.68, 0.00, 0.54, 0.19. Web safe color of #42cf5f is #33cc66. Color #42cf5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001111 01011111
Octal 102 317 137
Decimal 66 207 95
Hex 42 CF 5F

RGB Percentages of Color #42cf5f

%17.93
%56.25
%25.82

CMYK Percentages of Color #42cf5f

%68
%0
%54
%19

Triadic Colors of #42cf5f

#42cf5f #5f42cf #cf5f42

Analogous Colors of #42cf5f

#42cf5f #42cfa6 #6ccf42

Monochromatic Colors of #42cf5f

#42cf5f

Complementary Color

#42cf5f #cf42b2

#42cf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cf5f Color CSS Codes

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

#42cf5f Text Font Color

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

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


#42cf5f Background Color

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

This div background color is #42cf5f


#42cf5f Border Color

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

This div border color is #42cf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cf5f


Comments

No comments written yet.

Please login to write comment.