Color Hex Logo

#74d525 Color Hex

#74D525
(116,213,37)
0 Favorites   0 Comments

Color spaces of #74d525

RGB 11621337
HSL0.260.700.49
HSV93°83°84°
CMYK 0.460.000.83   0.16
XYZ31.330651.435110.0269
Yxy51.43510.33760.5543
Hunter Lab71.7183-47.528141.9135
CIE-Lab76.9418-55.218469.9283

#74d525 color RGB value is (116,213,37).

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

The process color (four color CMYK) of #74d525 color hex is 0.46, 0.00, 0.83, 0.16. Web safe color of #74d525 is #66cc33. Color #74d525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11010101 00100101
Octal 164 325 45
Decimal 116 213 37
Hex 74 D5 25

RGB Percentages of Color #74d525

%31.69
%58.20
%10.11

CMYK Percentages of Color #74d525

%46
%0
%83
%16

Triadic Colors of #74d525

#74d525 #2574d5 #d52574

Analogous Colors of #74d525

#74d525 #25d52e #ccd525

Monochromatic Colors of #74d525

#74d525

Complementary Color

#74d525 #8625d5

#74d525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74d525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74d525 Color CSS Codes

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

#74d525 Text Font Color

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

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


#74d525 Background Color

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

This div background color is #74d525


#74d525 Border Color

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

This div border color is #74d525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74d525


Comments

No comments written yet.

Please login to write comment.