Color Hex Logo

#7cd15f Color Hex

#7CD15F
(124,209,95)
0 Favorites   0 Comments

Color spaces of #7cd15f

RGB 12420995
HSL0.290.550.60
HSV105°55°82°
CMYK 0.410.000.55   0.18
XYZ33.178250.712218.8662
Yxy50.71220.32290.4935
Hunter Lab71.2125-41.458034.1412
CIE-Lab76.5043-46.672647.9911

#7cd15f color RGB value is (124,209,95).

#7cd15f hex color red value is 124, green value is 209 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7cd15f hue: 0.29 , saturation: 0.55 and the lightness value of 7cd15f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010001 01011111
Octal 174 321 137
Decimal 124 209 95
Hex 7C D1 5F

RGB Percentages of Color #7cd15f

%28.97
%48.83
%22.20

CMYK Percentages of Color #7cd15f

%41
%0
%55
%18

Triadic Colors of #7cd15f

#7cd15f #5f7cd1 #d15f7c

Analogous Colors of #7cd15f

#7cd15f #5fd17b #b5d15f

Monochromatic Colors of #7cd15f

#7cd15f

Complementary Color

#7cd15f #b45fd1

#7cd15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd15f Color CSS Codes

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

#7cd15f Text Font Color

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

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


#7cd15f Background Color

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

This div background color is #7cd15f


#7cd15f Border Color

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

This div border color is #7cd15f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,209,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cd15f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cd15f;
  -webkit-box-shadow: 1px 1px 3px 2px #7cd15f;
  box-shadow:         1px 1px 3px 2px #7cd15f; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd15f


Comments

No comments written yet.

Please login to write comment.