COLOR #97B940

HEX: #97B940 RGB: (151,185,64)

Color info

#97B940 contains mainly red and green colors. Web safe color of #97B940 is #99CC33 (or #9C3).

RGB color model

#97B940 color RGB value is (151,185,64).

RGB: (151,185,64) (59%, 73%, 25%)

RGB channels and saturation

R 151 of 255 = 59%
G 185 of 255 = 73%
B 64 of 255 = 25%

151
185
64

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

Portions of RGB colors in percentages

R + G + B = 151 + 185 + 64 = 400 (100%)
R 151 of 400 ~ 37.75%
G 185 of 400 ~ 46.25%
B 64 of 400 ~ 16'%

%37.75
%46.25
%16

CMYK color model

#97B940 color CMYK value is (18,0,65,27).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 65.41%
  • key color value is 27.45%

CMYK: (18,0,65,27)
C18M0Y65K27 (18%, 0%, 65%, 27%)
(0.18 / 0.00 / 0.65 / 0.27)

CMYK percentages

%18.38
%0
%65.41
%27.45

Codes

Color #97B940 in popluar color models

97 B9 40
RGB 151 185 64
HSL 77° 48.59% 48.82%
HSB/HSV 77° 65.41% 72.55%
CMYK 18.38% 0.00% 65.41%
27.45%

Color #97B940 in popluar number systems.

HEX 97 B9 40
Decimal 151 185 64
Binary 10010111 10111001 1000000
Octal 227 271 100

Shades and tints

Shades of #97B940

#97B940
(151,185,64)
#8AA93B
(138,169,59)
#7D9936
(125,153,54)
#708931
(112,137,49)
#63792C
(99,121,44)
#566927
(86,105,39)
#495922
(73,89,34)
#3C491D
(60,73,29)
#2F3918
(47,57,24)
#222913
(34,41,19)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #97B940

#97B940
(151,185,64)
#A0BF51
(160,191,81)
#A9C562
(169,197,98)
#B2CB73
(178,203,115)
#BBD184
(187,209,132)
#C4D795
(196,215,149)
#CDDDA6
(205,221,166)
#D6E3B7
(214,227,183)
#DFE9C8
(223,233,200)
#E8EFD9
(232,239,217)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B940 color. Also use rgb(151,185,64) instead hex code.

Text Font Color

.myTextColor { color: #97B940; }

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

This text font color is #97B940.

Background Color

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

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

This div background color is #97B940.

Border color

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

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

This div border color is #97B940.

Opacity

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

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

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

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

This text has shadow with #97B940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B940.

Preview

Color preview on black background

This text has color #97B940 on black background.


Color preview on white background

This text has color #97B940 on white background.


Black color preview on #97B940 background

This text has black color on #97B940 background.


White color preview on #97B940 background

This text has white color on #97B940 background.


Related colors

Complementary color

Complementary color for #hex is #6846BF.


I love getcolorcode.com

Triadic colors

1 #4097B9 and #B94097 with #97B940 are triadic colors.

2 #40B997 and #B99740 with #97B940 are triadic colors.