Color Hex Logo

#7af471 Color Hex

#7AF471
(122,244,113)
0 Favorites   0 Comments

Color spaces of #7af471

RGB 122244113
HSL0.320.860.70
HSV116°54°96°
CMYK 0.500.000.54   0.04
XYZ43.357470.031226.8550
Yxy70.03120.30920.4994
Hunter Lab83.6846-53.966539.5527
CIE-Lab87.0122-59.120652.1819

#7af471 color RGB value is (122,244,113).

#7af471 hex color red value is 122, green value is 244 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #7af471 hue: 0.32 , saturation: 0.86 and the lightness value of 7af471 is 0.70.

The process color (four color CMYK) of #7af471 color hex is 0.50, 0.00, 0.54, 0.04. Web safe color of #7af471 is #66ff66. Color #7af471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11110100 01110001
Octal 172 364 161
Decimal 122 244 113
Hex 7A F4 71

RGB Percentages of Color #7af471

%25.47
%50.94
%23.59

CMYK Percentages of Color #7af471

%50
%0
%54
%4

Triadic Colors of #7af471

#7af471 #717af4 #f4717a

Analogous Colors of #7af471

#7af471 #71f4aa #bcf471

Monochromatic Colors of #7af471

#7af471

Complementary Color

#7af471 #eb71f4

#7af471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af471 Color CSS Codes

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

#7af471 Text Font Color

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

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


#7af471 Background Color

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

This div background color is #7af471


#7af471 Border Color

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

This div border color is #7af471


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,244,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7af471; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7af471;
  -webkit-box-shadow: 1px 1px 3px 2px #7af471;
  box-shadow:         1px 1px 3px 2px #7af471; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,244,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7af471


Comments

No comments written yet.

Please login to write comment.