COLOR #97F591

HEX: #97F591
RGB: (151,245,145)

Color info

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

RGB color model

#97F591 color RGB value is (151,245,145).

  • red value is 151;
  • green value is 245;
  • blue value is 145.
RGB:
(151,245,145)
(59%,96%,57%)

RGB channels and saturation

R 151 of 255 = 59%
G 245 of 255 = 96%
B 145 of 255 = 57%

151
245
145

R + G + B ~ 71%. #97F591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 245 + 145 = 541 (100%)
R 151 of 541 ~ 27.91%
G 245 of 541 ~ 45.29%
B 145 of 541 ~ 26.8%

%27.91
%45.29
%26.8

CMYK color model

#97F591 color CMYK value is (38,0,41,4).

  • cyan value is 38.37%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 3.92%
CMYK:
(38,0,41,4)
C38M0Y41K4 
(38%,0%,41%,4%)
(0.38/0.00/0.41/0.04)	

CMYK percentages

%38.37
%0
%40.82
%3.92

Codes

Color #97F591 in popluar color models

97F591
RGB151245145
HSL116°83.33%76.47%
HSB/HSV116°40.82%96.08%
CMYK38.37%0.00%40.82%
3.92%

Color #97F591 in popluar number systems.

HEX97F591
Decimal151245145
Binary100101111111010110010001
Octal227365221

Shades and tints

Shades of #97F591

#97F591
(151,245,145)
#8ADF84
(138,223,132)
#7DC977
(125,201,119)
#70B36A
(112,179,106)
#639D5D
(99,157,93)
#568750
(86,135,80)
#497143
(73,113,67)
#3C5B36
(60,91,54)
#2F4529
(47,69,41)
#222F1C
(34,47,28)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #97F591

#97F591
(151,245,145)
#A0F59B
(160,245,155)
#A9F5A5
(169,245,165)
#B2F5AF
(178,245,175)
#BBF5B9
(187,245,185)
#C4F5C3
(196,245,195)
#CDF5CD
(205,245,205)
#D6F5D7
(214,245,215)
#DFF5E1
(223,245,225)
#E8F5EB
(232,245,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F591 color. Also use rgb(151,245,145) instead hex code.

Text Font Color

.myTextColor { color: #97F591; }

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

This text font color is #97F591.


Background Color

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

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

This div background color is #97F591.


Border color

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

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

This div border color is #97F591.


Opacity

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

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

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

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

This text has shadow with #97F591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97F591 on black background.


Color preview on white background

This text has color #97F591 on white background.



Black color preview on #97F591 background

This text has black color on #97F591 background.


White color preview on #97F591 background

This text has white color on #97F591 background.