COLOR #97D490

HEX: #97D490
RGB: (151,212,144)

Color info

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

RGB color model

#97D490 color RGB value is (151,212,144).

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

RGB channels and saturation

R 151 of 255 = 59%
G 212 of 255 = 83%
B 144 of 255 = 56%

151
212
144

R + G + B ~ 66%. #97D490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 212 + 144 = 507 (100%)
R 151 of 507 ~ 29.78%
G 212 of 507 ~ 41.81%
B 144 of 507 ~ 28.4%

%29.78
%41.81
%28.4

CMYK color model

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

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 16.86%
CMYK:
(29,0,32,17)
C29M0Y32K17 
(29%,0%,32%,17%)
(0.29/0.00/0.32/0.17)	

CMYK percentages

%28.77
%0
%32.08
%16.86

Codes

Color #97D490 in popluar color models

97D490
RGB151212144
HSL114°44.16%69.80%
HSB/HSV114°32.08%83.14%
CMYK28.77%0.00%32.08%
16.86%

Color #97D490 in popluar number systems.

HEX97D490
Decimal151212144
Binary100101111101010010010000
Octal227324220

Shades and tints

Shades of #97D490

#97D490
(151,212,144)
#8AC183
(138,193,131)
#7DAE76
(125,174,118)
#709B69
(112,155,105)
#63885C
(99,136,92)
#56754F
(86,117,79)
#496242
(73,98,66)
#3C4F35
(60,79,53)
#2F3C28
(47,60,40)
#22291B
(34,41,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #97D490

#97D490
(151,212,144)
#A0D79A
(160,215,154)
#A9DAA4
(169,218,164)
#B2DDAE
(178,221,174)
#BBE0B8
(187,224,184)
#C4E3C2
(196,227,194)
#CDE6CC
(205,230,204)
#D6E9D6
(214,233,214)
#DFECE0
(223,236,224)
#E8EFEA
(232,239,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D490; }

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

This text font color is #97D490.


Background Color

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

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

This div background color is #97D490.


Border color

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

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

This div border color is #97D490.


Opacity

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

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

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

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

This text has shadow with #97D490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D490 on black background.


Color preview on white background

This text has color #97D490 on white background.



Black color preview on #97D490 background

This text has black color on #97D490 background.


White color preview on #97D490 background

This text has white color on #97D490 background.