Color Hex Logo

#42ce5b Color Hex

#42CE5B
(66,206,91)
0 Favorites   0 Comments

Color spaces of #42ce5b

RGB 6620691
HSL0.360.590.53
HSV131°68°81°
CMYK 0.680.000.56   0.19
XYZ26.206446.056217.4060
Yxy46.05620.29230.5136
Hunter Lab67.8647-49.834332.2986
CIE-Lab73.5820-60.697745.9067

#42ce5b color RGB value is (66,206,91).

#42ce5b hex color red value is 66, green value is 206 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #42ce5b hue: 0.36 , saturation: 0.59 and the lightness value of 42ce5b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001110 01011011
Octal 102 316 133
Decimal 66 206 91
Hex 42 CE 5B

RGB Percentages of Color #42ce5b

%18.18
%56.75
%25.07

CMYK Percentages of Color #42ce5b

%68
%0
%56
%19

Triadic Colors of #42ce5b

#42ce5b #5b42ce #ce5b42

Analogous Colors of #42ce5b

#42ce5b #42cea1 #6fce42

Monochromatic Colors of #42ce5b

#42ce5b

Complementary Color

#42ce5b #ce42b5

#42ce5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ce5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ce5b Color CSS Codes

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

#42ce5b Text Font Color

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

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


#42ce5b Background Color

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

This div background color is #42ce5b


#42ce5b Border Color

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

This div border color is #42ce5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ce5b


Comments

No comments written yet.

Please login to write comment.