Color Hex Logo

#96d548 Color Hex

#96D548
(150,213,72)
0 Favorites   0 Comments

Color spaces of #96d548

RGB 15021372
HSL0.240.630.56
HSV87°66°84°
CMYK 0.300.000.66   0.16
XYZ37.541654.540414.6796
Yxy54.54040.35160.5109
Hunter Lab73.8515-38.501539.9108
CIE-Lab78.7758-41.661160.8536

#96d548 color RGB value is (150,213,72).

#96d548 hex color red value is 150, green value is 213 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #96d548 hue: 0.24 , saturation: 0.63 and the lightness value of 96d548 is 0.56.

The process color (four color CMYK) of #96d548 color hex is 0.30, 0.00, 0.66, 0.16. Web safe color of #96d548 is #99cc33. Color #96d548 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11010101 01001000
Octal 226 325 110
Decimal 150 213 72
Hex 96 D5 48

RGB Percentages of Color #96d548

%34.48
%48.97
%16.55

CMYK Percentages of Color #96d548

%30
%0
%66
%16

Triadic Colors of #96d548

#96d548 #4896d5 #d54896

Analogous Colors of #96d548

#96d548 #50d548 #d5ce48

Monochromatic Colors of #96d548

#96d548

Complementary Color

#96d548 #8748d5

#96d548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96d548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96d548 Color CSS Codes

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

#96d548 Text Font Color

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

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


#96d548 Background Color

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

This div background color is #96d548


#96d548 Border Color

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

This div border color is #96d548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96d548


Comments

No comments written yet.

Please login to write comment.