Color Hex Logo

#47fc7f Color Hex

#47FC7F
(71,252,127)
0 Favorites   0 Comments

Color spaces of #47fc7f

RGB 71252127
HSL0.380.970.63
HSV139°72°99°
CMYK 0.720.000.50   0.01
XYZ41.239772.492731.8976
Yxy72.49270.28320.4978
Hunter Lab85.1426-62.541437.3876
CIE-Lab88.2052-70.634446.8342

#47fc7f color RGB value is (71,252,127).

#47fc7f hex color red value is 71, green value is 252 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #47fc7f hue: 0.38 , saturation: 0.97 and the lightness value of 47fc7f is 0.63.

The process color (four color CMYK) of #47fc7f color hex is 0.72, 0.00, 0.50, 0.01. Web safe color of #47fc7f is #33ff66. Color #47fc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111100 01111111
Octal 107 374 177
Decimal 71 252 127
Hex 47 FC 7F

RGB Percentages of Color #47fc7f

%15.78
%56.00
%28.22

CMYK Percentages of Color #47fc7f

%72
%0
%50
%1

Triadic Colors of #47fc7f

#47fc7f #7f47fc #fc7f47

Analogous Colors of #47fc7f

#47fc7f #47fcda #6afc47

Monochromatic Colors of #47fc7f

#47fc7f

Complementary Color

#47fc7f #fc47c4

#47fc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fc7f Color CSS Codes

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

#47fc7f Text Font Color

<p style="color:#47fc7f">Text here</p>

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


#47fc7f Background Color

<div style="background-color:#47fc7f">
Div content here</div>

This div background color is #47fc7f


#47fc7f Border Color

<div style="border:3px solid #47fc7f">
Div here</div>

This div border color is #47fc7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,252,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47fc7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47fc7f;
  -webkit-box-shadow: 1px 1px 3px 2px #47fc7f;
  box-shadow:         1px 1px 3px 2px #47fc7f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fc7f


Comments

No comments written yet.

Please login to write comment.