Color Hex Logo

#96fd63 Color Hex

#96FD63
(150,253,99)
0 Favorites   0 Comments

Color spaces of #96fd63

RGB 15025399
HSL0.280.970.69
HSV100°61°99°
CMYK 0.410.000.61   0.01
XYZ49.955177.635424.1566
Yxy77.63540.32920.5116
Hunter Lab88.1110-52.992445.4227
CIE-Lab90.6133-56.033562.7408

#96fd63 color RGB value is (150,253,99).

#96fd63 hex color red value is 150, green value is 253 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #96fd63 hue: 0.28 , saturation: 0.97 and the lightness value of 96fd63 is 0.69.

The process color (four color CMYK) of #96fd63 color hex is 0.41, 0.00, 0.61, 0.01. Web safe color of #96fd63 is #99ff66. Color #96fd63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111101 01100011
Octal 226 375 143
Decimal 150 253 99
Hex 96 FD 63

RGB Percentages of Color #96fd63

%29.88
%50.40
%19.72

CMYK Percentages of Color #96fd63

%41
%0
%61
%1

Triadic Colors of #96fd63

#96fd63 #6396fd #fd6396

Analogous Colors of #96fd63

#96fd63 #63fd7d #e3fd63

Monochromatic Colors of #96fd63

#96fd63

Complementary Color

#96fd63 #ca63fd

#96fd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fd63 Color CSS Codes

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

#96fd63 Text Font Color

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

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


#96fd63 Background Color

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

This div background color is #96fd63


#96fd63 Border Color

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

This div border color is #96fd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fd63

Related Colors


Comments

No comments written yet.

Please login to write comment.