color codes Logo

#7cc64d color codes

#7CC64D
(124,198,77)
0 Favorites   0 Comments

Color spaces of #7cc64d

RGB 12419877
HSL0.270.510.54
HSV97°61°78°
CMYK 0.370.000.61   0.22
XYZ29.845845.209114.1744
Yxy45.20910.33450.5067
Hunter Lab67.2377-38.432634.5675
CIE-Lab73.0294-43.899152.1362

#7cc64d color RGB value is (124,198,77).

#7cc64d hex color red value is 124, green value is 198 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7cc64d hue: 0.27 , saturation: 0.51 and the lightness value of 7cc64d is 0.54.

The process color (four color CMYK) of #7cc64d color code is 0.37, 0.00, 0.61, 0.22. Web safe color of #7cc64d is #66cc66. Color #7cc64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000110 01001101
Octal 174 306 115
Decimal 124 198 77
Hex 7C C6 4D

RGB Percentages of Color #7cc64d

%31.08
%49.62
%19.30

CMYK Percentages of Color #7cc64d

%37
%0
%61
%22

Triadic Colors of #7cc64d

#7cc64d #4d7cc6 #c64d7c

Analogous Colors of #7cc64d

#7cc64d #4dc65a #b9c64d

Monochromatic Colors of #7cc64d

#7cc64d

Complementary Color

#7cc64d #974dc6

#7cc64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc64d Color CSS Codes

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

#7cc64d Text Font Color

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

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


#7cc64d Background Color

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

This div background color is #7cc64d


#7cc64d Border Color

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

This div border color is #7cc64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc64d


Comments

No comments written yet.

Please login to write comment.