COLOR #97DE70

HEX: #97DE70
RGB: (151,222,112)

Color info

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

RGB color model

#97DE70 color RGB value is (151,222,112).

  • red value is 151;
  • green value is 222;
  • blue value is 112.
RGB:
(151,222,112)
(59%,87%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 222 of 255 = 87%
B 112 of 255 = 44%

151
222
112

R + G + B ~ 63%. #97DE70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 222 + 112 = 485 (100%)
R 151 of 485 ~ 31.13%
G 222 of 485 ~ 45.77%
B 112 of 485 ~ 23.09%

%31.13
%45.77
%23.09

CMYK color model

#97DE70 color CMYK value is (32,0,50,13).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 49.55%
  • key color value is 12.94%
CMYK:
(32,0,50,13)
C32M0Y50K13 
(32%,0%,50%,13%)
(0.32/0.00/0.50/0.13)	

CMYK percentages

%31.98
%0
%49.55
%12.94

Codes

Color #97DE70 in popluar color models

97DE70
RGB151222112
HSL99°62.50%65.49%
HSB/HSV99°49.55%87.06%
CMYK31.98%0.00%49.55%
12.94%

Color #97DE70 in popluar number systems.

HEX97DE70
Decimal151222112
Binary10010111110111101110000
Octal227336160

Shades and tints

Shades of #97DE70

#97DE70
(151,222,112)
#8ACA66
(138,202,102)
#7DB65C
(125,182,92)
#70A252
(112,162,82)
#638E48
(99,142,72)
#567A3E
(86,122,62)
#496634
(73,102,52)
#3C522A
(60,82,42)
#2F3E20
(47,62,32)
#222A16
(34,42,22)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #97DE70

#97DE70
(151,222,112)
#A0E17D
(160,225,125)
#A9E48A
(169,228,138)
#B2E797
(178,231,151)
#BBEAA4
(187,234,164)
#C4EDB1
(196,237,177)
#CDF0BE
(205,240,190)
#D6F3CB
(214,243,203)
#DFF6D8
(223,246,216)
#E8F9E5
(232,249,229)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DE70 color. Also use rgb(151,222,112) instead hex code.

Text Font Color

.myTextColor { color: #97DE70; }

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

This text font color is #97DE70.


Background Color

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

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

This div background color is #97DE70.


Border color

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

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

This div border color is #97DE70.


Opacity

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

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

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

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

This text has shadow with #97DE70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DE70 on black background.


Color preview on white background

This text has color #97DE70 on white background.



Black color preview on #97DE70 background

This text has black color on #97DE70 background.


White color preview on #97DE70 background

This text has white color on #97DE70 background.