COLOR #97D496

HEX: #97D496
RGB: (151,212,150)

Color info

#97D496 contains mainly green color. Web safe color of #97D496 is #99CC99 (or #9C9).

RGB color model

#97D496 color RGB value is (151,212,150).

  • red value is 151;
  • green value is 212;
  • blue value is 150.
RGB:
(151,212,150)
(59%,83%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 212 of 255 = 83%
B 150 of 255 = 59%

151
212
150

R + G + B ~ 67%. #97D496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 212 + 150 = 513 (100%)
R 151 of 513 ~ 29.43%
G 212 of 513 ~ 41.33%
B 150 of 513 ~ 29.24%

%29.43
%41.33
%29.24

CMYK color model

#97D496 color CMYK value is (29,0,29,17).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 16.86%
CMYK:
(29,0,29,17)
C29M0Y29K17 
(29%,0%,29%,17%)
(0.29/0.00/0.29/0.17)	

CMYK percentages

%28.77
%0
%29.25
%16.86

Codes

Color #97D496 in popluar color models

97D496
RGB151212150
HSL119°41.89%70.98%
HSB/HSV119°29.25%83.14%
CMYK28.77%0.00%29.25%
16.86%

Color #97D496 in popluar number systems.

HEX97D496
Decimal151212150
Binary100101111101010010010110
Octal227324226

Shades and tints

Shades of #97D496

#97D496
(151,212,150)
#8AC189
(138,193,137)
#7DAE7C
(125,174,124)
#709B6F
(112,155,111)
#638862
(99,136,98)
#567555
(86,117,85)
#496248
(73,98,72)
#3C4F3B
(60,79,59)
#2F3C2E
(47,60,46)
#222921
(34,41,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #97D496

#97D496
(151,212,150)
#A0D79F
(160,215,159)
#A9DAA8
(169,218,168)
#B2DDB1
(178,221,177)
#BBE0BA
(187,224,186)
#C4E3C3
(196,227,195)
#CDE6CC
(205,230,204)
#D6E9D5
(214,233,213)
#DFECDE
(223,236,222)
#E8EFE7
(232,239,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D496 color. Also use rgb(151,212,150) instead hex code.

Text Font Color

.myTextColor { color: #97D496; }

<p style="color:#97D496">This sample text font color is #97D496.</p>

This text font color is #97D496.


Background Color

.myBgColor { background-color: #97D496; }

<div style="background-color:#97D496">Inner text</div>

This div background color is #97D496.


Border color

.myBorderColor { border: 1px solid #97D496; }

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

This div border color is #97D496.


Opacity

.myOpacity80 { color: #97D496; opacity: 0.8; }

<p style="color:#97D496;opacity:0.8;">80%</p>

Text with #97D496 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #97D496;}

<p style="text-shadow: 3px 3px 1px #97D496">Text here.</p>

This text has shadow with #97D496 color.

.textShadow {text-shadow: 3px 3px 1px #97D496, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #97D496, 5px 5px 20px red">Text here.</p>

This text has shadow with #97D496 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#97D496, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#97D496, Direction=45, Strength=4)">Text</p>

This text has shadow with #97D496 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #97D496;
  -webkit-box-shadow:	1px 1px 3px 2px #97D496;
  box-shadow:		1px 1px 3px 2px #97D496;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97D496;
-webkit-box-shadow: 1px 1px 3px 2px #97D496;
box-shadow:1px 1px 3px 2px #97D496;">
Div content here</div>
This div box has shadow with color #97D496.

Preview

Color preview on black background

This text has color #97D496 on black background.


Color preview on white background

This text has color #97D496 on white background.



Black color preview on #97D496 background

This text has black color on #97D496 background.


White color preview on #97D496 background

This text has white color on #97D496 background.