Color Hex Logo

#75da2f Color Hex

#75DA2F
(117,218,47)
0 Favorites   0 Comments

Color spaces of #75da2f

RGB 11721847
HSL0.270.700.52
HSV95°78°85°
CMYK 0.460.000.78   0.15
XYZ32.920654.130011.4024
Yxy54.13000.33440.5498
Hunter Lab73.5731-48.882342.3124
CIE-Lab78.5375-56.349568.7252

#75da2f color RGB value is (117,218,47).

#75da2f hex color red value is 117, green value is 218 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #75da2f hue: 0.27 , saturation: 0.70 and the lightness value of 75da2f is 0.52.

The process color (four color CMYK) of #75da2f color hex is 0.46, 0.00, 0.78, 0.15. Web safe color of #75da2f is #66cc33. Color #75da2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011010 00101111
Octal 165 332 57
Decimal 117 218 47
Hex 75 DA 2F

RGB Percentages of Color #75da2f

%30.63
%57.07
%12.30

CMYK Percentages of Color #75da2f

%46
%0
%78
%15

Triadic Colors of #75da2f

#75da2f #2f75da #da2f75

Analogous Colors of #75da2f

#75da2f #2fda3f #cbda2f

Monochromatic Colors of #75da2f

#75da2f

Complementary Color

#75da2f #942fda

#75da2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75da2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75da2f Color CSS Codes

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

#75da2f Text Font Color

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

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


#75da2f Background Color

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

This div background color is #75da2f


#75da2f Border Color

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

This div border color is #75da2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75da2f


Comments

No comments written yet.

Please login to write comment.