Color Hex Logo

#7dd940 Color Hex

#7DD940
(125,217,64)
0 Favorites   0 Comments

Color spaces of #7dd940

RGB 12521764
HSL0.270.670.55
HSV96°71°85°
CMYK 0.420.000.71   0.15
XYZ34.195754.355813.5399
Yxy54.35580.33500.5324
Hunter Lab73.7264-46.229540.7198
CIE-Lab78.6687-52.439163.3949

#7dd940 color RGB value is (125,217,64).

#7dd940 hex color red value is 125, green value is 217 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #7dd940 hue: 0.27 , saturation: 0.67 and the lightness value of 7dd940 is 0.55.

The process color (four color CMYK) of #7dd940 color hex is 0.42, 0.00, 0.71, 0.15. Web safe color of #7dd940 is #66cc33. Color #7dd940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011001 01000000
Octal 175 331 100
Decimal 125 217 64
Hex 7D D9 40

RGB Percentages of Color #7dd940

%30.79
%53.45
%15.76

CMYK Percentages of Color #7dd940

%42
%0
%71
%15

Triadic Colors of #7dd940

#7dd940 #407dd9 #d9407d

Analogous Colors of #7dd940

#7dd940 #40d950 #cad940

Monochromatic Colors of #7dd940

#7dd940

Complementary Color

#7dd940 #9c40d9

#7dd940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd940 Color CSS Codes

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

#7dd940 Text Font Color

<p style="color:#7dd940">Text here</p>

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


#7dd940 Background Color

<div style="background-color:#7dd940">
Div content here</div>

This div background color is #7dd940


#7dd940 Border Color

<div style="border:3px solid #7dd940">
Div here</div>

This div border color is #7dd940


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,217,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dd940; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dd940;
  -webkit-box-shadow: 1px 1px 3px 2px #7dd940;
  box-shadow:         1px 1px 3px 2px #7dd940; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,217,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd940


Comments

No comments written yet.

Please login to write comment.