Color Hex Logo

#7cc85a Color Hex

#7CC85A
(124,200,90)
0 Favorites   0 Comments

Color spaces of #7cc85a

RGB 12420090
HSL0.280.500.57
HSV101°55°78°
CMYK 0.380.000.55   0.22
XYZ30.811946.331816.9918
Yxy46.33180.32730.4922
Hunter Lab68.0675-38.317032.8466
CIE-Lab73.7603-43.421747.0821

#7cc85a color RGB value is (124,200,90).

#7cc85a hex color red value is 124, green value is 200 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7cc85a hue: 0.28 , saturation: 0.50 and the lightness value of 7cc85a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001000 01011010
Octal 174 310 132
Decimal 124 200 90
Hex 7C C8 5A

RGB Percentages of Color #7cc85a

%29.95
%48.31
%21.74

CMYK Percentages of Color #7cc85a

%38
%0
%55
%22

Triadic Colors of #7cc85a

#7cc85a #5a7cc8 #c85a7c

Analogous Colors of #7cc85a

#7cc85a #5ac86f #b3c85a

Monochromatic Colors of #7cc85a

#7cc85a

Complementary Color

#7cc85a #a65ac8

#7cc85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc85a Color CSS Codes

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

#7cc85a Text Font Color

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

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


#7cc85a Background Color

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

This div background color is #7cc85a


#7cc85a Border Color

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

This div border color is #7cc85a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,200,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc85a


Comments

No comments written yet.

Please login to write comment.