COLOR #97DF84

HEX: #97DF84
RGB: (151,223,132)

Color info

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

RGB color model

#97DF84 color RGB value is (151,223,132).

  • red value is 151;
  • green value is 223;
  • blue value is 132.
RGB:
(151,223,132)
(59%,87%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 223 of 255 = 87%
B 132 of 255 = 52%

151
223
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 223 + 132 = 506 (100%)
R 151 of 506 ~ 29.84%
G 223 of 506 ~ 44.07%
B 132 of 506 ~ 26.09%

%29.84
%44.07
%26.09

CMYK color model

#97DF84 color CMYK value is (32,0,41,13).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 40.81%
  • key color value is 12.55%
CMYK:
(32,0,41,13)
C32M0Y41K13 
(32%,0%,41%,13%)
(0.32/0.00/0.41/0.13)	

CMYK percentages

%32.29
%0
%40.81
%12.55

Codes

Color #97DF84 in popluar color models

97DF84
RGB151223132
HSL107°58.71%69.61%
HSB/HSV107°40.81%87.45%
CMYK32.29%0.00%40.81%
12.55%

Color #97DF84 in popluar number systems.

HEX97DF84
Decimal151223132
Binary100101111101111110000100
Octal227337204

Shades and tints

Shades of #97DF84

#97DF84
(151,223,132)
#8ACB78
(138,203,120)
#7DB76C
(125,183,108)
#70A360
(112,163,96)
#638F54
(99,143,84)
#567B48
(86,123,72)
#49673C
(73,103,60)
#3C5330
(60,83,48)
#2F3F24
(47,63,36)
#222B18
(34,43,24)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #97DF84

#97DF84
(151,223,132)
#A0E18F
(160,225,143)
#A9E39A
(169,227,154)
#B2E5A5
(178,229,165)
#BBE7B0
(187,231,176)
#C4E9BB
(196,233,187)
#CDEBC6
(205,235,198)
#D6EDD1
(214,237,209)
#DFEFDC
(223,239,220)
#E8F1E7
(232,241,231)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DF84 color. Also use rgb(151,223,132) instead hex code.

Text Font Color

.myTextColor { color: #97DF84; }

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

This text font color is #97DF84.


Background Color

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

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

This div background color is #97DF84.


Border color

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

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

This div border color is #97DF84.


Opacity

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

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

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

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

This text has shadow with #97DF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DF84 on black background.


Color preview on white background

This text has color #97DF84 on white background.



Black color preview on #97DF84 background

This text has black color on #97DF84 background.


White color preview on #97DF84 background

This text has white color on #97DF84 background.