Color Hex Logo

#96c300 Color Hex

#96C300
(150,195,0)
0 Favorites   0 Comments

Color spaces of #96c300

RGB 1501950
HSL0.211.000.38
HSV74°100°76°
CMYK 0.230.001.00   0.24
XYZ32.092845.51427.0937
Yxy45.51420.37890.5374
Hunter Lab67.4642-33.149740.9907
CIE-Lab73.2292-36.437273.3672

#96c300 color RGB value is (150,195,0).

#96c300 hex color red value is 150, green value is 195 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #96c300 hue: 0.21 , saturation: 1.00 and the lightness value of 96c300 is 0.38.

The process color (four color CMYK) of #96c300 color hex is 0.23, 0.00, 1.00, 0.24. Web safe color of #96c300 is #99cc00. Color #96c300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11000011 00000000
Octal 226 303 0
Decimal 150 195 0
Hex 96 C3 0

RGB Percentages of Color #96c300

%43.48
%56.52
%0.00

CMYK Percentages of Color #96c300

%23
%0
%100
%24

Triadic Colors of #96c300

#96c300 #0096c3 #c30096

Analogous Colors of #96c300

#96c300 #34c300 #c38f00

Monochromatic Colors of #96c300

#96c300

Complementary Color

#96c300 #2d00c3

#96c300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c300 Color CSS Codes

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

#96c300 Text Font Color

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

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


#96c300 Background Color

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

This div background color is #96c300


#96c300 Border Color

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

This div border color is #96c300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c300


Comments

No comments written yet.

Please login to write comment.