COLOR #97C242

HEX: #97C242 RGB: (151,194,66)

Color info

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

RGB color model

#97C242 color RGB value is (151,194,66).

RGB: (151,194,66) (59%, 76%, 26%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 66 of 255 = 26%

151
194
66

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

Portions of RGB colors in percentages

R + G + B = 151 + 194 + 66 = 411 (100%)
R 151 of 411 ~ 36.74%
G 194 of 411 ~ 47.2%
B 66 of 411 ~ 16.06'%

%36.74
%47.2
%16.06

CMYK color model

#97C242 color CMYK value is (22,0,66,24).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 65.98%
  • key color value is 23.92%

CMYK: (22,0,66,24)
C22M0Y66K24 (22%, 0%, 66%, 24%)
(0.22 / 0.00 / 0.66 / 0.24)

CMYK percentages

%22.16
%0
%65.98
%23.92

Codes

Color #97C242 in popluar color models

97 C2 42
RGB 151 194 66
HSL 80° 51.20% 50.98%
HSB/HSV 80° 65.98% 76.08%
CMYK 22.16% 0.00% 65.98%
23.92%

Color #97C242 in popluar number systems.

HEX 97 C2 42
Decimal 151 194 66
Binary 10010111 11000010 1000010
Octal 227 302 102

Shades and tints

Shades of #97C242

#97C242
(151,194,66)
#8AB13C
(138,177,60)
#7DA036
(125,160,54)
#708F30
(112,143,48)
#637E2A
(99,126,42)
#566D24
(86,109,36)
#495C1E
(73,92,30)
#3C4B18
(60,75,24)
#2F3A12
(47,58,18)
#22290C
(34,41,12)
#151806
(21,24,6)
#000000
(0,0,0)

Tints of #97C242

#97C242
(151,194,66)
#A0C753
(160,199,83)
#A9CC64
(169,204,100)
#B2D175
(178,209,117)
#BBD686
(187,214,134)
#C4DB97
(196,219,151)
#CDE0A8
(205,224,168)
#D6E5B9
(214,229,185)
#DFEACA
(223,234,202)
#E8EFDB
(232,239,219)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C242 color. Also use rgb(151,194,66) instead hex code.

Text Font Color

.myTextColor { color: #97C242; }

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

This text font color is #97C242.

Background Color

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

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

This div background color is #97C242.

Border color

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

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

This div border color is #97C242.

Opacity

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

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

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

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

This text has shadow with #97C242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C242.

Preview

Color preview on black background

This text has color #97C242 on black background.


Color preview on white background

This text has color #97C242 on white background.


Black color preview on #97C242 background

This text has black color on #97C242 background.


White color preview on #97C242 background

This text has white color on #97C242 background.


Related colors

Complementary color

Complementary color for #hex is #683DBD.


I love getcolorcode.com

Triadic colors

1 #4297C2 and #C24297 with #97C242 are triadic colors.

2 #42C297 and #C29742 with #97C242 are triadic colors.