Color Hex Logo

#75de3b Color Hex

#75DE3B
(117,222,59)
0 Favorites   0 Comments

Color spaces of #75de3b

RGB 11722259
HSL0.270.710.55
HSV99°73°87°
CMYK 0.470.000.73   0.13
XYZ34.246856.340213.2074
Yxy56.34020.32990.5428
Hunter Lab75.0601-49.913142.1095
CIE-Lab79.8070-57.168666.1814

#75de3b color RGB value is (117,222,59).

#75de3b hex color red value is 117, green value is 222 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #75de3b hue: 0.27 , saturation: 0.71 and the lightness value of 75de3b is 0.55.

The process color (four color CMYK) of #75de3b color hex is 0.47, 0.00, 0.73, 0.13. Web safe color of #75de3b is #66cc33. Color #75de3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011110 00111011
Octal 165 336 73
Decimal 117 222 59
Hex 75 DE 3B

RGB Percentages of Color #75de3b

%29.40
%55.78
%14.82

CMYK Percentages of Color #75de3b

%47
%0
%73
%13

Triadic Colors of #75de3b

#75de3b #3b75de #de3b75

Analogous Colors of #75de3b

#75de3b #3bde52 #c7de3b

Monochromatic Colors of #75de3b

#75de3b

Complementary Color

#75de3b #a43bde

#75de3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75de3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75de3b Color CSS Codes

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

#75de3b Text Font Color

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

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


#75de3b Background Color

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

This div background color is #75de3b


#75de3b Border Color

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

This div border color is #75de3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75de3b


Comments

No comments written yet.

Please login to write comment.