COLOR #97F298

HEX: #97F298 RGB: (151,242,152)

Color info

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

RGB color model

#97F298 color RGB value is (151,242,152).

RGB: (151,242,152) (59%, 95%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 242 of 255 = 95%
B 152 of 255 = 60%

151
242
152

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

Portions of RGB colors in percentages

R + G + B = 151 + 242 + 152 = 545 (100%)
R 151 of 545 ~ 27.71%
G 242 of 545 ~ 44.4%
B 152 of 545 ~ 27.89'%

%27.71
%44.4
%27.89

CMYK color model

#97F298 color CMYK value is (38,0,37,5).

  • cyan value is 37.60%
  • magenta value is 0.00%
  • yellow value is 37.19%
  • key color value is 5.10%

CMYK: (38,0,37,5)
C38M0Y37K5 (38%, 0%, 37%, 5%)
(0.38 / 0.00 / 0.37 / 0.05)

CMYK percentages

%37.6
%0
%37.19
%5.1

Codes

Color #97F298 in popluar color models

97 F2 98
RGB 151 242 152
HSL 121° 77.78% 77.06%
HSB/HSV 121° 37.60% 94.90%
CMYK 37.60% 0.00% 37.19%
5.10%

Color #97F298 in popluar number systems.

HEX 97 F2 98
Decimal 151 242 152
Binary 10010111 11110010 10011000
Octal 227 362 230

Shades and tints

Shades of #97F298

#97F298
(151,242,152)
#8ADC8B
(138,220,139)
#7DC67E
(125,198,126)
#70B071
(112,176,113)
#639A64
(99,154,100)
#568457
(86,132,87)
#496E4A
(73,110,74)
#3C583D
(60,88,61)
#2F4230
(47,66,48)
#222C23
(34,44,35)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #97F298

#97F298
(151,242,152)
#A0F3A1
(160,243,161)
#A9F4AA
(169,244,170)
#B2F5B3
(178,245,179)
#BBF6BC
(187,246,188)
#C4F7C5
(196,247,197)
#CDF8CE
(205,248,206)
#D6F9D7
(214,249,215)
#DFFAE0
(223,250,224)
#E8FBE9
(232,251,233)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F298 color. Also use rgb(151,242,152) instead hex code.

Text Font Color

.myTextColor { color: #97F298; }

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

This text font color is #97F298.

Background Color

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

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

This div background color is #97F298.

Border color

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

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

This div border color is #97F298.

Opacity

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

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

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

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

This text has shadow with #97F298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97F298.

Preview

Color preview on black background

This text has color #97F298 on black background.


Color preview on white background

This text has color #97F298 on white background.


Black color preview on #97F298 background

This text has black color on #97F298 background.


White color preview on #97F298 background

This text has white color on #97F298 background.


Related colors

Complementary color

Complementary color for #hex is #680D67.


I love getcolorcode.com

Triadic colors

1 #9897F2 and #F29897 with #97F298 are triadic colors.

2 #98F297 and #F29798 with #97F298 are triadic colors.