COLOR #61D161

HEX: #61D161
RGB: (97,209,97)

Color info

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

RGB color model

#61D161 color RGB value is (97,209,97).

  • red value is 97;
  • green value is 209;
  • blue value is 97.
RGB:
(97,209,97)
(38%,82%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 209 of 255 = 82%
B 97 of 255 = 38%

97
209
97

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

Portions of RGB colors in percentages

R + G + B =
97 + 209 + 97 = 403 (100%)
R 97 of 403 ~ 24.07%
G 209 of 403 ~ 51.86%
B 97 of 403 ~ 24.07%

%24.07
%51.86
%24.07

CMYK color model

#61D161 color CMYK value is (54,0,54,18).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 18.04%
CMYK:
(54,0,54,18)
C54M0Y54K18 
(54%,0%,54%,18%)
(0.54/0.00/0.54/0.18)	

CMYK percentages

%53.59
%0
%53.59
%18.04

Codes

Color #61D161 in popluar color models

61D161
RGB9720997
HSL120°54.90%60.00%
HSB/HSV120°53.59%81.96%
CMYK53.59%0.00%53.59%
18.04%

Color #61D161 in popluar number systems.

HEX61D161
Decimal9720997
Binary1100001110100011100001
Octal141321141

Shades and tints

Shades of #61D161

#61D161
(97,209,97)
#59BE59
(89,190,89)
#51AB51
(81,171,81)
#499849
(73,152,73)
#418541
(65,133,65)
#397239
(57,114,57)
#315F31
(49,95,49)
#294C29
(41,76,41)
#213921
(33,57,33)
#192619
(25,38,25)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #61D161

#61D161
(97,209,97)
#6FD56F
(111,213,111)
#7DD97D
(125,217,125)
#8BDD8B
(139,221,139)
#99E199
(153,225,153)
#A7E5A7
(167,229,167)
#B5E9B5
(181,233,181)
#C3EDC3
(195,237,195)
#D1F1D1
(209,241,209)
#DFF5DF
(223,245,223)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61D161; }

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

This text font color is #61D161.


Background Color

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

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

This div background color is #61D161.


Border color

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

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

This div border color is #61D161.


Opacity

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

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

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

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

This text has shadow with #61D161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D161 on black background.


Color preview on white background

This text has color #61D161 on white background.



Black color preview on #61D161 background

This text has black color on #61D161 background.


White color preview on #61D161 background

This text has white color on #61D161 background.