Color Hex Logo

#75e590 Color Hex

#75E590
(117,229,144)
0 Favorites   0 Comments

Color spaces of #75e590

RGB 117229144
HSL0.370.680.68
HSV134°49°90°
CMYK 0.490.000.37   0.10
XYZ40.389561.834136.1920
Yxy61.83410.29180.4467
Hunter Lab78.6347-45.926827.7557
CIE-Lab82.8251-50.063731.8463

#75e590 color RGB value is (117,229,144).

#75e590 hex color red value is 117, green value is 229 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #75e590 hue: 0.37 , saturation: 0.68 and the lightness value of 75e590 is 0.68.

The process color (four color CMYK) of #75e590 color hex is 0.49, 0.00, 0.37, 0.10. Web safe color of #75e590 is #66cc99. Color #75e590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11100101 10010000
Octal 165 345 220
Decimal 117 229 144
Hex 75 E5 90

RGB Percentages of Color #75e590

%23.88
%46.73
%29.39

CMYK Percentages of Color #75e590

%49
%0
%37
%10

Triadic Colors of #75e590

#75e590 #9075e5 #e59075

Analogous Colors of #75e590

#75e590 #75e5c8 #92e575

Monochromatic Colors of #75e590

#75e590

Complementary Color

#75e590 #e575ca

#75e590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75e590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75e590 Color CSS Codes

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

#75e590 Text Font Color

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

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


#75e590 Background Color

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

This div background color is #75e590


#75e590 Border Color

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

This div border color is #75e590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75e590


Comments

No comments written yet.

Please login to write comment.