COLOR #97C534

HEX: #97C534 RGB: (151,197,52)

Color info

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

RGB color model

#97C534 color RGB value is (151,197,52).

RGB: (151,197,52) (59%, 77%, 20%)

RGB channels and saturation

R 151 of 255 = 59%
G 197 of 255 = 77%
B 52 of 255 = 20%

151
197
52

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

Portions of RGB colors in percentages

R + G + B = 151 + 197 + 52 = 400 (100%)
R 151 of 400 ~ 37.75%
G 197 of 400 ~ 49.25%
B 52 of 400 ~ 13'%

%37.75
%49.25
%13

CMYK color model

#97C534 color CMYK value is (23,0,74,23).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 73.60%
  • key color value is 22.75%

CMYK: (23,0,74,23)
C23M0Y74K23 (23%, 0%, 74%, 23%)
(0.23 / 0.00 / 0.74 / 0.23)

CMYK percentages

%23.35
%0
%73.6
%22.75

Codes

Color #97C534 in popluar color models

97 C5 34
RGB 151 197 52
HSL 79° 58.23% 48.82%
HSB/HSV 79° 73.60% 77.25%
CMYK 23.35% 0.00% 73.60%
22.75%

Color #97C534 in popluar number systems.

HEX 97 C5 34
Decimal 151 197 52
Binary 10010111 11000101 110100
Octal 227 305 64

Shades and tints

Shades of #97C534

#97C534
(151,197,52)
#8AB430
(138,180,48)
#7DA32C
(125,163,44)
#709228
(112,146,40)
#638124
(99,129,36)
#567020
(86,112,32)
#495F1C
(73,95,28)
#3C4E18
(60,78,24)
#2F3D14
(47,61,20)
#222C10
(34,44,16)
#151B0C
(21,27,12)
#000000
(0,0,0)

Tints of #97C534

#97C534
(151,197,52)
#A0CA46
(160,202,70)
#A9CF58
(169,207,88)
#B2D46A
(178,212,106)
#BBD97C
(187,217,124)
#C4DE8E
(196,222,142)
#CDE3A0
(205,227,160)
#D6E8B2
(214,232,178)
#DFEDC4
(223,237,196)
#E8F2D6
(232,242,214)
#F1F7E8
(241,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C534 color. Also use rgb(151,197,52) instead hex code.

Text Font Color

.myTextColor { color: #97C534; }

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

This text font color is #97C534.

Background Color

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

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

This div background color is #97C534.

Border color

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

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

This div border color is #97C534.

Opacity

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

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

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

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

This text has shadow with #97C534 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C534.

Preview

Color preview on black background

This text has color #97C534 on black background.


Color preview on white background

This text has color #97C534 on white background.


Black color preview on #97C534 background

This text has black color on #97C534 background.


White color preview on #97C534 background

This text has white color on #97C534 background.


Related colors

Complementary color

Complementary color for #hex is #683ACB.


I love getcolorcode.com

Triadic colors

1 #3497C5 and #C53497 with #97C534 are triadic colors.

2 #34C597 and #C59734 with #97C534 are triadic colors.