Color Hex Logo

#74d75f Color Hex

#74D75F
(116,215,95)
0 Favorites   0 Comments

Color spaces of #74d75f

RGB 11621595
HSL0.300.600.61
HSV110°56°84°
CMYK 0.460.000.56   0.16
XYZ33.568553.140119.3143
Yxy53.14010.31660.5012
Hunter Lab72.8973-45.372635.3191
CIE-Lab77.9576-51.561749.6210

#74d75f color RGB value is (116,215,95).

#74d75f hex color red value is 116, green value is 215 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #74d75f hue: 0.30 , saturation: 0.60 and the lightness value of 74d75f is 0.61.

The process color (four color CMYK) of #74d75f color hex is 0.46, 0.00, 0.56, 0.16. Web safe color of #74d75f is #66cc66. Color #74d75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11010111 01011111
Octal 164 327 137
Decimal 116 215 95
Hex 74 D7 5F

RGB Percentages of Color #74d75f

%27.23
%50.47
%22.30

CMYK Percentages of Color #74d75f

%46
%0
%56
%16

Triadic Colors of #74d75f

#74d75f #5f74d7 #d75f74

Analogous Colors of #74d75f

#74d75f #5fd786 #b0d75f

Monochromatic Colors of #74d75f

#74d75f

Complementary Color

#74d75f #c25fd7

#74d75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74d75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74d75f Color CSS Codes

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

#74d75f Text Font Color

<p style="color:#74d75f">Text here</p>

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


#74d75f Background Color

<div style="background-color:#74d75f">
Div content here</div>

This div background color is #74d75f


#74d75f Border Color

<div style="border:3px solid #74d75f">
Div here</div>

This div border color is #74d75f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,215,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 #74d75f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74d75f


Comments

No comments written yet.

Please login to write comment.