Color Hex Logo

#96c33d Color Hex

#96C33D
(150,195,61)
0 Favorites   0 Comments

Color spaces of #96c33d

RGB 15019561
HSL0.220.530.50
HSV80°69°76°
CMYK 0.230.000.69   0.24
XYZ32.935145.851211.5292
Yxy45.85120.36470.5077
Hunter Lab67.7135-31.678237.3045
CIE-Lab73.4489-34.364459.6036

#96c33d color RGB value is (150,195,61).

#96c33d hex color red value is 150, green value is 195 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #96c33d hue: 0.22 , saturation: 0.53 and the lightness value of 96c33d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11000011 00111101
Octal 226 303 75
Decimal 150 195 61
Hex 96 C3 3D

RGB Percentages of Color #96c33d

%36.95
%48.03
%15.02

CMYK Percentages of Color #96c33d

%23
%0
%69
%24

Triadic Colors of #96c33d

#96c33d #3d96c3 #c33d96

Analogous Colors of #96c33d

#96c33d #53c33d #c3ad3d

Monochromatic Colors of #96c33d

#96c33d

Complementary Color

#96c33d #6a3dc3

#96c33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c33d Color CSS Codes

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

#96c33d Text Font Color

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

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


#96c33d Background Color

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

This div background color is #96c33d


#96c33d Border Color

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

This div border color is #96c33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c33d


Comments

No comments written yet.

Please login to write comment.