COLOR #97CB54

HEX: #97CB54 RGB: (151,203,84)

Color info

#97CB54 contains mainly red and green colors. Web safe color of #97CB54 is #99CC66 (or #9C6).

RGB color model

#97CB54 color RGB value is (151,203,84).

RGB: (151,203,84) (59%, 80%, 33%)

RGB channels and saturation

R 151 of 255 = 59%
G 203 of 255 = 80%
B 84 of 255 = 33%

151
203
84

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

Portions of RGB colors in percentages

R + G + B = 151 + 203 + 84 = 438 (100%)
R 151 of 438 ~ 34.47%
G 203 of 438 ~ 46.35%
B 84 of 438 ~ 19.18'%

%34.47
%46.35
%19.18

CMYK color model

#97CB54 color CMYK value is (26,0,59,20).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 20.39%
CMYK: (26,0,59,20) C26M0Y59K20 (26%,0%,59%,20%) (0.26/0.00/0.59/0.20) 

CMYK percentages

%25.62
%0
%58.62
%20.39

Codes

Color #97CB54 in popluar color models

97 CB 54
RGB 151 203 84
HSL 86° 53.36% 56.27%
HSB/HSV 86° 58.62% 79.61%
CMYK 25.62% 0.00% 58.62%
20.39%

Color #97CB54 in popluar number systems.

HEX 97 CB 54
Decimal 151 203 84
Binary 10010111 11001011 1010100
Octal 227 313 124

Shades and tints

Shades of #97CB54

#97CB54
(151,203,84)
#8AB94D
(138,185,77)
#7DA746
(125,167,70)
#70953F
(112,149,63)
#638338
(99,131,56)
#567131
(86,113,49)
#495F2A
(73,95,42)
#3C4D23
(60,77,35)
#2F3B1C
(47,59,28)
#222915
(34,41,21)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #97CB54

#97CB54
(151,203,84)
#A0CF63
(160,207,99)
#A9D372
(169,211,114)
#B2D781
(178,215,129)
#BBDB90
(187,219,144)
#C4DF9F
(196,223,159)
#CDE3AE
(205,227,174)
#D6E7BD
(214,231,189)
#DFEBCC
(223,235,204)
#E8EFDB
(232,239,219)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CB54 color. Also use rgb(151,203,84) instead hex code.

Text Font Color

.myTextColor { color: #97CB54; }

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

This text font color is #97CB54.

Background Color

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

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

This div background color is #97CB54.

Border color

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

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

This div border color is #97CB54.

Opacity

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

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

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

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

This text has shadow with #97CB54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CB54.

Preview

Color preview on black background

This text has color #97CB54 on black background.


Color preview on white background

This text has color #97CB54 on white background.


Black color preview on #97CB54 background

This text has black color on #97CB54 background.


White color preview on #97CB54 background

This text has white color on #97CB54 background.


Related colors

Complementary color

Complementary color for #hex is #6834AB.


I love getcolorcode.com

Triadic colors

1 #5497CB and #CB5497 with #97CB54 are triadic colors.

2 #54CB97 and #CB9754 with #97CB54 are triadic colors.