Color Hex Logo

#79d07d Color Hex

#79D07D
(121,208,125)
0 Favorites   0 Comments

Color spaces of #79d07d

RGB 121208125
HSL0.340.480.65
HSV123°42°82°
CMYK 0.420.000.40   0.18
XYZ34.142750.657427.3804
Yxy50.65740.30440.4516
Hunter Lab71.1740-38.926827.0131
CIE-Lab76.4710-43.150033.1948

#79d07d color RGB value is (121,208,125).

#79d07d hex color red value is 121, green value is 208 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #79d07d hue: 0.34 , saturation: 0.48 and the lightness value of 79d07d is 0.65.

The process color (four color CMYK) of #79d07d color hex is 0.42, 0.00, 0.40, 0.18. Web safe color of #79d07d is #66cc66. Color #79d07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11010000 01111101
Octal 171 320 175
Decimal 121 208 125
Hex 79 D0 7D

RGB Percentages of Color #79d07d

%26.65
%45.81
%27.53

CMYK Percentages of Color #79d07d

%42
%0
%40
%18

Triadic Colors of #79d07d

#79d07d #7d79d0 #d07d79

Analogous Colors of #79d07d

#79d07d #79d0a9 #a1d079

Monochromatic Colors of #79d07d

#79d07d

Complementary Color

#79d07d #d079cc

#79d07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79d07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79d07d Color CSS Codes

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

#79d07d Text Font Color

<p style="color:#79d07d">Text here</p>

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


#79d07d Background Color

<div style="background-color:#79d07d">
Div content here</div>

This div background color is #79d07d


#79d07d Border Color

<div style="border:3px solid #79d07d">
Div here</div>

This div border color is #79d07d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,208,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79d07d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79d07d;
  -webkit-box-shadow: 1px 1px 3px 2px #79d07d;
  box-shadow:         1px 1px 3px 2px #79d07d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79d07d


Comments

No comments written yet.

Please login to write comment.