COLOR #97C860

HEX: #97C860 RGB: (151,200,96)

Color info

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

RGB color model

#97C860 color RGB value is (151,200,96).

RGB: (151,200,96) (59%, 78%, 38%)

RGB channels and saturation

R 151 of 255 = 59%
G 200 of 255 = 78%
B 96 of 255 = 38%

151
200
96

R + G + B ~ 58%. #97C860 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 200 + 96 = 447 (100%)
R 151 of 447 ~ 33.78%
G 200 of 447 ~ 44.74%
B 96 of 447 ~ 21.48'%

%33.78
%44.74
%21.48

CMYK color model

#97C860 color CMYK value is (25,0,52,22).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 21.57%

CMYK: (25,0,52,22)
C25M0Y52K22 (25%, 0%, 52%, 22%)
(0.25 / 0.00 / 0.52 / 0.22)

CMYK percentages

%24.5
%0
%52
%21.57

Codes

Color #97C860 in popluar color models

97 C8 60
RGB 151 200 96
HSL 88° 48.60% 58.04%
HSB/HSV 88° 52.00% 78.43%
CMYK 24.50% 0.00% 52.00%
21.57%

Color #97C860 in popluar number systems.

HEX 97 C8 60
Decimal 151 200 96
Binary 10010111 11001000 1100000
Octal 227 310 140

Shades and tints

Shades of #97C860

#97C860
(151,200,96)
#8AB658
(138,182,88)
#7DA450
(125,164,80)
#709248
(112,146,72)
#638040
(99,128,64)
#566E38
(86,110,56)
#495C30
(73,92,48)
#3C4A28
(60,74,40)
#2F3820
(47,56,32)
#222618
(34,38,24)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #97C860

#97C860
(151,200,96)
#A0CD6E
(160,205,110)
#A9D27C
(169,210,124)
#B2D78A
(178,215,138)
#BBDC98
(187,220,152)
#C4E1A6
(196,225,166)
#CDE6B4
(205,230,180)
#D6EBC2
(214,235,194)
#DFF0D0
(223,240,208)
#E8F5DE
(232,245,222)
#F1FAEC
(241,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C860 color. Also use rgb(151,200,96) instead hex code.

Text Font Color

.myTextColor { color: #97C860; }

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

This text font color is #97C860.

Background Color

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

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

This div background color is #97C860.

Border color

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

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

This div border color is #97C860.

Opacity

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

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

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

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

This text has shadow with #97C860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C860.

Preview

Color preview on black background

This text has color #97C860 on black background.


Color preview on white background

This text has color #97C860 on white background.


Black color preview on #97C860 background

This text has black color on #97C860 background.


White color preview on #97C860 background

This text has white color on #97C860 background.


Related colors

Complementary color

Complementary color for #hex is #68379F.


I love getcolorcode.com

Triadic colors

1 #6097C8 and #C86097 with #97C860 are triadic colors.

2 #60C897 and #C89760 with #97C860 are triadic colors.