COLOR #61BF89

HEX: #61BF89
RGB: (97,191,137)

Color info

#61BF89 contains mainly green and blue colors. Web safe color of #61BF89 is #66CC99 (or #6C9).

RGB color model

#61BF89 color RGB value is (97,191,137).

  • red value is 97;
  • green value is 191;
  • blue value is 137.
RGB:
(97,191,137)
(38%,75%,54%)

RGB channels and saturation

R 97 of 255 = 38%
G 191 of 255 = 75%
B 137 of 255 = 54%

97
191
137

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

Portions of RGB colors in percentages

R + G + B =
97 + 191 + 137 = 425 (100%)
R 97 of 425 ~ 22.82%
G 191 of 425 ~ 44.94%
B 137 of 425 ~ 32.24%

%22.82
%44.94
%32.24

CMYK color model

#61BF89 color CMYK value is (49,0,28,25).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 28.27%
  • key color value is 25.10%
CMYK:
(49,0,28,25)
C49M0Y28K25 
(49%,0%,28%,25%)
(0.49/0.00/0.28/0.25)	

CMYK percentages

%49.21
%0
%28.27
%25.1

Codes

Color #61BF89 in popluar color models

61BF89
RGB97191137
HSL146°42.34%56.47%
HSB/HSV146°49.21%74.90%
CMYK49.21%0.00%28.27%
25.10%

Color #61BF89 in popluar number systems.

HEX61BF89
Decimal97191137
Binary11000011011111110001001
Octal141277211

Shades and tints

Shades of #61BF89

#61BF89
(97,191,137)
#59AE7D
(89,174,125)
#519D71
(81,157,113)
#498C65
(73,140,101)
#417B59
(65,123,89)
#396A4D
(57,106,77)
#315941
(49,89,65)
#294835
(41,72,53)
#213729
(33,55,41)
#19261D
(25,38,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #61BF89

#61BF89
(97,191,137)
#6FC493
(111,196,147)
#7DC99D
(125,201,157)
#8BCEA7
(139,206,167)
#99D3B1
(153,211,177)
#A7D8BB
(167,216,187)
#B5DDC5
(181,221,197)
#C3E2CF
(195,226,207)
#D1E7D9
(209,231,217)
#DFECE3
(223,236,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BF89 color. Also use rgb(97,191,137) instead hex code.

Text Font Color

.myTextColor { color: #61BF89; }

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

This text font color is #61BF89.


Background Color

.myBgColor { background-color: #61BF89; }

<div style="background-color:#61BF89">Inner text</div>

This div background color is #61BF89.


Border color

.myBorderColor { border: 1px solid #61BF89; }

<div style="border:3px solid #61BF89">Div</div>

This div border color is #61BF89.


Opacity

.myOpacity80 { color: #61BF89; opacity: 0.8; }

<p style="color:#61BF89;opacity:0.8;">80%</p>

Text with #61BF89 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 #61BF89;}

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

This text has shadow with #61BF89 color.

.textShadow {text-shadow: 3px 3px 1px #61BF89, 3px 3px 1px red;}

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

This text has shadow with #61BF89 primary color and red secondary color.


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

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

This text has shadow with #61BF89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BF89 on black background.


Color preview on white background

This text has color #61BF89 on white background.



Black color preview on #61BF89 background

This text has black color on #61BF89 background.


White color preview on #61BF89 background

This text has white color on #61BF89 background.