Color Hex Logo

#75b915 Color Hex

#75B915
(117,185,21)
0 Favorites   0 Comments

Color spaces of #75b915

RGB 11718521
HSL0.240.800.40
HSV85°89°73°
CMYK 0.370.000.89   0.27
XYZ24.820438.53406.8391
Yxy38.53400.35360.5490
Hunter Lab62.0758-37.261136.9208
CIE-Lab68.4124-44.256266.0369

#75b915 color RGB value is (117,185,21).

#75b915 hex color red value is 117, green value is 185 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #75b915 hue: 0.24 , saturation: 0.80 and the lightness value of 75b915 is 0.40.

The process color (four color CMYK) of #75b915 color hex is 0.37, 0.00, 0.89, 0.27. Web safe color of #75b915 is #66cc00. Color #75b915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111001 00010101
Octal 165 271 25
Decimal 117 185 21
Hex 75 B9 15

RGB Percentages of Color #75b915

%36.22
%57.28
%6.50

CMYK Percentages of Color #75b915

%37
%0
%89
%27

Triadic Colors of #75b915

#75b915 #1575b9 #b91575

Analogous Colors of #75b915

#75b915 #23b915 #b9ab15

Monochromatic Colors of #75b915

#75b915

Complementary Color

#75b915 #5915b9

#75b915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b915 Color CSS Codes

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

#75b915 Text Font Color

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

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


#75b915 Background Color

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

This div background color is #75b915


#75b915 Border Color

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

This div border color is #75b915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b915


Comments

No comments written yet.

Please login to write comment.