Color Hex Logo

#42df95 Color Hex

#42DF95
(66,223,149)
0 Favorites   0 Comments

Color spaces of #42df95

RGB 66223149
HSL0.420.710.57
HSV152°70°87°
CMYK 0.700.000.33   0.13
XYZ34.059356.103537.4677
Yxy56.10350.26690.4396
Hunter Lab74.9023-49.912122.7735
CIE-Lab79.6727-57.239924.8021

#42df95 color RGB value is (66,223,149).

#42df95 hex color red value is 66, green value is 223 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #42df95 hue: 0.42 , saturation: 0.71 and the lightness value of 42df95 is 0.57.

The process color (four color CMYK) of #42df95 color hex is 0.70, 0.00, 0.33, 0.13. Web safe color of #42df95 is #33cc99. Color #42df95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011111 10010101
Octal 102 337 225
Decimal 66 223 149
Hex 42 DF 95

RGB Percentages of Color #42df95

%15.07
%50.91
%34.02

CMYK Percentages of Color #42df95

%70
%0
%33
%13

Triadic Colors of #42df95

#42df95 #9542df #df9542

Analogous Colors of #42df95

#42df95 #42dbdf #42df47

Monochromatic Colors of #42df95

#42df95

Complementary Color

#42df95 #df428c

#42df95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42df95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42df95 Color CSS Codes

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

#42df95 Text Font Color

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

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


#42df95 Background Color

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

This div background color is #42df95


#42df95 Border Color

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

This div border color is #42df95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42df95


Comments

No comments written yet.

Please login to write comment.