Color Hex Logo

#74b829 Color Hex

#74B829
(116,184,41)
0 Favorites   0 Comments

Color spaces of #74b829

RGB 11618441
HSL0.250.640.44
HSV89°78°72°
CMYK 0.370.000.78   0.28
XYZ24.743238.15418.1582
Yxy38.15410.34820.5370
Hunter Lab61.7690-36.592935.4075
CIE-Lab68.1340-43.388260.7431

#74b829 color RGB value is (116,184,41).

#74b829 hex color red value is 116, green value is 184 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #74b829 hue: 0.25 , saturation: 0.64 and the lightness value of 74b829 is 0.44.

The process color (four color CMYK) of #74b829 color hex is 0.37, 0.00, 0.78, 0.28. Web safe color of #74b829 is #66cc33. Color #74b829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111000 00101001
Octal 164 270 51
Decimal 116 184 41
Hex 74 B8 29

RGB Percentages of Color #74b829

%34.02
%53.96
%12.02

CMYK Percentages of Color #74b829

%37
%0
%78
%28

Triadic Colors of #74b829

#74b829 #2974b8 #b82974

Analogous Colors of #74b829

#74b829 #2db829 #b8b529

Monochromatic Colors of #74b829

#74b829

Complementary Color

#74b829 #6d29b8

#74b829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b829 Color CSS Codes

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

#74b829 Text Font Color

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

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


#74b829 Background Color

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

This div background color is #74b829


#74b829 Border Color

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

This div border color is #74b829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b829


Comments

No comments written yet.

Please login to write comment.