Color Hex Logo

#75f196 Color Hex

#75F196
(117,241,150)
0 Favorites   0 Comments

Color spaces of #75f196

RGB 117241150
HSL0.380.820.70
HSV136°51°95°
CMYK 0.510.000.38   0.05
XYZ44.296468.894539.8175
Yxy68.89450.28950.4503
Hunter Lab83.0027-49.993929.6597
CIE-Lab86.4518-53.946333.6195

#75f196 color RGB value is (117,241,150).

#75f196 hex color red value is 117, green value is 241 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #75f196 hue: 0.38 , saturation: 0.82 and the lightness value of 75f196 is 0.70.

The process color (four color CMYK) of #75f196 color hex is 0.51, 0.00, 0.38, 0.05. Web safe color of #75f196 is #66ff99. Color #75f196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11110001 10010110
Octal 165 361 226
Decimal 117 241 150
Hex 75 F1 96

RGB Percentages of Color #75f196

%23.03
%47.44
%29.53

CMYK Percentages of Color #75f196

%51
%0
%38
%5

Triadic Colors of #75f196

#75f196 #9675f1 #f19675

Analogous Colors of #75f196

#75f196 #75f1d4 #92f175

Monochromatic Colors of #75f196

#75f196

Complementary Color

#75f196 #f175d0

#75f196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75f196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75f196 Color CSS Codes

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

#75f196 Text Font Color

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

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


#75f196 Background Color

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

This div background color is #75f196


#75f196 Border Color

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

This div border color is #75f196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75f196


Comments

No comments written yet.

Please login to write comment.