COLOR #97F799

HEX: #97F799
RGB: (151,247,153)

Color info

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

RGB color model

#97F799 color RGB value is (151,247,153).

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

RGB channels and saturation

R 151 of 255 = 59%
G 247 of 255 = 97%
B 153 of 255 = 60%

151
247
153

R + G + B ~ 72%. #97F799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 247 + 153 = 551 (100%)
R 151 of 551 ~ 27.4%
G 247 of 551 ~ 44.83%
B 153 of 551 ~ 27.77%

%27.4
%44.83
%27.77

CMYK color model

#97F799 color CMYK value is (39,0,38,3).

  • cyan value is 38.87%
  • magenta value is 0.00%
  • yellow value is 38.06%
  • key color value is 3.14%
CMYK:
(39,0,38,3)
C39M0Y38K3 
(39%,0%,38%,3%)
(0.39/0.00/0.38/0.03)	

CMYK percentages

%38.87
%0
%38.06
%3.14

Codes

Color #97F799 in popluar color models

97F799
RGB151247153
HSL121°85.71%78.04%
HSB/HSV121°38.87%96.86%
CMYK38.87%0.00%38.06%
3.14%

Color #97F799 in popluar number systems.

HEX97F799
Decimal151247153
Binary100101111111011110011001
Octal227367231

Shades and tints

Shades of #97F799

#97F799
(151,247,153)
#8AE18C
(138,225,140)
#7DCB7F
(125,203,127)
#70B572
(112,181,114)
#639F65
(99,159,101)
#568958
(86,137,88)
#49734B
(73,115,75)
#3C5D3E
(60,93,62)
#2F4731
(47,71,49)
#223124
(34,49,36)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #97F799

#97F799
(151,247,153)
#A0F7A2
(160,247,162)
#A9F7AB
(169,247,171)
#B2F7B4
(178,247,180)
#BBF7BD
(187,247,189)
#C4F7C6
(196,247,198)
#CDF7CF
(205,247,207)
#D6F7D8
(214,247,216)
#DFF7E1
(223,247,225)
#E8F7EA
(232,247,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97F799; }

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

This text font color is #97F799.


Background Color

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

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

This div background color is #97F799.


Border color

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

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

This div border color is #97F799.


Opacity

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

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

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

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

This text has shadow with #97F799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97F799 on black background.


Color preview on white background

This text has color #97F799 on white background.



Black color preview on #97F799 background

This text has black color on #97F799 background.


White color preview on #97F799 background

This text has white color on #97F799 background.