COLOR #97DC52

HEX: #97DC52
RGB: (151,220,82)

Color info

#97DC52 contains mainly green color. Web safe color of #97DC52 is #99CC66 (or #9C6).

RGB color model

#97DC52 color RGB value is (151,220,82).

  • red value is 151;
  • green value is 220;
  • blue value is 82.
RGB:
(151,220,82)
(59%,86%,32%)

RGB channels and saturation

R 151 of 255 = 59%
G 220 of 255 = 86%
B 82 of 255 = 32%

151
220
82

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

Portions of RGB colors in percentages

R + G + B =
151 + 220 + 82 = 453 (100%)
R 151 of 453 ~ 33.33%
G 220 of 453 ~ 48.57%
B 82 of 453 ~ 18.1%

%33.33
%48.57
%18.1

CMYK color model

#97DC52 color CMYK value is (31,0,63,14).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 62.73%
  • key color value is 13.73%
CMYK:
(31,0,63,14)
C31M0Y63K14 
(31%,0%,63%,14%)
(0.31/0.00/0.63/0.14)	

CMYK percentages

%31.36
%0
%62.73
%13.73

Codes

Color #97DC52 in popluar color models

97DC52
RGB15122082
HSL90°66.35%59.22%
HSB/HSV90°62.73%86.27%
CMYK31.36%0.00%62.73%
13.73%

Color #97DC52 in popluar number systems.

HEX97DC52
Decimal15122082
Binary10010111110111001010010
Octal227334122

Shades and tints

Shades of #97DC52

#97DC52
(151,220,82)
#8AC84B
(138,200,75)
#7DB444
(125,180,68)
#70A03D
(112,160,61)
#638C36
(99,140,54)
#56782F
(86,120,47)
#496428
(73,100,40)
#3C5021
(60,80,33)
#2F3C1A
(47,60,26)
#222813
(34,40,19)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #97DC52

#97DC52
(151,220,82)
#A0DF61
(160,223,97)
#A9E270
(169,226,112)
#B2E57F
(178,229,127)
#BBE88E
(187,232,142)
#C4EB9D
(196,235,157)
#CDEEAC
(205,238,172)
#D6F1BB
(214,241,187)
#DFF4CA
(223,244,202)
#E8F7D9
(232,247,217)
#F1FAE8
(241,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DC52 color. Also use rgb(151,220,82) instead hex code.

Text Font Color

.myTextColor { color: #97DC52; }

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

This text font color is #97DC52.


Background Color

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

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

This div background color is #97DC52.


Border color

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

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

This div border color is #97DC52.


Opacity

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

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

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

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

This text has shadow with #97DC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DC52 on black background.


Color preview on white background

This text has color #97DC52 on white background.



Black color preview on #97DC52 background

This text has black color on #97DC52 background.


White color preview on #97DC52 background

This text has white color on #97DC52 background.