COLOR #97BE78

HEX: #97BE78
RGB: (151,190,120)

Color info

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

RGB color model

#97BE78 color RGB value is (151,190,120).

  • red value is 151;
  • green value is 190;
  • blue value is 120.
RGB:
(151,190,120)
(59%,75%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 190 of 255 = 75%
B 120 of 255 = 47%

151
190
120

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

Portions of RGB colors in percentages

R + G + B =
151 + 190 + 120 = 461 (100%)
R 151 of 461 ~ 32.75%
G 190 of 461 ~ 41.21%
B 120 of 461 ~ 26.03%

%32.75
%41.21
%26.03

CMYK color model

#97BE78 color CMYK value is (21,0,37,25).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 25.49%
CMYK:
(21,0,37,25)
C21M0Y37K25 
(21%,0%,37%,25%)
(0.21/0.00/0.37/0.25)	

CMYK percentages

%20.53
%0
%36.84
%25.49

Codes

Color #97BE78 in popluar color models

97BE78
RGB151190120
HSL93°35.00%60.78%
HSB/HSV93°36.84%74.51%
CMYK20.53%0.00%36.84%
25.49%

Color #97BE78 in popluar number systems.

HEX97BE78
Decimal151190120
Binary10010111101111101111000
Octal227276170

Shades and tints

Shades of #97BE78

#97BE78
(151,190,120)
#8AAD6E
(138,173,110)
#7D9C64
(125,156,100)
#708B5A
(112,139,90)
#637A50
(99,122,80)
#566946
(86,105,70)
#49583C
(73,88,60)
#3C4732
(60,71,50)
#2F3628
(47,54,40)
#22251E
(34,37,30)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #97BE78

#97BE78
(151,190,120)
#A0C384
(160,195,132)
#A9C890
(169,200,144)
#B2CD9C
(178,205,156)
#BBD2A8
(187,210,168)
#C4D7B4
(196,215,180)
#CDDCC0
(205,220,192)
#D6E1CC
(214,225,204)
#DFE6D8
(223,230,216)
#E8EBE4
(232,235,228)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BE78 color. Also use rgb(151,190,120) instead hex code.

Text Font Color

.myTextColor { color: #97BE78; }

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

This text font color is #97BE78.


Background Color

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

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

This div background color is #97BE78.


Border color

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

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

This div border color is #97BE78.


Opacity

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

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

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

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

This text has shadow with #97BE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BE78 on black background.


Color preview on white background

This text has color #97BE78 on white background.



Black color preview on #97BE78 background

This text has black color on #97BE78 background.


White color preview on #97BE78 background

This text has white color on #97BE78 background.