Color Hex Logo

#7dc64e Color Hex

#7DC64E
(125,198,78)
0 Favorites   0 Comments

Color spaces of #7dc64e

RGB 12519878
HSL0.270.510.54
HSV97°61°78°
CMYK 0.370.000.61   0.22
XYZ30.026745.298214.3686
Yxy45.29820.33480.5050
Hunter Lab67.3039-38.146634.4550
CIE-Lab73.0878-43.465851.7762

#7dc64e color RGB value is (125,198,78).

#7dc64e hex color red value is 125, green value is 198 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #7dc64e hue: 0.27 , saturation: 0.51 and the lightness value of 7dc64e is 0.54.

The process color (four color CMYK) of #7dc64e color hex is 0.37, 0.00, 0.61, 0.22. Web safe color of #7dc64e is #66cc66. Color #7dc64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000110 01001110
Octal 175 306 116
Decimal 125 198 78
Hex 7D C6 4E

RGB Percentages of Color #7dc64e

%31.17
%49.38
%19.45

CMYK Percentages of Color #7dc64e

%37
%0
%61
%22

Triadic Colors of #7dc64e

#7dc64e #4e7dc6 #c64e7d

Analogous Colors of #7dc64e

#7dc64e #4ec65b #b9c64e

Monochromatic Colors of #7dc64e

#7dc64e

Complementary Color

#7dc64e #974ec6

#7dc64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc64e Color CSS Codes

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

#7dc64e Text Font Color

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

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


#7dc64e Background Color

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

This div background color is #7dc64e


#7dc64e Border Color

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

This div border color is #7dc64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc64e


Comments

No comments written yet.

Please login to write comment.