Color Hex Logo

#75fa7d Color Hex

#75FA7D
(117,250,125)
0 Favorites   0 Comments

Color spaces of #75fa7d

RGB 117250125
HSL0.340.930.72
HSV124°53°98°
CMYK 0.530.000.50   0.02
XYZ45.223473.633831.2313
Yxy73.63380.30130.4906
Hunter Lab85.8101-56.095238.4880
CIE-Lab88.7491-61.163148.7034

#75fa7d color RGB value is (117,250,125).

#75fa7d hex color red value is 117, green value is 250 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #75fa7d hue: 0.34 , saturation: 0.93 and the lightness value of 75fa7d is 0.72.

The process color (four color CMYK) of #75fa7d color hex is 0.53, 0.00, 0.50, 0.02. Web safe color of #75fa7d is #66ff66. Color #75fa7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111010 01111101
Octal 165 372 175
Decimal 117 250 125
Hex 75 FA 7D

RGB Percentages of Color #75fa7d

%23.78
%50.81
%25.41

CMYK Percentages of Color #75fa7d

%53
%0
%50
%2

Triadic Colors of #75fa7d

#75fa7d #7d75fa #fa7d75

Analogous Colors of #75fa7d

#75fa7d #75fac0 #b0fa75

Monochromatic Colors of #75fa7d

#75fa7d

Complementary Color

#75fa7d #fa75f2

#75fa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fa7d Color CSS Codes

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

#75fa7d Text Font Color

<p style="color:#75fa7d">Text here</p>

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


#75fa7d Background Color

<div style="background-color:#75fa7d">
Div content here</div>

This div background color is #75fa7d


#75fa7d Border Color

<div style="border:3px solid #75fa7d">
Div here</div>

This div border color is #75fa7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,250,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75fa7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75fa7d;
  -webkit-box-shadow: 1px 1px 3px 2px #75fa7d;
  box-shadow:         1px 1px 3px 2px #75fa7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,250,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 #75fa7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fa7d


Comments

No comments written yet.

Please login to write comment.