Color Hex Logo

#74c116 Color Hex

#74C116
(116,193,22)
0 Favorites   0 Comments

Color spaces of #74c116

RGB 11619322
HSL0.240.800.42
HSV87°89°76°
CMYK 0.400.000.89   0.24
XYZ26.417241.91097.4563
Yxy41.91090.34860.5530
Hunter Lab64.7386-40.454038.4883
CIE-Lab70.8094-47.876967.8468

#74c116 color RGB value is (116,193,22).

#74c116 hex color red value is 116, green value is 193 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #74c116 hue: 0.24 , saturation: 0.80 and the lightness value of 74c116 is 0.42.

The process color (four color CMYK) of #74c116 color hex is 0.40, 0.00, 0.89, 0.24. Web safe color of #74c116 is #66cc00. Color #74c116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000001 00010110
Octal 164 301 26
Decimal 116 193 22
Hex 74 C1 16

RGB Percentages of Color #74c116

%35.05
%58.31
%6.65

CMYK Percentages of Color #74c116

%40
%0
%89
%24

Triadic Colors of #74c116

#74c116 #1674c1 #c11674

Analogous Colors of #74c116

#74c116 #1ec116 #c1b916

Monochromatic Colors of #74c116

#74c116

Complementary Color

#74c116 #6316c1

#74c116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c116 Color CSS Codes

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

#74c116 Text Font Color

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

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


#74c116 Background Color

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

This div background color is #74c116


#74c116 Border Color

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

This div border color is #74c116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c116


Comments

No comments written yet.

Please login to write comment.