Color Hex Logo

#74da22 Color Hex

#74DA22
(116,218,34)
0 Favorites   0 Comments

Color spaces of #74da22

RGB 11621834
HSL0.260.730.49
HSV93°84°85°
CMYK 0.470.000.84   0.15
XYZ32.562653.971310.2147
Yxy53.97130.33660.5579
Hunter Lab73.4652-49.445943.1818
CIE-Lab78.4450-57.228471.9596

#74da22 color RGB value is (116,218,34).

#74da22 hex color red value is 116, green value is 218 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #74da22 hue: 0.26 , saturation: 0.73 and the lightness value of 74da22 is 0.49.

The process color (four color CMYK) of #74da22 color hex is 0.47, 0.00, 0.84, 0.15. Web safe color of #74da22 is #66cc33. Color #74da22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011010 00100010
Octal 164 332 42
Decimal 116 218 34
Hex 74 DA 22

RGB Percentages of Color #74da22

%31.52
%59.24
%9.24

CMYK Percentages of Color #74da22

%47
%0
%84
%15

Triadic Colors of #74da22

#74da22 #2274da #da2274

Analogous Colors of #74da22

#74da22 #22da2c #d0da22

Monochromatic Colors of #74da22

#74da22

Complementary Color

#74da22 #8822da

#74da22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74da22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74da22 Color CSS Codes

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

#74da22 Text Font Color

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

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


#74da22 Background Color

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

This div background color is #74da22


#74da22 Border Color

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

This div border color is #74da22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74da22


Comments

No comments written yet.

Please login to write comment.