Color Hex Logo

#97d95d Color Hex

#97D95D
(151,217,93)
0 Favorites   0 Comments

Color spaces of #97d95d

RGB 15121793
HSL0.260.620.61
HSV92°57°85°
CMYK 0.300.000.57   0.15
XYZ39.551156.995319.2726
Yxy56.99530.34150.4921
Hunter Lab75.4952-38.602537.7110
CIE-Lab80.1770-41.268453.5283

#97d95d color RGB value is (151,217,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011001 01011101
Octal 227 331 135
Decimal 151 217 93
Hex 97 D9 5D

RGB Percentages of Color #97d95d

%32.75
%47.07
%20.17

CMYK Percentages of Color #97d95d

%30
%0
%57
%15

Triadic Colors of #97d95d

#97d95d #5d97d9 #d95d97

Analogous Colors of #97d95d

#97d95d #5dd961 #d5d95d

Monochromatic Colors of #97d95d

#97d95d

Complementary Color

#97d95d #9f5dd9

#97d95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97d95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97d95d Color CSS Codes

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

#97d95d Text Font Color

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

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


#97d95d Background Color

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

This div background color is #97d95d


#97d95d Border Color

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

This div border color is #97d95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97d95d


Comments

No comments written yet.

Please login to write comment.