Color Hex Logo

#7fc40a Color Hex

#7FC40A
(127,196,10)
0 Favorites   0 Comments

Color spaces of #7fc40a

RGB 12719610
HSL0.230.900.40
HSV82°95°77°
CMYK 0.350.000.95   0.23
XYZ28.547144.01387.2781
Yxy44.01380.35760.5513
Hunter Lab66.3429-39.292239.9357
CIE-Lab72.2377-45.489470.9664

#7fc40a color RGB value is (127,196,10).

#7fc40a hex color red value is 127, green value is 196 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7fc40a hue: 0.23 , saturation: 0.90 and the lightness value of 7fc40a is 0.40.

The process color (four color CMYK) of #7fc40a color hex is 0.35, 0.00, 0.95, 0.23. Web safe color of #7fc40a is #66cc00. Color #7fc40a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000100 00001010
Octal 177 304 12
Decimal 127 196 10
Hex 7F C4 A

RGB Percentages of Color #7fc40a

%38.14
%58.86
%3.00

CMYK Percentages of Color #7fc40a

%35
%0
%95
%23

Triadic Colors of #7fc40a

#7fc40a #0a7fc4 #c40a7f

Analogous Colors of #7fc40a

#7fc40a #22c40a #c4ac0a

Monochromatic Colors of #7fc40a

#7fc40a

Complementary Color

#7fc40a #4f0ac4

#7fc40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc40a Color CSS Codes

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

#7fc40a Text Font Color

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

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


#7fc40a Background Color

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

This div background color is #7fc40a


#7fc40a Border Color

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

This div border color is #7fc40a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,196,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fc40a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fc40a;
  -webkit-box-shadow: 1px 1px 3px 2px #7fc40a;
  box-shadow:         1px 1px 3px 2px #7fc40a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc40a


Comments

No comments written yet.

Please login to write comment.