Color Hex Logo

#75ed55 Color Hex

#75ED55
(117,237,85)
0 Favorites   0 Comments

Color spaces of #75ed55

RGB 11723785
HSL0.300.810.63
HSV107°64°93°
CMYK 0.510.000.64   0.07
XYZ39.260065.006219.0726
Yxy65.00620.31830.5271
Hunter Lab80.6264-54.178042.4131
CIE-Lab84.4869-60.763961.3491

#75ed55 color RGB value is (117,237,85).

#75ed55 hex color red value is 117, green value is 237 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #75ed55 hue: 0.30 , saturation: 0.81 and the lightness value of 75ed55 is 0.63.

The process color (four color CMYK) of #75ed55 color hex is 0.51, 0.00, 0.64, 0.07. Web safe color of #75ed55 is #66ff66. Color #75ed55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101101 01010101
Octal 165 355 125
Decimal 117 237 85
Hex 75 ED 55

RGB Percentages of Color #75ed55

%26.65
%53.99
%19.36

CMYK Percentages of Color #75ed55

%51
%0
%64
%7

Triadic Colors of #75ed55

#75ed55 #5575ed #ed5575

Analogous Colors of #75ed55

#75ed55 #55ed81 #c1ed55

Monochromatic Colors of #75ed55

#75ed55

Complementary Color

#75ed55 #cd55ed

#75ed55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ed55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ed55 Color CSS Codes

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

#75ed55 Text Font Color

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

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


#75ed55 Background Color

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

This div background color is #75ed55


#75ed55 Border Color

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

This div border color is #75ed55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ed55


Comments

No comments written yet.

Please login to write comment.