Color Hex Logo

#7dfd61 Color Hex

#7DFD61
(125,253,97)
0 Favorites   0 Comments

Color spaces of #7dfd61

RGB 12525397
HSL0.300.980.69
HSV109°62°99°
CMYK 0.510.000.62   0.01
XYZ45.740475.473623.4664
Yxy75.47360.31610.5217
Hunter Lab86.8755-58.051144.7978
CIE-Lab89.6144-63.410862.1828

#7dfd61 color RGB value is (125,253,97).

#7dfd61 hex color red value is 125, green value is 253 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #7dfd61 hue: 0.30 , saturation: 0.98 and the lightness value of 7dfd61 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111101 01100001
Octal 175 375 141
Decimal 125 253 97
Hex 7D FD 61

RGB Percentages of Color #7dfd61

%26.32
%53.26
%20.42

CMYK Percentages of Color #7dfd61

%51
%0
%62
%1

Triadic Colors of #7dfd61

#7dfd61 #617dfd #fd617d

Analogous Colors of #7dfd61

#7dfd61 #61fd93 #cbfd61

Monochromatic Colors of #7dfd61

#7dfd61

Complementary Color

#7dfd61 #e161fd

#7dfd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfd61 Color CSS Codes

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

#7dfd61 Text Font Color

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

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


#7dfd61 Background Color

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

This div background color is #7dfd61


#7dfd61 Border Color

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

This div border color is #7dfd61


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,253,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 #7dfd61">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfd61

Related Colors


Comments

No comments written yet.

Please login to write comment.