COLOR #61D38D

HEX: #61D38D
RGB: (97,211,141)

Color info

#61D38D contains mainly green color. Web safe color of #61D38D is #66CC99 (or #6C9).

RGB color model

#61D38D color RGB value is (97,211,141).

  • red value is 97;
  • green value is 211;
  • blue value is 141.
RGB:
(97,211,141)
(38%,83%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 211 of 255 = 83%
B 141 of 255 = 55%

97
211
141

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

Portions of RGB colors in percentages

R + G + B =
97 + 211 + 141 = 449 (100%)
R 97 of 449 ~ 21.6%
G 211 of 449 ~ 46.99%
B 141 of 449 ~ 31.4%

%21.6
%46.99
%31.4

CMYK color model

#61D38D color CMYK value is (54,0,33,17).

  • cyan value is 54.03%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 17.25%
CMYK:
(54,0,33,17)
C54M0Y33K17 
(54%,0%,33%,17%)
(0.54/0.00/0.33/0.17)	

CMYK percentages

%54.03
%0
%33.18
%17.25

Codes

Color #61D38D in popluar color models

61D38D
RGB97211141
HSL143°56.44%60.39%
HSB/HSV143°54.03%82.75%
CMYK54.03%0.00%33.18%
17.25%

Color #61D38D in popluar number systems.

HEX61D38D
Decimal97211141
Binary11000011101001110001101
Octal141323215

Shades and tints

Shades of #61D38D

#61D38D
(97,211,141)
#59C081
(89,192,129)
#51AD75
(81,173,117)
#499A69
(73,154,105)
#41875D
(65,135,93)
#397451
(57,116,81)
#316145
(49,97,69)
#294E39
(41,78,57)
#213B2D
(33,59,45)
#192821
(25,40,33)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #61D38D

#61D38D
(97,211,141)
#6FD797
(111,215,151)
#7DDBA1
(125,219,161)
#8BDFAB
(139,223,171)
#99E3B5
(153,227,181)
#A7E7BF
(167,231,191)
#B5EBC9
(181,235,201)
#C3EFD3
(195,239,211)
#D1F3DD
(209,243,221)
#DFF7E7
(223,247,231)
#EDFBF1
(237,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61D38D; }

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

This text font color is #61D38D.


Background Color

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

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

This div background color is #61D38D.


Border color

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

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

This div border color is #61D38D.


Opacity

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

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

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

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

This text has shadow with #61D38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D38D on black background.


Color preview on white background

This text has color #61D38D on white background.



Black color preview on #61D38D background

This text has black color on #61D38D background.


White color preview on #61D38D background

This text has white color on #61D38D background.