Color Hex Logo

#7fe061 Color Hex

#7FE061
(127,224,97)
0 Favorites   0 Comments

Color spaces of #7fe061

RGB 12722497
HSL0.290.670.63
HSV106°57°88°
CMYK 0.430.000.57   0.12
XYZ37.565758.686420.6570
Yxy58.68640.32130.5020
Hunter Lab76.6070-46.531537.6375
CIE-Lab81.1189-51.682252.5255

#7fe061 color RGB value is (127,224,97).

#7fe061 hex color red value is 127, green value is 224 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #7fe061 hue: 0.29 , saturation: 0.67 and the lightness value of 7fe061 is 0.63.

The process color (four color CMYK) of #7fe061 color hex is 0.43, 0.00, 0.57, 0.12. Web safe color of #7fe061 is #66cc66. Color #7fe061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11100000 01100001
Octal 177 340 141
Decimal 127 224 97
Hex 7F E0 61

RGB Percentages of Color #7fe061

%28.35
%50.00
%21.65

CMYK Percentages of Color #7fe061

%43
%0
%57
%12

Triadic Colors of #7fe061

#7fe061 #617fe0 #e0617f

Analogous Colors of #7fe061

#7fe061 #61e083 #bfe061

Monochromatic Colors of #7fe061

#7fe061

Complementary Color

#7fe061 #c261e0

#7fe061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe061 Color CSS Codes

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

#7fe061 Text Font Color

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

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


#7fe061 Background Color

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

This div background color is #7fe061


#7fe061 Border Color

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

This div border color is #7fe061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe061


Comments

No comments written yet.

Please login to write comment.