Color Hex Logo

#7fd57d Color Hex

#7FD57D
(127,213,125)
0 Favorites   0 Comments

Color spaces of #7fd57d

RGB 127213125
HSL0.330.510.66
HSV119°41°84°
CMYK 0.400.000.41   0.16
XYZ36.248353.581227.8338
Yxy53.58120.30810.4554
Hunter Lab73.1992-39.705228.6946
CIE-Lab78.2169-43.514035.5120

#7fd57d color RGB value is (127,213,125).

#7fd57d hex color red value is 127, green value is 213 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7fd57d hue: 0.33 , saturation: 0.51 and the lightness value of 7fd57d is 0.66.

The process color (four color CMYK) of #7fd57d color hex is 0.40, 0.00, 0.41, 0.16. Web safe color of #7fd57d is #66cc66. Color #7fd57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11010101 01111101
Octal 177 325 175
Decimal 127 213 125
Hex 7F D5 7D

RGB Percentages of Color #7fd57d

%27.31
%45.81
%26.88

CMYK Percentages of Color #7fd57d

%40
%0
%41
%16

Triadic Colors of #7fd57d

#7fd57d #7d7fd5 #d57d7f

Analogous Colors of #7fd57d

#7fd57d #7dd5a7 #abd57d

Monochromatic Colors of #7fd57d

#7fd57d

Complementary Color

#7fd57d #d37dd5

#7fd57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd57d Color CSS Codes

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

#7fd57d Text Font Color

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

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


#7fd57d Background Color

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

This div background color is #7fd57d


#7fd57d Border Color

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

This div border color is #7fd57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd57d


Comments

No comments written yet.

Please login to write comment.