COLOR #97D16D

HEX: #97D16D
RGB: (151,209,109)

Color info

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

RGB color model

#97D16D color RGB value is (151,209,109).

  • red value is 151;
  • green value is 209;
  • blue value is 109.
RGB:
(151,209,109)
(59%,82%,43%)

RGB channels and saturation

R 151 of 255 = 59%
G 209 of 255 = 82%
B 109 of 255 = 43%

151
209
109

R + G + B ~ 61%. #97D16D is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 209 + 109 = 469 (100%)
R 151 of 469 ~ 32.2%
G 209 of 469 ~ 44.56%
B 109 of 469 ~ 23.24%

%32.2
%44.56
%23.24

CMYK color model

#97D16D color CMYK value is (28,0,48,18).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 18.04%
CMYK:
(28,0,48,18)
C28M0Y48K18 
(28%,0%,48%,18%)
(0.28/0.00/0.48/0.18)	

CMYK percentages

%27.75
%0
%47.85
%18.04

Codes

Color #97D16D in popluar color models

97D16D
RGB151209109
HSL95°52.08%62.35%
HSB/HSV95°47.85%81.96%
CMYK27.75%0.00%47.85%
18.04%

Color #97D16D in popluar number systems.

HEX97D16D
Decimal151209109
Binary10010111110100011101101
Octal227321155

Shades and tints

Shades of #97D16D

#97D16D
(151,209,109)
#8ABE64
(138,190,100)
#7DAB5B
(125,171,91)
#709852
(112,152,82)
#638549
(99,133,73)
#567240
(86,114,64)
#495F37
(73,95,55)
#3C4C2E
(60,76,46)
#2F3925
(47,57,37)
#22261C
(34,38,28)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #97D16D

#97D16D
(151,209,109)
#A0D57A
(160,213,122)
#A9D987
(169,217,135)
#B2DD94
(178,221,148)
#BBE1A1
(187,225,161)
#C4E5AE
(196,229,174)
#CDE9BB
(205,233,187)
#D6EDC8
(214,237,200)
#DFF1D5
(223,241,213)
#E8F5E2
(232,245,226)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D16D color. Also use rgb(151,209,109) instead hex code.

Text Font Color

.myTextColor { color: #97D16D; }

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

This text font color is #97D16D.


Background Color

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

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

This div background color is #97D16D.


Border color

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

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

This div border color is #97D16D.


Opacity

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

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

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

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

This text has shadow with #97D16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D16D on black background.


Color preview on white background

This text has color #97D16D on white background.



Black color preview on #97D16D background

This text has black color on #97D16D background.


White color preview on #97D16D background

This text has white color on #97D16D background.