COLOR #61BC36

HEX: #61BC36
RGB: (97,188,54)

Color info

#61BC36 contains mainly green color. Web safe color of #61BC36 is #66CC33 (or #6C3).

RGB color model

#61BC36 color RGB value is (97,188,54).

  • red value is 97;
  • green value is 188;
  • blue value is 54.
RGB:
(97,188,54)
(38%,74%,21%)

RGB channels and saturation

R 97 of 255 = 38%
G 188 of 255 = 74%
B 54 of 255 = 21%

97
188
54

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

Portions of RGB colors in percentages

R + G + B =
97 + 188 + 54 = 339 (100%)
R 97 of 339 ~ 28.61%
G 188 of 339 ~ 55.46%
B 54 of 339 ~ 15.93%

%28.61
%55.46
%15.93

CMYK color model

#61BC36 color CMYK value is (48,0,71,26).

  • cyan value is 48.40%
  • magenta value is 0.00%
  • yellow value is 71.28%
  • key color value is 26.27%
CMYK:
(48,0,71,26)
C48M0Y71K26 
(48%,0%,71%,26%)
(0.48/0.00/0.71/0.26)	

CMYK percentages

%48.4
%0
%71.28
%26.27

Codes

Color #61BC36 in popluar color models

61BC36
RGB9718854
HSL101°55.37%47.45%
HSB/HSV101°71.28%73.73%
CMYK48.40%0.00%71.28%
26.27%

Color #61BC36 in popluar number systems.

HEX61BC36
Decimal9718854
Binary110000110111100110110
Octal14127466

Shades and tints

Shades of #61BC36

#61BC36
(97,188,54)
#59AB32
(89,171,50)
#519A2E
(81,154,46)
#49892A
(73,137,42)
#417826
(65,120,38)
#396722
(57,103,34)
#31561E
(49,86,30)
#29451A
(41,69,26)
#213416
(33,52,22)
#192312
(25,35,18)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #61BC36

#61BC36
(97,188,54)
#6FC248
(111,194,72)
#7DC85A
(125,200,90)
#8BCE6C
(139,206,108)
#99D47E
(153,212,126)
#A7DA90
(167,218,144)
#B5E0A2
(181,224,162)
#C3E6B4
(195,230,180)
#D1ECC6
(209,236,198)
#DFF2D8
(223,242,216)
#EDF8EA
(237,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BC36 color. Also use rgb(97,188,54) instead hex code.

Text Font Color

.myTextColor { color: #61BC36; }

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

This text font color is #61BC36.


Background Color

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

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

This div background color is #61BC36.


Border color

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

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

This div border color is #61BC36.


Opacity

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

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

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

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

This text has shadow with #61BC36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BC36 on black background.


Color preview on white background

This text has color #61BC36 on white background.



Black color preview on #61BC36 background

This text has black color on #61BC36 background.


White color preview on #61BC36 background

This text has white color on #61BC36 background.