COLOR #97D93A

HEX: #97D93A
RGB: (151,217,58)

Color info

#97D93A contains mainly green color. Web safe color of #97D93A is #99CC33 (or #9C3).

RGB color model

#97D93A color RGB value is (151,217,58).

  • red value is 151;
  • green value is 217;
  • blue value is 58.
RGB:
(151,217,58)
(59%,85%,23%)

RGB channels and saturation

R 151 of 255 = 59%
G 217 of 255 = 85%
B 58 of 255 = 23%

151
217
58

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

Portions of RGB colors in percentages

R + G + B =
151 + 217 + 58 = 426 (100%)
R 151 of 426 ~ 35.45%
G 217 of 426 ~ 50.94%
B 58 of 426 ~ 13.62%

%35.45
%50.94
%13.62

CMYK color model

#97D93A color CMYK value is (30,0,73,15).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 73.27%
  • key color value is 14.90%
CMYK:
(30,0,73,15)
C30M0Y73K15 
(30%,0%,73%,15%)
(0.30/0.00/0.73/0.15)	

CMYK percentages

%30.41
%0
%73.27
%14.9

Codes

Color #97D93A in popluar color models

97D93A
RGB15121758
HSL85°67.66%53.92%
HSB/HSV85°73.27%85.10%
CMYK30.41%0.00%73.27%
14.90%

Color #97D93A in popluar number systems.

HEX97D93A
Decimal15121758
Binary1001011111011001111010
Octal22733172

Shades and tints

Shades of #97D93A

#97D93A
(151,217,58)
#8AC635
(138,198,53)
#7DB330
(125,179,48)
#70A02B
(112,160,43)
#638D26
(99,141,38)
#567A21
(86,122,33)
#49671C
(73,103,28)
#3C5417
(60,84,23)
#2F4112
(47,65,18)
#222E0D
(34,46,13)
#151B08
(21,27,8)
#000000
(0,0,0)

Tints of #97D93A

#97D93A
(151,217,58)
#A0DC4B
(160,220,75)
#A9DF5C
(169,223,92)
#B2E26D
(178,226,109)
#BBE57E
(187,229,126)
#C4E88F
(196,232,143)
#CDEBA0
(205,235,160)
#D6EEB1
(214,238,177)
#DFF1C2
(223,241,194)
#E8F4D3
(232,244,211)
#F1F7E4
(241,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D93A color. Also use rgb(151,217,58) instead hex code.

Text Font Color

.myTextColor { color: #97D93A; }

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

This text font color is #97D93A.


Background Color

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

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

This div background color is #97D93A.


Border color

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

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

This div border color is #97D93A.


Opacity

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

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

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

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

This text has shadow with #97D93A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D93A on black background.


Color preview on white background

This text has color #97D93A on white background.



Black color preview on #97D93A background

This text has black color on #97D93A background.


White color preview on #97D93A background

This text has white color on #97D93A background.