COLOR #61BA4F

HEX: #61BA4F
RGB: (97,186,79)

Color info

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

RGB color model

#61BA4F color RGB value is (97,186,79).

  • red value is 97;
  • green value is 186;
  • blue value is 79.
RGB:
(97,186,79)
(38%,73%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 186 of 255 = 73%
B 79 of 255 = 31%

97
186
79

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

Portions of RGB colors in percentages

R + G + B =
97 + 186 + 79 = 362 (100%)
R 97 of 362 ~ 26.8%
G 186 of 362 ~ 51.38%
B 79 of 362 ~ 21.82%

%26.8
%51.38
%21.82

CMYK color model

#61BA4F color CMYK value is (48,0,58,27).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 57.53%
  • key color value is 27.06%
CMYK:
(48,0,58,27)
C48M0Y58K27 
(48%,0%,58%,27%)
(0.48/0.00/0.58/0.27)	

CMYK percentages

%47.85
%0
%57.53
%27.06

Codes

Color #61BA4F in popluar color models

61BA4F
RGB9718679
HSL110°43.67%51.96%
HSB/HSV110°57.53%72.94%
CMYK47.85%0.00%57.53%
27.06%

Color #61BA4F in popluar number systems.

HEX61BA4F
Decimal9718679
Binary1100001101110101001111
Octal141272117

Shades and tints

Shades of #61BA4F

#61BA4F
(97,186,79)
#59AA48
(89,170,72)
#519A41
(81,154,65)
#498A3A
(73,138,58)
#417A33
(65,122,51)
#396A2C
(57,106,44)
#315A25
(49,90,37)
#294A1E
(41,74,30)
#213A17
(33,58,23)
#192A10
(25,42,16)
#111A09
(17,26,9)
#000000
(0,0,0)

Tints of #61BA4F

#61BA4F
(97,186,79)
#6FC05F
(111,192,95)
#7DC66F
(125,198,111)
#8BCC7F
(139,204,127)
#99D28F
(153,210,143)
#A7D89F
(167,216,159)
#B5DEAF
(181,222,175)
#C3E4BF
(195,228,191)
#D1EACF
(209,234,207)
#DFF0DF
(223,240,223)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BA4F color. Also use rgb(97,186,79) instead hex code.

Text Font Color

.myTextColor { color: #61BA4F; }

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

This text font color is #61BA4F.


Background Color

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

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

This div background color is #61BA4F.


Border color

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

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

This div border color is #61BA4F.


Opacity

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

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

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

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

This text has shadow with #61BA4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BA4F on black background.


Color preview on white background

This text has color #61BA4F on white background.



Black color preview on #61BA4F background

This text has black color on #61BA4F background.


White color preview on #61BA4F background

This text has white color on #61BA4F background.