Color Hex Logo

#97d964 Color Hex

#97D964
(151,217,100)
0 Favorites   0 Comments

Color spaces of #97d964

RGB 151217100
HSL0.260.610.62
HSV94°54°85°
CMYK 0.300.000.54   0.15
XYZ39.875657.125120.9812
Yxy57.12510.33800.4842
Hunter Lab75.5811-38.092836.4480
CIE-Lab80.2499-40.564750.4291

#97d964 color RGB value is (151,217,100).

#97d964 hex color red value is 151, green value is 217 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #97d964 hue: 0.26 , saturation: 0.61 and the lightness value of 97d964 is 0.62.

The process color (four color CMYK) of #97d964 color hex is 0.30, 0.00, 0.54, 0.15. Web safe color of #97d964 is #99cc66. Color #97d964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011001 01100100
Octal 227 331 144
Decimal 151 217 100
Hex 97 D9 64

RGB Percentages of Color #97d964

%32.26
%46.37
%21.37

CMYK Percentages of Color #97d964

%30
%0
%54
%15

Triadic Colors of #97d964

#97d964 #6497d9 #d96497

Analogous Colors of #97d964

#97d964 #64d96c #d2d964

Monochromatic Colors of #97d964

#97d964

Complementary Color

#97d964 #a664d9

#97d964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97d964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97d964 Color CSS Codes

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

#97d964 Text Font Color

<p style="color:#97d964">Text here</p>

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


#97d964 Background Color

<div style="background-color:#97d964">
Div content here</div>

This div background color is #97d964


#97d964 Border Color

<div style="border:3px solid #97d964">
Div here</div>

This div border color is #97d964


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,217,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97d964; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97d964;
  -webkit-box-shadow: 1px 1px 3px 2px #97d964;
  box-shadow:         1px 1px 3px 2px #97d964; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,217,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97d964


Comments

No comments written yet.

Please login to write comment.