COLOR #61C990

HEX: #61C990
RGB: (97,201,144)

Color info

#61C990 contains mainly green and blue colors. Web safe color of #61C990 is #66CC99 (or #6C9).

RGB color model

#61C990 color RGB value is (97,201,144).

  • red value is 97;
  • green value is 201;
  • blue value is 144.
RGB:
(97,201,144)
(38%,79%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 201 of 255 = 79%
B 144 of 255 = 56%

97
201
144

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

Portions of RGB colors in percentages

R + G + B =
97 + 201 + 144 = 442 (100%)
R 97 of 442 ~ 21.95%
G 201 of 442 ~ 45.48%
B 144 of 442 ~ 32.58%

%21.95
%45.48
%32.58

CMYK color model

#61C990 color CMYK value is (52,0,28,21).

  • cyan value is 51.74%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(52,0,28,21)
C52M0Y28K21 
(52%,0%,28%,21%)
(0.52/0.00/0.28/0.21)	

CMYK percentages

%51.74
%0
%28.36
%21.18

Codes

Color #61C990 in popluar color models

61C990
RGB97201144
HSL147°49.06%58.43%
HSB/HSV147°51.74%78.82%
CMYK51.74%0.00%28.36%
21.18%

Color #61C990 in popluar number systems.

HEX61C990
Decimal97201144
Binary11000011100100110010000
Octal141311220

Shades and tints

Shades of #61C990

#61C990
(97,201,144)
#59B783
(89,183,131)
#51A576
(81,165,118)
#499369
(73,147,105)
#41815C
(65,129,92)
#396F4F
(57,111,79)
#315D42
(49,93,66)
#294B35
(41,75,53)
#213928
(33,57,40)
#19271B
(25,39,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #61C990

#61C990
(97,201,144)
#6FCD9A
(111,205,154)
#7DD1A4
(125,209,164)
#8BD5AE
(139,213,174)
#99D9B8
(153,217,184)
#A7DDC2
(167,221,194)
#B5E1CC
(181,225,204)
#C3E5D6
(195,229,214)
#D1E9E0
(209,233,224)
#DFEDEA
(223,237,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61C990; }

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

This text font color is #61C990.


Background Color

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

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

This div background color is #61C990.


Border color

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

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

This div border color is #61C990.


Opacity

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

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

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

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

This text has shadow with #61C990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61C990 on black background.


Color preview on white background

This text has color #61C990 on white background.



Black color preview on #61C990 background

This text has black color on #61C990 background.


White color preview on #61C990 background

This text has white color on #61C990 background.