COLOR #97CD80

HEX: #97CD80 RGB: (151,205,128)

Color info

#97CD80 contains mainly red and green colors. Web safe color of #97CD80 is #99CC66 (or #9C6).

RGB color model

#97CD80 color RGB value is (151,205,128).

RGB: (151,205,128) (59%, 80%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 128 of 255 = 50%

151
205
128

R + G + B ~ 63%. #97CD80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 205 + 128 = 484 (100%)
R 151 of 484 ~ 31.2%
G 205 of 484 ~ 42.36%
B 128 of 484 ~ 26.45'%

%31.2
%42.36
%26.45

CMYK color model

#97CD80 color CMYK value is (26,0,38,20).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 19.61%

CMYK: (26,0,38,20)
C26M0Y38K20 (26%, 0%, 38%, 20%)
(0.26 / 0.00 / 0.38 / 0.20)

CMYK percentages

%26.34
%0
%37.56
%19.61

Codes

Color #97CD80 in popluar color models

97 CD 80
RGB 151 205 128
HSL 102° 43.50% 65.29%
HSB/HSV 102° 37.56% 80.39%
CMYK 26.34% 0.00% 37.56%
19.61%

Color #97CD80 in popluar number systems.

HEX 97 CD 80
Decimal 151 205 128
Binary 10010111 11001101 10000000
Octal 227 315 200

Shades and tints

Shades of #97CD80

#97CD80
(151,205,128)
#8ABB75
(138,187,117)
#7DA96A
(125,169,106)
#70975F
(112,151,95)
#638554
(99,133,84)
#567349
(86,115,73)
#49613E
(73,97,62)
#3C4F33
(60,79,51)
#2F3D28
(47,61,40)
#222B1D
(34,43,29)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #97CD80

#97CD80
(151,205,128)
#A0D18B
(160,209,139)
#A9D596
(169,213,150)
#B2D9A1
(178,217,161)
#BBDDAC
(187,221,172)
#C4E1B7
(196,225,183)
#CDE5C2
(205,229,194)
#D6E9CD
(214,233,205)
#DFEDD8
(223,237,216)
#E8F1E3
(232,241,227)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CD80 color. Also use rgb(151,205,128) instead hex code.

Text Font Color

.myTextColor { color: #97CD80; }

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

This text font color is #97CD80.

Background Color

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

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

This div background color is #97CD80.

Border color

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

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

This div border color is #97CD80.

Opacity

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

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

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

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

This text has shadow with #97CD80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CD80.

Preview

Color preview on black background

This text has color #97CD80 on black background.


Color preview on white background

This text has color #97CD80 on white background.


Black color preview on #97CD80 background

This text has black color on #97CD80 background.


White color preview on #97CD80 background

This text has white color on #97CD80 background.


Related colors

Complementary color

Complementary color for #hex is #68327F.


I love getcolorcode.com

Triadic colors

1 #8097CD and #CD8097 with #97CD80 are triadic colors.

2 #80CD97 and #CD9780 with #97CD80 are triadic colors.