COLOR #97D445

HEX: #97D445 RGB: (151,212,69)

Color info

#97D445 contains mainly green color. Web safe color of #97D445 is #99CC33 (or #9C3).

RGB color model

#97D445 color RGB value is (151,212,69).

RGB: (151,212,69) (59%, 83%, 27%)

RGB channels and saturation

R 151 of 255 = 59%
G 212 of 255 = 83%
B 69 of 255 = 27%

151
212
69

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

Portions of RGB colors in percentages

R + G + B = 151 + 212 + 69 = 432 (100%)
R 151 of 432 ~ 34.95%
G 212 of 432 ~ 49.07%
B 69 of 432 ~ 15.97'%

%34.95
%49.07
%15.97

CMYK color model

#97D445 color CMYK value is (29,0,67,17).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 67.45%
  • key color value is 16.86%

CMYK: (29,0,67,17)
C29M0Y67K17 (29%, 0%, 67%, 17%)
(0.29 / 0.00 / 0.67 / 0.17)

CMYK percentages

%28.77
%0
%67.45
%16.86

Codes

Color #97D445 in popluar color models

97 D4 45
RGB 151 212 69
HSL 86° 62.45% 55.10%
HSB/HSV 86° 67.45% 83.14%
CMYK 28.77% 0.00% 67.45%
16.86%

Color #97D445 in popluar number systems.

HEX 97 D4 45
Decimal 151 212 69
Binary 10010111 11010100 1000101
Octal 227 324 105

Shades and tints

Shades of #97D445

#97D445
(151,212,69)
#8AC13F
(138,193,63)
#7DAE39
(125,174,57)
#709B33
(112,155,51)
#63882D
(99,136,45)
#567527
(86,117,39)
#496221
(73,98,33)
#3C4F1B
(60,79,27)
#2F3C15
(47,60,21)
#22290F
(34,41,15)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #97D445

#97D445
(151,212,69)
#A0D755
(160,215,85)
#A9DA65
(169,218,101)
#B2DD75
(178,221,117)
#BBE085
(187,224,133)
#C4E395
(196,227,149)
#CDE6A5
(205,230,165)
#D6E9B5
(214,233,181)
#DFECC5
(223,236,197)
#E8EFD5
(232,239,213)
#F1F2E5
(241,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D445 color. Also use rgb(151,212,69) instead hex code.

Text Font Color

.myTextColor { color: #97D445; }

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

This text font color is #97D445.

Background Color

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

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

This div background color is #97D445.

Border color

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

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

This div border color is #97D445.

Opacity

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

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

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

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

This text has shadow with #97D445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97D445.

Preview

Color preview on black background

This text has color #97D445 on black background.


Color preview on white background

This text has color #97D445 on white background.


Black color preview on #97D445 background

This text has black color on #97D445 background.


White color preview on #97D445 background

This text has white color on #97D445 background.


Related colors

Complementary color

Complementary color for #97D445 is #682BBA.


I love getcolorcode.com

Triadic colors

1 #4597D4 and #D44597 with #97D445 are triadic colors.

2 #45D497 and #D49745 with #97D445 are triadic colors.