COLOR #97F681

HEX: #97F681 RGB: (151,246,129)

Color info

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

RGB color model

#97F681 color RGB value is (151,246,129).

RGB: (151,246,129) (59%, 96%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 246 of 255 = 96%
B 129 of 255 = 51%

151
246
129

R + G + B ~ 69%. #97F681 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 246 + 129 = 526 (100%)
R 151 of 526 ~ 28.71%
G 246 of 526 ~ 46.77%
B 129 of 526 ~ 24.52'%

%28.71
%46.77
%24.52

CMYK color model

#97F681 color CMYK value is (39,0,48,4).

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 47.56%
  • key color value is 3.53%

CMYK: (39,0,48,4)
C39M0Y48K4 (39%, 0%, 48%, 4%)
(0.39 / 0.00 / 0.48 / 0.04)

CMYK percentages

%38.62
%0
%47.56
%3.53

Codes

Color #97F681 in popluar color models

97 F6 81
RGB 151 246 129
HSL 109° 86.67% 73.53%
HSB/HSV 109° 47.56% 96.47%
CMYK 38.62% 0.00% 47.56%
3.53%

Color #97F681 in popluar number systems.

HEX 97 F6 81
Decimal 151 246 129
Binary 10010111 11110110 10000001
Octal 227 366 201

Shades and tints

Shades of #97F681

#97F681
(151,246,129)
#8AE076
(138,224,118)
#7DCA6B
(125,202,107)
#70B460
(112,180,96)
#639E55
(99,158,85)
#56884A
(86,136,74)
#49723F
(73,114,63)
#3C5C34
(60,92,52)
#2F4629
(47,70,41)
#22301E
(34,48,30)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #97F681

#97F681
(151,246,129)
#A0F68C
(160,246,140)
#A9F697
(169,246,151)
#B2F6A2
(178,246,162)
#BBF6AD
(187,246,173)
#C4F6B8
(196,246,184)
#CDF6C3
(205,246,195)
#D6F6CE
(214,246,206)
#DFF6D9
(223,246,217)
#E8F6E4
(232,246,228)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F681 color. Also use rgb(151,246,129) instead hex code.

Text Font Color

.myTextColor { color: #97F681; }

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

This text font color is #97F681.

Background Color

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

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

This div background color is #97F681.

Border color

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

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

This div border color is #97F681.

Opacity

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

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

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

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

This text has shadow with #97F681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97F681.

Preview

Color preview on black background

This text has color #97F681 on black background.


Color preview on white background

This text has color #97F681 on white background.


Black color preview on #97F681 background

This text has black color on #97F681 background.


White color preview on #97F681 background

This text has white color on #97F681 background.


Related colors

Complementary color

Complementary color for #hex is #68097E.


I love getcolorcode.com

Triadic colors

1 #8197F6 and #F68197 with #97F681 are triadic colors.

2 #81F697 and #F69781 with #97F681 are triadic colors.