Color Hex Logo

#7fc95b Color Hex

#7FC95B
(127,201,91)
0 Favorites   0 Comments

Color spaces of #7fc95b

RGB 12720191
HSL0.280.500.57
HSV100°55°79°
CMYK 0.370.000.55   0.21
XYZ31.527447.040617.3156
Yxy47.04060.32880.4906
Hunter Lab68.5862-37.973633.0417
CIE-Lab74.2157-42.746347.1877

#7fc95b color RGB value is (127,201,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001001 01011011
Octal 177 311 133
Decimal 127 201 91
Hex 7F C9 5B

RGB Percentages of Color #7fc95b

%30.31
%47.97
%21.72

CMYK Percentages of Color #7fc95b

%37
%0
%55
%21

Triadic Colors of #7fc95b

#7fc95b #5b7fc9 #c95b7f

Analogous Colors of #7fc95b

#7fc95b #5bc96e #b6c95b

Monochromatic Colors of #7fc95b

#7fc95b

Complementary Color

#7fc95b #a55bc9

#7fc95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc95b Color CSS Codes

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

#7fc95b Text Font Color

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

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


#7fc95b Background Color

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

This div background color is #7fc95b


#7fc95b Border Color

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

This div border color is #7fc95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc95b


Comments

No comments written yet.

Please login to write comment.