COLOR #97C58D

HEX: #97C58D
RGB: (151,197,141)

Color info

#97C58D contains red, green and blue colors in about the same proportion. Web safe color of #97C58D is #99CC99 (or #9C9).

RGB color model

#97C58D color RGB value is (151,197,141).

  • red value is 151;
  • green value is 197;
  • blue value is 141.
RGB:
(151,197,141)
(59%,77%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 197 of 255 = 77%
B 141 of 255 = 55%

151
197
141

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

Portions of RGB colors in percentages

R + G + B =
151 + 197 + 141 = 489 (100%)
R 151 of 489 ~ 30.88%
G 197 of 489 ~ 40.29%
B 141 of 489 ~ 28.83%

%30.88
%40.29
%28.83

CMYK color model

#97C58D color CMYK value is (23,0,28,23).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 22.75%
CMYK:
(23,0,28,23)
C23M0Y28K23 
(23%,0%,28%,23%)
(0.23/0.00/0.28/0.23)	

CMYK percentages

%23.35
%0
%28.43
%22.75

Codes

Color #97C58D in popluar color models

97C58D
RGB151197141
HSL109°32.56%66.27%
HSB/HSV109°28.43%77.25%
CMYK23.35%0.00%28.43%
22.75%

Color #97C58D in popluar number systems.

HEX97C58D
Decimal151197141
Binary100101111100010110001101
Octal227305215

Shades and tints

Shades of #97C58D

#97C58D
(151,197,141)
#8AB481
(138,180,129)
#7DA375
(125,163,117)
#709269
(112,146,105)
#63815D
(99,129,93)
#567051
(86,112,81)
#495F45
(73,95,69)
#3C4E39
(60,78,57)
#2F3D2D
(47,61,45)
#222C21
(34,44,33)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #97C58D

#97C58D
(151,197,141)
#A0CA97
(160,202,151)
#A9CFA1
(169,207,161)
#B2D4AB
(178,212,171)
#BBD9B5
(187,217,181)
#C4DEBF
(196,222,191)
#CDE3C9
(205,227,201)
#D6E8D3
(214,232,211)
#DFEDDD
(223,237,221)
#E8F2E7
(232,242,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C58D color. Also use rgb(151,197,141) instead hex code.

Text Font Color

.myTextColor { color: #97C58D; }

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

This text font color is #97C58D.


Background Color

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

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

This div background color is #97C58D.


Border color

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

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

This div border color is #97C58D.


Opacity

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

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

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

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

This text has shadow with #97C58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C58D on black background.


Color preview on white background

This text has color #97C58D on white background.



Black color preview on #97C58D background

This text has black color on #97C58D background.


White color preview on #97C58D background

This text has white color on #97C58D background.