COLOR #61D876

HEX: #61D876 RGB: (97,216,118)

Color info

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

RGB color model

#61D876 color RGB value is (97,216,118).

RGB: (97,216,118) (38%, 85%, 46%)

RGB channels and saturation

R 97 of 255 = 38%
G 216 of 255 = 85%
B 118 of 255 = 46%

97
216
118

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

Portions of RGB colors in percentages

R + G + B = 97 + 216 + 118 = 431 (100%)
R 97 of 431 ~ 22.51%
G 216 of 431 ~ 50.12%
B 118 of 431 ~ 27.38'%

%22.51
%50.12
%27.38

CMYK color model

#61D876 color CMYK value is (55,0,45,15).

  • cyan value is 55.09%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 15.29%

CMYK: (55,0,45,15)
C55M0Y45K15 (55%, 0%, 45%, 15%)
(0.55 / 0.00 / 0.45 / 0.15)

CMYK percentages

%55.09
%0
%45.37
%15.29

Codes

Color #61D876 in popluar color models

61 D8 76
RGB 97 216 118
HSL 131° 60.41% 61.37%
HSB/HSV 131° 55.09% 84.71%
CMYK 55.09% 0.00% 45.37%
15.29%

Color #61D876 in popluar number systems.

HEX 61 D8 76
Decimal 97 216 118
Binary 1100001 11011000 1110110
Octal 141 330 166

Shades and tints

Shades of #61D876

#61D876
(97,216,118)
#59C56C
(89,197,108)
#51B262
(81,178,98)
#499F58
(73,159,88)
#418C4E
(65,140,78)
#397944
(57,121,68)
#31663A
(49,102,58)
#295330
(41,83,48)
#214026
(33,64,38)
#192D1C
(25,45,28)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #61D876

#61D876
(97,216,118)
#6FDB82
(111,219,130)
#7DDE8E
(125,222,142)
#8BE19A
(139,225,154)
#99E4A6
(153,228,166)
#A7E7B2
(167,231,178)
#B5EABE
(181,234,190)
#C3EDCA
(195,237,202)
#D1F0D6
(209,240,214)
#DFF3E2
(223,243,226)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61D876; }

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

This text font color is #61D876.

Background Color

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

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

This div background color is #61D876.

Border color

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

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

This div border color is #61D876.

Opacity

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

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

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

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

This text has shadow with #61D876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61D876.

Preview

Color preview on black background

This text has color #61D876 on black background.


Color preview on white background

This text has color #61D876 on white background.


Black color preview on #61D876 background

This text has black color on #61D876 background.


White color preview on #61D876 background

This text has white color on #61D876 background.


Related colors

Complementary color

Complementary color for #hex is #9E2789.


I love getcolorcode.com

Triadic colors

1 #7661D8 and #D87661 with #61D876 are triadic colors.

2 #76D861 and #D86176 with #61D876 are triadic colors.