Color Hex Logo

#4ad75e Color Hex

#4AD75E
(74,215,94)
0 Favorites   0 Comments

Color spaces of #4ad75e

RGB 7421594
HSL0.360.640.57
HSV129°66°84°
CMYK 0.660.000.56   0.16
XYZ29.144950.864918.8715
Yxy50.86490.29470.5144
Hunter Lab71.3196-51.865034.2353
CIE-Lab76.5971-61.958748.1406

#4ad75e color RGB value is (74,215,94).

#4ad75e hex color red value is 74, green value is 215 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4ad75e hue: 0.36 , saturation: 0.64 and the lightness value of 4ad75e is 0.57.

The process color (four color CMYK) of #4ad75e color hex is 0.66, 0.00, 0.56, 0.16. Web safe color of #4ad75e is #33cc66. Color #4ad75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010111 01011110
Octal 112 327 136
Decimal 74 215 94
Hex 4A D7 5E

RGB Percentages of Color #4ad75e

%19.32
%56.14
%24.54

CMYK Percentages of Color #4ad75e

%66
%0
%56
%16

Triadic Colors of #4ad75e

#4ad75e #5e4ad7 #d75e4a

Analogous Colors of #4ad75e

#4ad75e #4ad7a5 #7dd74a

Monochromatic Colors of #4ad75e

#4ad75e

Complementary Color

#4ad75e #d74ac3

#4ad75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad75e Color CSS Codes

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

#4ad75e Text Font Color

<p style="color:#4ad75e">Text here</p>

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


#4ad75e Background Color

<div style="background-color:#4ad75e">
Div content here</div>

This div background color is #4ad75e


#4ad75e Border Color

<div style="border:3px solid #4ad75e">
Div here</div>

This div border color is #4ad75e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,215,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ad75e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ad75e;
  -webkit-box-shadow: 1px 1px 3px 2px #4ad75e;
  box-shadow:         1px 1px 3px 2px #4ad75e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,215,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad75e


Comments

No comments written yet.

Please login to write comment.