Color Hex Logo

#74c92a Color Hex

#74C92A
(116,201,42)
0 Favorites   0 Comments

Color spaces of #74c92a

RGB 11620142
HSL0.260.650.48
HSV92°79°79°
CMYK 0.420.000.79   0.21
XYZ28.507045.65359.5000
Yxy45.65350.34070.5457
Hunter Lab67.5674-42.932938.9610
CIE-Lab73.3201-50.311965.2946

#74c92a color RGB value is (116,201,42).

#74c92a hex color red value is 116, green value is 201 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #74c92a hue: 0.26 , saturation: 0.65 and the lightness value of 74c92a is 0.48.

The process color (four color CMYK) of #74c92a color hex is 0.42, 0.00, 0.79, 0.21. Web safe color of #74c92a is #66cc33. Color #74c92a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001001 00101010
Octal 164 311 52
Decimal 116 201 42
Hex 74 C9 2A

RGB Percentages of Color #74c92a

%32.31
%55.99
%11.70

CMYK Percentages of Color #74c92a

%42
%0
%79
%21

Triadic Colors of #74c92a

#74c92a #2a74c9 #c92a74

Analogous Colors of #74c92a

#74c92a #2ac930 #c4c92a

Monochromatic Colors of #74c92a

#74c92a

Complementary Color

#74c92a #7f2ac9

#74c92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c92a Color CSS Codes

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

#74c92a Text Font Color

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

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


#74c92a Background Color

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

This div background color is #74c92a


#74c92a Border Color

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

This div border color is #74c92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c92a


Comments

No comments written yet.

Please login to write comment.