Color Hex Logo

#74c78b Color Hex

#74C78B
(116,199,139)
0 Favorites   0 Comments

Color spaces of #74c78b

RGB 116199139
HSL0.380.430.62
HSV137°42°78°
CMYK 0.420.000.30   0.22
XYZ32.286146.423931.6852
Yxy46.42390.29250.4205
Hunter Lab68.1351-34.653420.1226
CIE-Lab73.8198-38.285122.3272

#74c78b color RGB value is (116,199,139).

#74c78b hex color red value is 116, green value is 199 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #74c78b hue: 0.38 , saturation: 0.43 and the lightness value of 74c78b is 0.62.

The process color (four color CMYK) of #74c78b color hex is 0.42, 0.00, 0.30, 0.22. Web safe color of #74c78b is #66cc99. Color #74c78b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000111 10001011
Octal 164 307 213
Decimal 116 199 139
Hex 74 C7 8B

RGB Percentages of Color #74c78b

%25.55
%43.83
%30.62

CMYK Percentages of Color #74c78b

%42
%0
%30
%22

Triadic Colors of #74c78b

#74c78b #8b74c7 #c78b74

Analogous Colors of #74c78b

#74c78b #74c7b5 #87c774

Monochromatic Colors of #74c78b

#74c78b

Complementary Color

#74c78b #c774b0

#74c78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c78b Color CSS Codes

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

#74c78b Text Font Color

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

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


#74c78b Background Color

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

This div background color is #74c78b


#74c78b Border Color

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

This div border color is #74c78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c78b


Comments

No comments written yet.

Please login to write comment.