COLOR #97FF73

HEX: #97FF73 RGB: (151,255,115)

Color info

#97FF73 contains mainly green color. Web safe color of #97FF73 is #99FF66 (or #9F6).

RGB color model

#97FF73 color RGB value is (151,255,115).

RGB: (151,255,115) (59%, 100%, 45%)

RGB channels and saturation

R 151 of 255 = 59%
G 255 of 255 = 100%
B 115 of 255 = 45%

151
255
115

R + G + B ~ 68%. #97FF73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 255 + 115 = 521 (100%)
R 151 of 521 ~ 28.98%
G 255 of 521 ~ 48.94%
B 115 of 521 ~ 22.07'%

%28.98
%48.94
%22.07

CMYK color model

#97FF73 color CMYK value is (41,0,55,0).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 0.00%

CMYK: (41,0,55,0)
C41M0Y55K0 (41%, 0%, 55%, 0%)
(0.41 / 0.00 / 0.55 / 0.00)

CMYK percentages

%40.78
%0
%54.9
%0

Codes

Color #97FF73 in popluar color models

97 FF 73
RGB 151 255 115
HSL 105° 100.00% 72.55%
HSB/HSV 105° 54.90% 100.00%
CMYK 40.78% 0.00% 54.90%
0.00%

Color #97FF73 in popluar number systems.

HEX 97 FF 73
Decimal 151 255 115
Binary 10010111 11111111 1110011
Octal 227 377 163

Shades and tints

Shades of #97FF73

#97FF73
(151,255,115)
#8AE869
(138,232,105)
#7DD15F
(125,209,95)
#70BA55
(112,186,85)
#63A34B
(99,163,75)
#568C41
(86,140,65)
#497537
(73,117,55)
#3C5E2D
(60,94,45)
#2F4723
(47,71,35)
#223019
(34,48,25)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #97FF73

#97FF73
(151,255,115)
#A0FF7F
(160,255,127)
#A9FF8B
(169,255,139)
#B2FF97
(178,255,151)
#BBFFA3
(187,255,163)
#C4FFAF
(196,255,175)
#CDFFBB
(205,255,187)
#D6FFC7
(214,255,199)
#DFFFD3
(223,255,211)
#E8FFDF
(232,255,223)
#F1FFEB
(241,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97FF73 color. Also use rgb(151,255,115) instead hex code.

Text Font Color

.myTextColor { color: #97FF73; }

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

This text font color is #97FF73.

Background Color

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

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

This div background color is #97FF73.

Border color

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

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

This div border color is #97FF73.

Opacity

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

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

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

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

This text has shadow with #97FF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97FF73.

Preview

Color preview on black background

This text has color #97FF73 on black background.


Color preview on white background

This text has color #97FF73 on white background.


Black color preview on #97FF73 background

This text has black color on #97FF73 background.


White color preview on #97FF73 background

This text has white color on #97FF73 background.


Related colors

Complementary color

Complementary color for #hex is #68008C.


I love getcolorcode.com

Triadic colors

1 #7397FF and #FF7397 with #97FF73 are triadic colors.

2 #73FF97 and #FF9773 with #97FF73 are triadic colors.