Color Hex Logo

#75d74f Color Hex

#75D74F
(117,215,79)
0 Favorites   0 Comments

Color spaces of #75d74f

RGB 11721579
HSL0.290.630.58
HSV103°63°84°
CMYK 0.460.000.63   0.16
XYZ33.047852.947315.8752
Yxy52.94730.32440.5198
Hunter Lab72.7649-46.268838.0001
CIE-Lab77.8439-52.908256.5350

#75d74f color RGB value is (117,215,79).

#75d74f hex color red value is 117, green value is 215 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #75d74f hue: 0.29 , saturation: 0.63 and the lightness value of 75d74f is 0.58.

The process color (four color CMYK) of #75d74f color hex is 0.46, 0.00, 0.63, 0.16. Web safe color of #75d74f is #66cc66. Color #75d74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11010111 01001111
Octal 165 327 117
Decimal 117 215 79
Hex 75 D7 4F

RGB Percentages of Color #75d74f

%28.47
%52.31
%19.22

CMYK Percentages of Color #75d74f

%46
%0
%63
%16

Triadic Colors of #75d74f

#75d74f #4f75d7 #d74f75

Analogous Colors of #75d74f

#75d74f #4fd76d #b9d74f

Monochromatic Colors of #75d74f

#75d74f

Complementary Color

#75d74f #b14fd7

#75d74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75d74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75d74f Color CSS Codes

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

#75d74f Text Font Color

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

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


#75d74f Background Color

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

This div background color is #75d74f


#75d74f Border Color

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

This div border color is #75d74f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,215,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75d74f


Comments

No comments written yet.

Please login to write comment.