COLOR #97DD63

HEX: #97DD63
RGB: (151,221,99)

Color info

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

RGB color model

#97DD63 color RGB value is (151,221,99).

  • red value is 151;
  • green value is 221;
  • blue value is 99.
RGB:
(151,221,99)
(59%,87%,39%)

RGB channels and saturation

R 151 of 255 = 59%
G 221 of 255 = 87%
B 99 of 255 = 39%

151
221
99

R + G + B ~ 62%. #97DD63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 221 + 99 = 471 (100%)
R 151 of 471 ~ 32.06%
G 221 of 471 ~ 46.92%
B 99 of 471 ~ 21.02%

%32.06
%46.92
%21.02

CMYK color model

#97DD63 color CMYK value is (32,0,55,13).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 55.20%
  • key color value is 13.33%
CMYK:
(32,0,55,13)
C32M0Y55K13 
(32%,0%,55%,13%)
(0.32/0.00/0.55/0.13)	

CMYK percentages

%31.67
%0
%55.2
%13.33

Codes

Color #97DD63 in popluar color models

97DD63
RGB15122199
HSL94°64.21%62.75%
HSB/HSV94°55.20%86.67%
CMYK31.67%0.00%55.20%
13.33%

Color #97DD63 in popluar number systems.

HEX97DD63
Decimal15122199
Binary10010111110111011100011
Octal227335143

Shades and tints

Shades of #97DD63

#97DD63
(151,221,99)
#8AC95A
(138,201,90)
#7DB551
(125,181,81)
#70A148
(112,161,72)
#638D3F
(99,141,63)
#567936
(86,121,54)
#49652D
(73,101,45)
#3C5124
(60,81,36)
#2F3D1B
(47,61,27)
#222912
(34,41,18)
#151509
(21,21,9)
#000000
(0,0,0)

Tints of #97DD63

#97DD63
(151,221,99)
#A0E071
(160,224,113)
#A9E37F
(169,227,127)
#B2E68D
(178,230,141)
#BBE99B
(187,233,155)
#C4ECA9
(196,236,169)
#CDEFB7
(205,239,183)
#D6F2C5
(214,242,197)
#DFF5D3
(223,245,211)
#E8F8E1
(232,248,225)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DD63 color. Also use rgb(151,221,99) instead hex code.

Text Font Color

.myTextColor { color: #97DD63; }

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

This text font color is #97DD63.


Background Color

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

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

This div background color is #97DD63.


Border color

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

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

This div border color is #97DD63.


Opacity

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

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

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

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

This text has shadow with #97DD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DD63 on black background.


Color preview on white background

This text has color #97DD63 on white background.



Black color preview on #97DD63 background

This text has black color on #97DD63 background.


White color preview on #97DD63 background

This text has white color on #97DD63 background.