COLOR #61D384

HEX: #61D384
RGB: (97,211,132)

Color info

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

RGB color model

#61D384 color RGB value is (97,211,132).

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

RGB channels and saturation

R 97 of 255 = 38%
G 211 of 255 = 83%
B 132 of 255 = 52%

97
211
132

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

Portions of RGB colors in percentages

R + G + B =
97 + 211 + 132 = 440 (100%)
R 97 of 440 ~ 22.05%
G 211 of 440 ~ 47.95%
B 132 of 440 ~ 30%

%22.05
%47.95
%30

CMYK color model

#61D384 color CMYK value is (54,0,37,17).

  • cyan value is 54.03%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 17.25%
CMYK:
(54,0,37,17)
C54M0Y37K17 
(54%,0%,37%,17%)
(0.54/0.00/0.37/0.17)	

CMYK percentages

%54.03
%0
%37.44
%17.25

Codes

Color #61D384 in popluar color models

61D384
RGB97211132
HSL138°56.44%60.39%
HSB/HSV138°54.03%82.75%
CMYK54.03%0.00%37.44%
17.25%

Color #61D384 in popluar number systems.

HEX61D384
Decimal97211132
Binary11000011101001110000100
Octal141323204

Shades and tints

Shades of #61D384

#61D384
(97,211,132)
#59C078
(89,192,120)
#51AD6C
(81,173,108)
#499A60
(73,154,96)
#418754
(65,135,84)
#397448
(57,116,72)
#31613C
(49,97,60)
#294E30
(41,78,48)
#213B24
(33,59,36)
#192818
(25,40,24)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #61D384

#61D384
(97,211,132)
#6FD78F
(111,215,143)
#7DDB9A
(125,219,154)
#8BDFA5
(139,223,165)
#99E3B0
(153,227,176)
#A7E7BB
(167,231,187)
#B5EBC6
(181,235,198)
#C3EFD1
(195,239,209)
#D1F3DC
(209,243,220)
#DFF7E7
(223,247,231)
#EDFBF2
(237,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61D384; }

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

This text font color is #61D384.


Background Color

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

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

This div background color is #61D384.


Border color

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

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

This div border color is #61D384.


Opacity

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

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

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

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

This text has shadow with #61D384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D384 on black background.


Color preview on white background

This text has color #61D384 on white background.



Black color preview on #61D384 background

This text has black color on #61D384 background.


White color preview on #61D384 background

This text has white color on #61D384 background.