Color Hex Logo

#47d85f Color Hex

#47D85F
(71,216,95)
0 Favorites   0 Comments

Color spaces of #47d85f

RGB 7121695
HSL0.360.650.56
HSV130°67°85°
CMYK 0.670.000.56   0.15
XYZ29.220051.277519.1840
Yxy51.27750.29310.5144
Hunter Lab71.6083-52.477034.2419
CIE-Lab76.8468-62.745647.9590

#47d85f color RGB value is (71,216,95).

#47d85f hex color red value is 71, green value is 216 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #47d85f hue: 0.36 , saturation: 0.65 and the lightness value of 47d85f is 0.56.

The process color (four color CMYK) of #47d85f color hex is 0.67, 0.00, 0.56, 0.15. Web safe color of #47d85f is #33cc66. Color #47d85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011000 01011111
Octal 107 330 137
Decimal 71 216 95
Hex 47 D8 5F

RGB Percentages of Color #47d85f

%18.59
%56.54
%24.87

CMYK Percentages of Color #47d85f

%67
%0
%56
%15

Triadic Colors of #47d85f

#47d85f #5f47d8 #d85f47

Analogous Colors of #47d85f

#47d85f #47d8a8 #78d847

Monochromatic Colors of #47d85f

#47d85f

Complementary Color

#47d85f #d847c0

#47d85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47d85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47d85f Color CSS Codes

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

#47d85f Text Font Color

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

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


#47d85f Background Color

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

This div background color is #47d85f


#47d85f Border Color

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

This div border color is #47d85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47d85f


Comments

No comments written yet.

Please login to write comment.