Color Hex Logo

#7fe570 Color Hex

#7FE570
(127,229,112)
0 Favorites   0 Comments

Color spaces of #7fe570

RGB 127229112
HSL0.310.690.67
HSV112°51°90°
CMYK 0.450.000.51   0.10
XYZ39.696361.720525.1503
Yxy61.72050.31360.4877
Hunter Lab78.5624-47.291036.0131
CIE-Lab82.7646-51.965647.5706

#7fe570 color RGB value is (127,229,112).

#7fe570 hex color red value is 127, green value is 229 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7fe570 hue: 0.31 , saturation: 0.69 and the lightness value of 7fe570 is 0.67.

The process color (four color CMYK) of #7fe570 color hex is 0.45, 0.00, 0.51, 0.10. Web safe color of #7fe570 is #66cc66. Color #7fe570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11100101 01110000
Octal 177 345 160
Decimal 127 229 112
Hex 7F E5 70

RGB Percentages of Color #7fe570

%27.14
%48.93
%23.93

CMYK Percentages of Color #7fe570

%45
%0
%51
%10

Triadic Colors of #7fe570

#7fe570 #707fe5 #e5707f

Analogous Colors of #7fe570

#7fe570 #70e59c #bae570

Monochromatic Colors of #7fe570

#7fe570

Complementary Color

#7fe570 #d670e5

#7fe570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe570 Color CSS Codes

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

#7fe570 Text Font Color

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

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


#7fe570 Background Color

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

This div background color is #7fe570


#7fe570 Border Color

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

This div border color is #7fe570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe570


Comments

No comments written yet.

Please login to write comment.