Color Hex Logo

#75cb64 Color Hex

#75CB64
(117,203,100)
0 Favorites   0 Comments

Color spaces of #75cb64

RGB 117203100
HSL0.310.500.59
HSV110°51°80°
CMYK 0.420.000.51   0.20
XYZ30.992347.413919.5749
Yxy47.41390.31630.4839
Hunter Lab68.8578-40.159731.3454
CIE-Lab74.4537-45.741643.0766

#75cb64 color RGB value is (117,203,100).

#75cb64 hex color red value is 117, green value is 203 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #75cb64 hue: 0.31 , saturation: 0.50 and the lightness value of 75cb64 is 0.59.

The process color (four color CMYK) of #75cb64 color hex is 0.42, 0.00, 0.51, 0.20. Web safe color of #75cb64 is #66cc66. Color #75cb64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001011 01100100
Octal 165 313 144
Decimal 117 203 100
Hex 75 CB 64

RGB Percentages of Color #75cb64

%27.86
%48.33
%23.81

CMYK Percentages of Color #75cb64

%42
%0
%51
%20

Triadic Colors of #75cb64

#75cb64 #6475cb #cb6475

Analogous Colors of #75cb64

#75cb64 #64cb87 #a9cb64

Monochromatic Colors of #75cb64

#75cb64

Complementary Color

#75cb64 #ba64cb

#75cb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cb64 Color CSS Codes

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

#75cb64 Text Font Color

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

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


#75cb64 Background Color

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

This div background color is #75cb64


#75cb64 Border Color

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

This div border color is #75cb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cb64


Comments

No comments written yet.

Please login to write comment.