COLOR #61D697

HEX: #61D697
RGB: (97,214,151)

Color info

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

RGB color model

#61D697 color RGB value is (97,214,151).

  • red value is 97;
  • green value is 214;
  • blue value is 151.
RGB:
(97,214,151)
(38%,84%,59%)

RGB channels and saturation

R 97 of 255 = 38%
G 214 of 255 = 84%
B 151 of 255 = 59%

97
214
151

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

Portions of RGB colors in percentages

R + G + B =
97 + 214 + 151 = 462 (100%)
R 97 of 462 ~ 21%
G 214 of 462 ~ 46.32%
B 151 of 462 ~ 32.68%

%21
%46.32
%32.68

CMYK color model

#61D697 color CMYK value is (55,0,29,16).

  • cyan value is 54.67%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 16.08%
CMYK:
(55,0,29,16)
C55M0Y29K16 
(55%,0%,29%,16%)
(0.55/0.00/0.29/0.16)	

CMYK percentages

%54.67
%0
%29.44
%16.08

Codes

Color #61D697 in popluar color models

61D697
RGB97214151
HSL148°58.79%60.98%
HSB/HSV148°54.67%83.92%
CMYK54.67%0.00%29.44%
16.08%

Color #61D697 in popluar number systems.

HEX61D697
Decimal97214151
Binary11000011101011010010111
Octal141326227

Shades and tints

Shades of #61D697

#61D697
(97,214,151)
#59C38A
(89,195,138)
#51B07D
(81,176,125)
#499D70
(73,157,112)
#418A63
(65,138,99)
#397756
(57,119,86)
#316449
(49,100,73)
#29513C
(41,81,60)
#213E2F
(33,62,47)
#192B22
(25,43,34)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #61D697

#61D697
(97,214,151)
#6FD9A0
(111,217,160)
#7DDCA9
(125,220,169)
#8BDFB2
(139,223,178)
#99E2BB
(153,226,187)
#A7E5C4
(167,229,196)
#B5E8CD
(181,232,205)
#C3EBD6
(195,235,214)
#D1EEDF
(209,238,223)
#DFF1E8
(223,241,232)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61D697; }

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

This text font color is #61D697.


Background Color

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

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

This div background color is #61D697.


Border color

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

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

This div border color is #61D697.


Opacity

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

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

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

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

This text has shadow with #61D697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D697 on black background.


Color preview on white background

This text has color #61D697 on white background.



Black color preview on #61D697 background

This text has black color on #61D697 background.


White color preview on #61D697 background

This text has white color on #61D697 background.