Color Hex Logo

#75d73d Color Hex

#75D73D
(117,215,61)
0 Favorites   0 Comments

Color spaces of #75d73d

RGB 11721561
HSL0.270.660.54
HSV98°72°84°
CMYK 0.460.000.72   0.16
XYZ32.478952.719712.8790
Yxy52.71970.33120.5375
Hunter Lab72.6083-47.218640.3092
CIE-Lab77.7092-54.357063.3919

#75d73d color RGB value is (117,215,61).

#75d73d hex color red value is 117, green value is 215 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #75d73d hue: 0.27 , saturation: 0.66 and the lightness value of 75d73d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11010111 00111101
Octal 165 327 75
Decimal 117 215 61
Hex 75 D7 3D

RGB Percentages of Color #75d73d

%29.77
%54.71
%15.52

CMYK Percentages of Color #75d73d

%46
%0
%72
%16

Triadic Colors of #75d73d

#75d73d #3d75d7 #d73d75

Analogous Colors of #75d73d

#75d73d #3dd752 #c2d73d

Monochromatic Colors of #75d73d

#75d73d

Complementary Color

#75d73d #9f3dd7

#75d73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75d73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75d73d Color CSS Codes

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

#75d73d Text Font Color

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

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


#75d73d Background Color

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

This div background color is #75d73d


#75d73d Border Color

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

This div border color is #75d73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75d73d


Comments

No comments written yet.

Please login to write comment.