COLOR #97CA77

HEX: #97CA77 RGB: (151,202,119)

Color info

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

RGB color model

#97CA77 color RGB value is (151,202,119).

RGB: (151,202,119) (59%, 79%, 47%)

RGB channels and saturation

R 151 of 255 = 59%
G 202 of 255 = 79%
B 119 of 255 = 47%

151
202
119

R + G + B ~ 62%. #97CA77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 202 + 119 = 472 (100%)
R 151 of 472 ~ 31.99%
G 202 of 472 ~ 42.8%
B 119 of 472 ~ 25.21'%

%31.99
%42.8
%25.21

CMYK color model

#97CA77 color CMYK value is (25,0,41,21).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 41.09%
  • key color value is 20.78%

CMYK: (25,0,41,21)
C25M0Y41K21 (25%, 0%, 41%, 21%)
(0.25 / 0.00 / 0.41 / 0.21)

CMYK percentages

%25.25
%0
%41.09
%20.78

Codes

Color #97CA77 in popluar color models

97 CA 77
RGB 151 202 119
HSL 97° 43.92% 62.94%
HSB/HSV 97° 41.09% 79.22%
CMYK 25.25% 0.00% 41.09%
20.78%

Color #97CA77 in popluar number systems.

HEX 97 CA 77
Decimal 151 202 119
Binary 10010111 11001010 1110111
Octal 227 312 167

Shades and tints

Shades of #97CA77

#97CA77
(151,202,119)
#8AB86D
(138,184,109)
#7DA663
(125,166,99)
#709459
(112,148,89)
#63824F
(99,130,79)
#567045
(86,112,69)
#495E3B
(73,94,59)
#3C4C31
(60,76,49)
#2F3A27
(47,58,39)
#22281D
(34,40,29)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #97CA77

#97CA77
(151,202,119)
#A0CE83
(160,206,131)
#A9D28F
(169,210,143)
#B2D69B
(178,214,155)
#BBDAA7
(187,218,167)
#C4DEB3
(196,222,179)
#CDE2BF
(205,226,191)
#D6E6CB
(214,230,203)
#DFEAD7
(223,234,215)
#E8EEE3
(232,238,227)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CA77 color. Also use rgb(151,202,119) instead hex code.

Text Font Color

.myTextColor { color: #97CA77; }

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

This text font color is #97CA77.

Background Color

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

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

This div background color is #97CA77.

Border color

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

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

This div border color is #97CA77.

Opacity

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

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

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

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

This text has shadow with #97CA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CA77.

Preview

Color preview on black background

This text has color #97CA77 on black background.


Color preview on white background

This text has color #97CA77 on white background.


Black color preview on #97CA77 background

This text has black color on #97CA77 background.


White color preview on #97CA77 background

This text has white color on #97CA77 background.


Related colors

Complementary color

Complementary color for #hex is #683588.


I love getcolorcode.com

Triadic colors

1 #7797CA and #CA7797 with #97CA77 are triadic colors.

2 #77CA97 and #CA9777 with #97CA77 are triadic colors.