COLOR #97E55B

HEX: #97E55B RGB: (151,229,91)

Color info

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

RGB color model

#97E55B color RGB value is (151,229,91).

RGB: (151,229,91) (59%, 90%, 36%)

RGB channels and saturation

R 151 of 255 = 59%
G 229 of 255 = 90%
B 91 of 255 = 36%

151
229
91

R + G + B ~ 62%. #97E55B is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 229 + 91 = 471 (100%)
R 151 of 471 ~ 32.06%
G 229 of 471 ~ 48.62%
B 91 of 471 ~ 19.32'%

%32.06
%48.62
%19.32

CMYK color model

#97E55B color CMYK value is (34,0,60,10).

  • cyan value is 34.06%
  • magenta value is 0.00%
  • yellow value is 60.26%
  • key color value is 10.20%

CMYK: (34,0,60,10)
C34M0Y60K10 (34%, 0%, 60%, 10%)
(0.34 / 0.00 / 0.60 / 0.10)

CMYK percentages

%34.06
%0
%60.26
%10.2

Codes

Color #97E55B in popluar color models

97 E5 5B
RGB 151 229 91
HSL 94° 72.63% 62.75%
HSB/HSV 94° 60.26% 89.80%
CMYK 34.06% 0.00% 60.26%
10.20%

Color #97E55B in popluar number systems.

HEX 97 E5 5B
Decimal 151 229 91
Binary 10010111 11100101 1011011
Octal 227 345 133

Shades and tints

Shades of #97E55B

#97E55B
(151,229,91)
#8AD153
(138,209,83)
#7DBD4B
(125,189,75)
#70A943
(112,169,67)
#63953B
(99,149,59)
#568133
(86,129,51)
#496D2B
(73,109,43)
#3C5923
(60,89,35)
#2F451B
(47,69,27)
#223113
(34,49,19)
#151D0B
(21,29,11)
#000000
(0,0,0)

Tints of #97E55B

#97E55B
(151,229,91)
#A0E769
(160,231,105)
#A9E977
(169,233,119)
#B2EB85
(178,235,133)
#BBED93
(187,237,147)
#C4EFA1
(196,239,161)
#CDF1AF
(205,241,175)
#D6F3BD
(214,243,189)
#DFF5CB
(223,245,203)
#E8F7D9
(232,247,217)
#F1F9E7
(241,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E55B color. Also use rgb(151,229,91) instead hex code.

Text Font Color

.myTextColor { color: #97E55B; }

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

This text font color is #97E55B.

Background Color

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

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

This div background color is #97E55B.

Border color

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

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

This div border color is #97E55B.

Opacity

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

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

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

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

This text has shadow with #97E55B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97E55B.

Preview

Color preview on black background

This text has color #97E55B on black background.


Color preview on white background

This text has color #97E55B on white background.


Black color preview on #97E55B background

This text has black color on #97E55B background.


White color preview on #97E55B background

This text has white color on #97E55B background.


Related colors

Complementary color

Complementary color for #hex is #681AA4.


I love getcolorcode.com

Triadic colors

1 #5B97E5 and #E55B97 with #97E55B are triadic colors.

2 #5BE597 and #E5975B with #97E55B are triadic colors.