Color Hex Logo

#74d85d Color Hex

#74D85D
(116,216,93)
0 Favorites   0 Comments

Color spaces of #74d85d

RGB 11621693
HSL0.300.610.61
HSV109°57°85°
CMYK 0.460.000.57   0.15
XYZ33.734153.615118.9267
Yxy53.61510.31740.5045
Hunter Lab73.2223-45.902735.9302
CIE-Lab78.2368-52.184550.8590

#74d85d color RGB value is (116,216,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011000 01011101
Octal 164 330 135
Decimal 116 216 93
Hex 74 D8 5D

RGB Percentages of Color #74d85d

%27.29
%50.82
%21.88

CMYK Percentages of Color #74d85d

%46
%0
%57
%15

Triadic Colors of #74d85d

#74d85d #5d74d8 #d85d74

Analogous Colors of #74d85d

#74d85d #5dd884 #b2d85d

Monochromatic Colors of #74d85d

#74d85d

Complementary Color

#74d85d #c15dd8

#74d85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74d85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74d85d Color CSS Codes

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

#74d85d Text Font Color

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

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


#74d85d Background Color

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

This div background color is #74d85d


#74d85d Border Color

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

This div border color is #74d85d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,216,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74d85d


Comments

No comments written yet.

Please login to write comment.