Color Hex Logo

#7aff64 Color Hex

#7AFF64
(122,255,100)
0 Favorites   0 Comments

Color spaces of #7aff64

RGB 122255100
HSL0.311.000.70
HSV111°61°100°
CMYK 0.520.000.61   0.00
XYZ46.086376.577724.4086
Yxy76.57770.31340.5207
Hunter Lab87.5087-59.133544.7185
CIE-Lab90.1269-64.634761.4826

#7aff64 color RGB value is (122,255,100).

#7aff64 hex color red value is 122, green value is 255 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #7aff64 hue: 0.31 , saturation: 1.00 and the lightness value of 7aff64 is 0.70.

The process color (four color CMYK) of #7aff64 color hex is 0.52, 0.00, 0.61, 0.00. Web safe color of #7aff64 is #66ff66. Color #7aff64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111111 01100100
Octal 172 377 144
Decimal 122 255 100
Hex 7A FF 64

RGB Percentages of Color #7aff64

%25.58
%53.46
%20.96

CMYK Percentages of Color #7aff64

%52
%0
%61
%0

Triadic Colors of #7aff64

#7aff64 #647aff #ff647a

Analogous Colors of #7aff64

#7aff64 #64ff9c #c8ff64

Monochromatic Colors of #7aff64

#7aff64

Complementary Color

#7aff64 #e964ff

#7aff64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aff64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aff64 Color CSS Codes

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

#7aff64 Text Font Color

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

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


#7aff64 Background Color

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

This div background color is #7aff64


#7aff64 Border Color

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

This div border color is #7aff64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aff64

Related Colors


Comments

No comments written yet.

Please login to write comment.