COLOR #97E38D

HEX: #97E38D
RGB: (151,227,141)

Color info

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

RGB color model

#97E38D color RGB value is (151,227,141).

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

RGB channels and saturation

R 151 of 255 = 59%
G 227 of 255 = 89%
B 141 of 255 = 55%

151
227
141

R + G + B ~ 68%. #97E38D is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 227 + 141 = 519 (100%)
R 151 of 519 ~ 29.09%
G 227 of 519 ~ 43.74%
B 141 of 519 ~ 27.17%

%29.09
%43.74
%27.17

CMYK color model

#97E38D color CMYK value is (33,0,38,11).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 10.98%
CMYK:
(33,0,38,11)
C33M0Y38K11 
(33%,0%,38%,11%)
(0.33/0.00/0.38/0.11)	

CMYK percentages

%33.48
%0
%37.89
%10.98

Codes

Color #97E38D in popluar color models

97E38D
RGB151227141
HSL113°60.56%72.16%
HSB/HSV113°37.89%89.02%
CMYK33.48%0.00%37.89%
10.98%

Color #97E38D in popluar number systems.

HEX97E38D
Decimal151227141
Binary100101111110001110001101
Octal227343215

Shades and tints

Shades of #97E38D

#97E38D
(151,227,141)
#8ACF81
(138,207,129)
#7DBB75
(125,187,117)
#70A769
(112,167,105)
#63935D
(99,147,93)
#567F51
(86,127,81)
#496B45
(73,107,69)
#3C5739
(60,87,57)
#2F432D
(47,67,45)
#222F21
(34,47,33)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #97E38D

#97E38D
(151,227,141)
#A0E597
(160,229,151)
#A9E7A1
(169,231,161)
#B2E9AB
(178,233,171)
#BBEBB5
(187,235,181)
#C4EDBF
(196,237,191)
#CDEFC9
(205,239,201)
#D6F1D3
(214,241,211)
#DFF3DD
(223,243,221)
#E8F5E7
(232,245,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E38D; }

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

This text font color is #97E38D.


Background Color

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

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

This div background color is #97E38D.


Border color

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

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

This div border color is #97E38D.


Opacity

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

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

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

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

This text has shadow with #97E38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E38D on black background.


Color preview on white background

This text has color #97E38D on white background.



Black color preview on #97E38D background

This text has black color on #97E38D background.


White color preview on #97E38D background

This text has white color on #97E38D background.