Color Hex Logo

#96f95e Color Hex

#96F95E
(150,249,94)
0 Favorites   0 Comments

Color spaces of #96f95e

RGB 15024994
HSL0.270.930.67
HSV98°62°98°
CMYK 0.400.000.62   0.02
XYZ48.473775.043522.5197
Yxy75.04350.33190.5139
Hunter Lab86.6277-51.716245.2263
CIE-Lab89.4134-54.890263.4709

#96f95e color RGB value is (150,249,94).

#96f95e hex color red value is 150, green value is 249 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #96f95e hue: 0.27 , saturation: 0.93 and the lightness value of 96f95e is 0.67.

The process color (four color CMYK) of #96f95e color hex is 0.40, 0.00, 0.62, 0.02. Web safe color of #96f95e is #99ff66. Color #96f95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111001 01011110
Octal 226 371 136
Decimal 150 249 94
Hex 96 F9 5E

RGB Percentages of Color #96f95e

%30.43
%50.51
%19.07

CMYK Percentages of Color #96f95e

%40
%0
%62
%2

Triadic Colors of #96f95e

#96f95e #5e96f9 #f95e96

Analogous Colors of #96f95e

#96f95e #5ef974 #e4f95e

Monochromatic Colors of #96f95e

#96f95e

Complementary Color

#96f95e #c15ef9

#96f95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96f95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96f95e Color CSS Codes

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

#96f95e Text Font Color

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

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


#96f95e Background Color

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

This div background color is #96f95e


#96f95e Border Color

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

This div border color is #96f95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96f95e

Related Colors


Comments

No comments written yet.

Please login to write comment.