Color Hex Logo

#96ff29 Color Hex

#96FF29
(150,255,41)
0 Favorites   0 Comments

Color spaces of #96ff29

RGB 15025541
HSL0.251.000.58
HSV89°84°100°
CMYK 0.410.000.84   0.00
XYZ48.737978.164114.6163
Yxy78.16410.34440.5523
Hunter Lab88.4105-56.316952.0853
CIE-Lab90.8547-60.378581.8270

#96ff29 color RGB value is (150,255,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111111 00101001
Octal 226 377 51
Decimal 150 255 41
Hex 96 FF 29

RGB Percentages of Color #96ff29

%33.63
%57.17
%9.19

CMYK Percentages of Color #96ff29

%41
%0
%84
%0

Triadic Colors of #96ff29

#96ff29 #2996ff #ff2996

Analogous Colors of #96ff29

#96ff29 #2bff29 #fffd29

Monochromatic Colors of #96ff29

#96ff29

Complementary Color

#96ff29 #9229ff

#96ff29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ff29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ff29 Color CSS Codes

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

#96ff29 Text Font Color

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

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


#96ff29 Background Color

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

This div background color is #96ff29


#96ff29 Border Color

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

This div border color is #96ff29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ff29

Related Colors


Comments

No comments written yet.

Please login to write comment.