Color Hex Logo

#75c63c Color Hex

#75C63C
(117,198,60)
0 Favorites   0 Comments

Color spaces of #75c63c

RGB 11719860
HSL0.260.550.51
HSV95°70°78°
CMYK 0.410.000.70   0.22
XYZ28.345844.496311.3696
Yxy44.49630.33660.5284
Hunter Lab66.7055-40.883136.5882
CIE-Lab72.5590-47.663158.5080

#75c63c color RGB value is (117,198,60).

#75c63c hex color red value is 117, green value is 198 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #75c63c hue: 0.26 , saturation: 0.55 and the lightness value of 75c63c is 0.51.

The process color (four color CMYK) of #75c63c color hex is 0.41, 0.00, 0.70, 0.22. Web safe color of #75c63c is #66cc33. Color #75c63c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11000110 00111100
Octal 165 306 74
Decimal 117 198 60
Hex 75 C6 3C

RGB Percentages of Color #75c63c

%31.20
%52.80
%16.00

CMYK Percentages of Color #75c63c

%41
%0
%70
%22

Triadic Colors of #75c63c

#75c63c #3c75c6 #c63c75

Analogous Colors of #75c63c

#75c63c #3cc648 #bac63c

Monochromatic Colors of #75c63c

#75c63c

Complementary Color

#75c63c #8d3cc6

#75c63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75c63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75c63c Color CSS Codes

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

#75c63c Text Font Color

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

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


#75c63c Background Color

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

This div background color is #75c63c


#75c63c Border Color

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

This div border color is #75c63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75c63c


Comments

No comments written yet.

Please login to write comment.