Color Hex Logo

#7dff51 Color Hex

#7DFF51
(125,255,81)
0 Favorites   0 Comments

Color spaces of #7dff51

RGB 12525581
HSL0.291.000.66
HSV105°68°100°
CMYK 0.510.000.68   0.00
XYZ45.702676.474120.1368
Yxy76.47410.32110.5374
Hunter Lab87.4495-59.749447.5621
CIE-Lab90.0790-65.521568.9468

#7dff51 color RGB value is (125,255,81).

#7dff51 hex color red value is 125, green value is 255 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #7dff51 hue: 0.29 , saturation: 1.00 and the lightness value of 7dff51 is 0.66.

The process color (four color CMYK) of #7dff51 color hex is 0.51, 0.00, 0.68, 0.00. Web safe color of #7dff51 is #66ff66. Color #7dff51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 01010001
Octal 175 377 121
Decimal 125 255 81
Hex 7D FF 51

RGB Percentages of Color #7dff51

%27.11
%55.31
%17.57

CMYK Percentages of Color #7dff51

%51
%0
%68
%0

Triadic Colors of #7dff51

#7dff51 #517dff #ff517d

Analogous Colors of #7dff51

#7dff51 #51ff7c #d4ff51

Monochromatic Colors of #7dff51

#7dff51

Complementary Color

#7dff51 #d351ff

#7dff51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dff51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dff51 Color CSS Codes

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

#7dff51 Text Font Color

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

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


#7dff51 Background Color

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

This div background color is #7dff51


#7dff51 Border Color

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

This div border color is #7dff51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dff51

Related Colors


Comments

No comments written yet.

Please login to write comment.