COLOR #97C976

HEX: #97C976
RGB: (151,201,118)

Renk bilgisi

#97C976 contains mainly red and green colors. #97C976 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#97C976 color RGB value is (151,201,118).

  • kırmız ton 151;
  • yeşil ton 201;
  • mavi ton 118.
RGB:
(151,201,118)
(59%,79%,46%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 201 of 255 = 79%
B 118 of 255 = 46%

151
201
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 201 + 118 = 470 (100%)
R 151 of 470 ~ 32.13%
G 201 of 470 ~ 42.77%
B 118 of 470 ~ 25.11%

%32.13
%42.77
%25.11

CMYK RENK MODELİ

#97C976 rengi CMYK tonu (25,0,41,21).

  • camgöbeği tonu 24.88%
  • eflatun tonu 0.00%
  • sarı tonu 41.29%
  • ana renk tonu 21.18%
CMYK:
(25,0,41,21)
C25M0Y41K21 
(25%,0%,41%,21%)
(0.25/0.00/0.41/0.21)	

CMYK yüzdeleri

%24.88
%0
%41.29
%21.18

Codes

Color #97C976 in popluar color models

97C976
RGB151201118
HSL96°43.46%62.55%
HSB/HSV96°41.29%78.82%
CMYK24.88%0.00%41.29%
21.18%

Color #97C976 in popluar number systems.

HEX97C976
Decimal151201118
Binary10010111110010011110110
Octal227311166

Shades and tints

Shades of #97C976

#97C976
(151,201,118)
#8AB76C
(138,183,108)
#7DA562
(125,165,98)
#709358
(112,147,88)
#63814E
(99,129,78)
#566F44
(86,111,68)
#495D3A
(73,93,58)
#3C4B30
(60,75,48)
#2F3926
(47,57,38)
#22271C
(34,39,28)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #97C976

#97C976
(151,201,118)
#A0CD82
(160,205,130)
#A9D18E
(169,209,142)
#B2D59A
(178,213,154)
#BBD9A6
(187,217,166)
#C4DDB2
(196,221,178)
#CDE1BE
(205,225,190)
#D6E5CA
(214,229,202)
#DFE9D6
(223,233,214)
#E8EDE2
(232,237,226)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C976 color. Also use rgb(151,201,118) instead hex code.

Text Font Color

.myTextColor { color: #97C976; }

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

This text font color is #97C976.


Background Color

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

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

This div background color is #97C976.


Border color

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

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

This div border color is #97C976.


Opacity

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

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

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

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

This text has shadow with #97C976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C976 on black background.


Color preview on white background

This text has color #97C976 on white background.



Black color preview on #97C976 background

This text has black color on #97C976 background.


White color preview on #97C976 background

This text has white color on #97C976 background.