Color Hex Logo

#7fc570 Color Hex

#7FC570
(127,197,112)
0 Favorites   0 Comments

Color spaces of #7fc570

RGB 127197112
HSL0.300.420.61
HSV109°43°77°
CMYK 0.360.000.43   0.23
XYZ31.643345.614422.4659
Yxy45.61440.31730.4574
Hunter Lab67.5384-34.560927.5548
CIE-Lab73.2946-38.352435.7743

#7fc570 color RGB value is (127,197,112).

#7fc570 hex color red value is 127, green value is 197 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7fc570 hue: 0.30 , saturation: 0.42 and the lightness value of 7fc570 is 0.61.

The process color (four color CMYK) of #7fc570 color hex is 0.36, 0.00, 0.43, 0.23. Web safe color of #7fc570 is #66cc66. Color #7fc570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000101 01110000
Octal 177 305 160
Decimal 127 197 112
Hex 7F C5 70

RGB Percentages of Color #7fc570

%29.13
%45.18
%25.69

CMYK Percentages of Color #7fc570

%36
%0
%43
%23

Triadic Colors of #7fc570

#7fc570 #707fc5 #c5707f

Analogous Colors of #7fc570

#7fc570 #70c58c #aac570

Monochromatic Colors of #7fc570

#7fc570

Complementary Color

#7fc570 #b670c5

#7fc570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc570 Color CSS Codes

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

#7fc570 Text Font Color

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

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


#7fc570 Background Color

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

This div background color is #7fc570


#7fc570 Border Color

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

This div border color is #7fc570


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,197,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 #7fc570">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc570


Comments

No comments written yet.

Please login to write comment.