COLOR #61BF57

HEX: #61BF57
RGB: (97,191,87)

Color info

#61BF57 contains mainly green color. Web safe color of #61BF57 is #66CC66 (or #6C6).

RGB color model

#61BF57 color RGB value is (97,191,87).

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

RGB channels and saturation

R 97 of 255 = 38%
G 191 of 255 = 75%
B 87 of 255 = 34%

97
191
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 191 + 87 = 375 (100%)
R 97 of 375 ~ 25.87%
G 191 of 375 ~ 50.93%
B 87 of 375 ~ 23.2%

%25.87
%50.93
%23.2

CMYK color model

#61BF57 color CMYK value is (49,0,54,25).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 54.45%
  • key color value is 25.10%
CMYK:
(49,0,54,25)
C49M0Y54K25 
(49%,0%,54%,25%)
(0.49/0.00/0.54/0.25)	

CMYK percentages

%49.21
%0
%54.45
%25.1

Codes

Color #61BF57 in popluar color models

61BF57
RGB9719187
HSL114°44.83%54.51%
HSB/HSV114°54.45%74.90%
CMYK49.21%0.00%54.45%
25.10%

Color #61BF57 in popluar number systems.

HEX61BF57
Decimal9719187
Binary1100001101111111010111
Octal141277127

Shades and tints

Shades of #61BF57

#61BF57
(97,191,87)
#59AE50
(89,174,80)
#519D49
(81,157,73)
#498C42
(73,140,66)
#417B3B
(65,123,59)
#396A34
(57,106,52)
#31592D
(49,89,45)
#294826
(41,72,38)
#21371F
(33,55,31)
#192618
(25,38,24)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #61BF57

#61BF57
(97,191,87)
#6FC466
(111,196,102)
#7DC975
(125,201,117)
#8BCE84
(139,206,132)
#99D393
(153,211,147)
#A7D8A2
(167,216,162)
#B5DDB1
(181,221,177)
#C3E2C0
(195,226,192)
#D1E7CF
(209,231,207)
#DFECDE
(223,236,222)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61BF57; }

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

This text font color is #61BF57.


Background Color

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

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

This div background color is #61BF57.


Border color

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

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

This div border color is #61BF57.


Opacity

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

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

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

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

This text has shadow with #61BF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BF57 on black background.


Color preview on white background

This text has color #61BF57 on white background.



Black color preview on #61BF57 background

This text has black color on #61BF57 background.


White color preview on #61BF57 background

This text has white color on #61BF57 background.