COLOR #97DF55

HEX: #97DF55
RGB: (151,223,85)

Color info

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

RGB color model

#97DF55 color RGB value is (151,223,85).

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

RGB channels and saturation

R 151 of 255 = 59%
G 223 of 255 = 87%
B 85 of 255 = 33%

151
223
85

R + G + B ~ 60%. #97DF55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 223 + 85 = 459 (100%)
R 151 of 459 ~ 32.9%
G 223 of 459 ~ 48.58%
B 85 of 459 ~ 18.52%

%32.9
%48.58
%18.52

CMYK color model

#97DF55 color CMYK value is (32,0,62,13).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 61.88%
  • key color value is 12.55%
CMYK:
(32,0,62,13)
C32M0Y62K13 
(32%,0%,62%,13%)
(0.32/0.00/0.62/0.13)	

CMYK percentages

%32.29
%0
%61.88
%12.55

Codes

Color #97DF55 in popluar color models

97DF55
RGB15122385
HSL91°68.32%60.39%
HSB/HSV91°61.88%87.45%
CMYK32.29%0.00%61.88%
12.55%

Color #97DF55 in popluar number systems.

HEX97DF55
Decimal15122385
Binary10010111110111111010101
Octal227337125

Shades and tints

Shades of #97DF55

#97DF55
(151,223,85)
#8ACB4E
(138,203,78)
#7DB747
(125,183,71)
#70A340
(112,163,64)
#638F39
(99,143,57)
#567B32
(86,123,50)
#49672B
(73,103,43)
#3C5324
(60,83,36)
#2F3F1D
(47,63,29)
#222B16
(34,43,22)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #97DF55

#97DF55
(151,223,85)
#A0E164
(160,225,100)
#A9E373
(169,227,115)
#B2E582
(178,229,130)
#BBE791
(187,231,145)
#C4E9A0
(196,233,160)
#CDEBAF
(205,235,175)
#D6EDBE
(214,237,190)
#DFEFCD
(223,239,205)
#E8F1DC
(232,241,220)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DF55; }

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

This text font color is #97DF55.


Background Color

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

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

This div background color is #97DF55.


Border color

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

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

This div border color is #97DF55.


Opacity

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

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

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

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

This text has shadow with #97DF55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DF55 on black background.


Color preview on white background

This text has color #97DF55 on white background.



Black color preview on #97DF55 background

This text has black color on #97DF55 background.


White color preview on #97DF55 background

This text has white color on #97DF55 background.