COLOR #97D97D

HEX: #97D97D
RGB: (151,217,125)

Color info

#97D97D contains mainly green color. Web safe color of #97D97D is #99CC66 (or #9C6).

RGB color model

#97D97D color RGB value is (151,217,125).

  • red value is 151;
  • green value is 217;
  • blue value is 125.
RGB:
(151,217,125)
(59%,85%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 217 of 255 = 85%
B 125 of 255 = 49%

151
217
125

R + G + B ~ 64%. #97D97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 217 + 125 = 493 (100%)
R 151 of 493 ~ 30.63%
G 217 of 493 ~ 44.02%
B 125 of 493 ~ 25.35%

%30.63
%44.02
%25.35

CMYK color model

#97D97D color CMYK value is (30,0,42,15).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 42.40%
  • key color value is 14.90%
CMYK:
(30,0,42,15)
C30M0Y42K15 
(30%,0%,42%,15%)
(0.30/0.00/0.42/0.15)	

CMYK percentages

%30.41
%0
%42.4
%14.9

Codes

Color #97D97D in popluar color models

97D97D
RGB151217125
HSL103°54.76%67.06%
HSB/HSV103°42.40%85.10%
CMYK30.41%0.00%42.40%
14.90%

Color #97D97D in popluar number systems.

HEX97D97D
Decimal151217125
Binary10010111110110011111101
Octal227331175

Shades and tints

Shades of #97D97D

#97D97D
(151,217,125)
#8AC672
(138,198,114)
#7DB367
(125,179,103)
#70A05C
(112,160,92)
#638D51
(99,141,81)
#567A46
(86,122,70)
#49673B
(73,103,59)
#3C5430
(60,84,48)
#2F4125
(47,65,37)
#222E1A
(34,46,26)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #97D97D

#97D97D
(151,217,125)
#A0DC88
(160,220,136)
#A9DF93
(169,223,147)
#B2E29E
(178,226,158)
#BBE5A9
(187,229,169)
#C4E8B4
(196,232,180)
#CDEBBF
(205,235,191)
#D6EECA
(214,238,202)
#DFF1D5
(223,241,213)
#E8F4E0
(232,244,224)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D97D color. Also use rgb(151,217,125) instead hex code.

Text Font Color

.myTextColor { color: #97D97D; }

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

This text font color is #97D97D.


Background Color

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

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

This div background color is #97D97D.


Border color

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

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

This div border color is #97D97D.


Opacity

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

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

Text with #97D97D 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 #97D97D;}

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

This text has shadow with #97D97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D97D on black background.


Color preview on white background

This text has color #97D97D on white background.



Black color preview on #97D97D background

This text has black color on #97D97D background.


White color preview on #97D97D background

This text has white color on #97D97D background.