COLOR #97CA53

HEX: #97CA53
RGB: (151,202,83)

Color info

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

RGB color model

#97CA53 color RGB value is (151,202,83).

  • red value is 151;
  • green value is 202;
  • blue value is 83.
RGB:
(151,202,83)
(59%,79%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 202 of 255 = 79%
B 83 of 255 = 33%

151
202
83

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

Portions of RGB colors in percentages

R + G + B =
151 + 202 + 83 = 436 (100%)
R 151 of 436 ~ 34.63%
G 202 of 436 ~ 46.33%
B 83 of 436 ~ 19.04%

%34.63
%46.33
%19.04

CMYK color model

#97CA53 color CMYK value is (25,0,59,21).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 58.91%
  • key color value is 20.78%
CMYK:
(25,0,59,21)
C25M0Y59K21 
(25%,0%,59%,21%)
(0.25/0.00/0.59/0.21)	

CMYK percentages

%25.25
%0
%58.91
%20.78

Codes

Color #97CA53 in popluar color models

97CA53
RGB15120283
HSL86°52.89%55.88%
HSB/HSV86°58.91%79.22%
CMYK25.25%0.00%58.91%
20.78%

Color #97CA53 in popluar number systems.

HEX97CA53
Decimal15120283
Binary10010111110010101010011
Octal227312123

Shades and tints

Shades of #97CA53

#97CA53
(151,202,83)
#8AB84C
(138,184,76)
#7DA645
(125,166,69)
#70943E
(112,148,62)
#638237
(99,130,55)
#567030
(86,112,48)
#495E29
(73,94,41)
#3C4C22
(60,76,34)
#2F3A1B
(47,58,27)
#222814
(34,40,20)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #97CA53

#97CA53
(151,202,83)
#A0CE62
(160,206,98)
#A9D271
(169,210,113)
#B2D680
(178,214,128)
#BBDA8F
(187,218,143)
#C4DE9E
(196,222,158)
#CDE2AD
(205,226,173)
#D6E6BC
(214,230,188)
#DFEACB
(223,234,203)
#E8EEDA
(232,238,218)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CA53; }

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

This text font color is #97CA53.


Background Color

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

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

This div background color is #97CA53.


Border color

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

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

This div border color is #97CA53.


Opacity

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

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

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

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

This text has shadow with #97CA53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CA53 on black background.


Color preview on white background

This text has color #97CA53 on white background.



Black color preview on #97CA53 background

This text has black color on #97CA53 background.


White color preview on #97CA53 background

This text has white color on #97CA53 background.