COLOR #97FC99

HEX: #97FC99
RGB: (151,252,153)

Color info

#97FC99 contains mainly green color. Web safe color of #97FC99 is #99FF99 (or #9F9).

RGB color model

#97FC99 color RGB value is (151,252,153).

  • red value is 151;
  • green value is 252;
  • blue value is 153.
RGB:
(151,252,153)
(59%,99%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 252 of 255 = 99%
B 153 of 255 = 60%

151
252
153

R + G + B ~ 73%. #97FC99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 252 + 153 = 556 (100%)
R 151 of 556 ~ 27.16%
G 252 of 556 ~ 45.32%
B 153 of 556 ~ 27.52%

%27.16
%45.32
%27.52

CMYK color model

#97FC99 color CMYK value is (40,0,39,1).

  • cyan value is 40.08%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 1.18%
CMYK:
(40,0,39,1)
C40M0Y39K1 
(40%,0%,39%,1%)
(0.40/0.00/0.39/0.01)	

CMYK percentages

%40.08
%0
%39.29
%1.18

Codes

Color #97FC99 in popluar color models

97FC99
RGB151252153
HSL121°94.39%79.02%
HSB/HSV121°40.08%98.82%
CMYK40.08%0.00%39.29%
1.18%

Color #97FC99 in popluar number systems.

HEX97FC99
Decimal151252153
Binary100101111111110010011001
Octal227374231

Shades and tints

Shades of #97FC99

#97FC99
(151,252,153)
#8AE68C
(138,230,140)
#7DD07F
(125,208,127)
#70BA72
(112,186,114)
#63A465
(99,164,101)
#568E58
(86,142,88)
#49784B
(73,120,75)
#3C623E
(60,98,62)
#2F4C31
(47,76,49)
#223624
(34,54,36)
#152017
(21,32,23)
#000000
(0,0,0)

Tints of #97FC99

#97FC99
(151,252,153)
#A0FCA2
(160,252,162)
#A9FCAB
(169,252,171)
#B2FCB4
(178,252,180)
#BBFCBD
(187,252,189)
#C4FCC6
(196,252,198)
#CDFCCF
(205,252,207)
#D6FCD8
(214,252,216)
#DFFCE1
(223,252,225)
#E8FCEA
(232,252,234)
#F1FCF3
(241,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97FC99 color. Also use rgb(151,252,153) instead hex code.

Text Font Color

.myTextColor { color: #97FC99; }

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

This text font color is #97FC99.


Background Color

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

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

This div background color is #97FC99.


Border color

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

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

This div border color is #97FC99.


Opacity

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

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

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

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

This text has shadow with #97FC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97FC99 on black background.


Color preview on white background

This text has color #97FC99 on white background.



Black color preview on #97FC99 background

This text has black color on #97FC99 background.


White color preview on #97FC99 background

This text has white color on #97FC99 background.