Color Hex Logo

#96ff40 Color Hex

#96FF40
(150,255,64)
0 Favorites   0 Comments

Color spaces of #96ff40

RGB 15025564
HSL0.261.000.63
HSV93°75°100°
CMYK 0.410.000.75   0.00
XYZ49.263178.374217.3818
Yxy78.37420.33970.5404
Hunter Lab88.5292-55.597750.3295
CIE-Lab90.9504-59.358575.9026

#96ff40 color RGB value is (150,255,64).

#96ff40 hex color red value is 150, green value is 255 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #96ff40 hue: 0.26 , saturation: 1.00 and the lightness value of 96ff40 is 0.63.

The process color (four color CMYK) of #96ff40 color hex is 0.41, 0.00, 0.75, 0.00. Web safe color of #96ff40 is #99ff33. Color #96ff40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111111 01000000
Octal 226 377 100
Decimal 150 255 64
Hex 96 FF 40

RGB Percentages of Color #96ff40

%31.98
%54.37
%13.65

CMYK Percentages of Color #96ff40

%41
%0
%75
%0

Triadic Colors of #96ff40

#96ff40 #4096ff #ff4096

Analogous Colors of #96ff40

#96ff40 #40ff4a #f6ff40

Monochromatic Colors of #96ff40

#96ff40

Complementary Color

#96ff40 #a940ff

#96ff40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ff40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ff40 Color CSS Codes

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

#96ff40 Text Font Color

<p style="color:#96ff40">Text here</p>

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


#96ff40 Background Color

<div style="background-color:#96ff40">
Div content here</div>

This div background color is #96ff40


#96ff40 Border Color

<div style="border:3px solid #96ff40">
Div here</div>

This div border color is #96ff40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,255,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96ff40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96ff40;
  -webkit-box-shadow: 1px 1px 3px 2px #96ff40;
  box-shadow:         1px 1px 3px 2px #96ff40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,255,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ff40

Related Colors


Comments

No comments written yet.

Please login to write comment.