COLOR #61EC89

HEX: #61EC89 RGB: (97,236,137)

Color info

#61EC89 contains mainly green color. Web safe color of #61EC89 is #66FF99 (or #6F9).

RGB color model

#61EC89 color RGB value is (97,236,137).

RGB: (97,236,137) (38%, 93%, 54%)

RGB channels and saturation

R 97 of 255 = 38%
G 236 of 255 = 93%
B 137 of 255 = 54%

97
236
137

R + G + B ~ 62%. #61EC89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 236 + 137 = 470 (100%)
R 97 of 470 ~ 20.64%
G 236 of 470 ~ 50.21%
B 137 of 470 ~ 29.15'%

%20.64
%50.21
%29.15

CMYK color model

#61EC89 color CMYK value is (59,0,42,7).

  • cyan value is 58.90%
  • magenta value is 0.00%
  • yellow value is 41.95%
  • key color value is 7.45%

CMYK: (59,0,42,7)
C59M0Y42K7 (59%, 0%, 42%, 7%)
(0.59 / 0.00 / 0.42 / 0.07)

CMYK percentages

%58.9
%0
%41.95
%7.45

Codes

Color #61EC89 in popluar color models

61 EC 89
RGB 97 236 137
HSL 137° 78.53% 65.29%
HSB/HSV 137° 58.90% 92.55%
CMYK 58.90% 0.00% 41.95%
7.45%

Color #61EC89 in popluar number systems.

HEX 61 EC 89
Decimal 97 236 137
Binary 1100001 11101100 10001001
Octal 141 354 211

Shades and tints

Shades of #61EC89

#61EC89
(97,236,137)
#59D77D
(89,215,125)
#51C271
(81,194,113)
#49AD65
(73,173,101)
#419859
(65,152,89)
#39834D
(57,131,77)
#316E41
(49,110,65)
#295935
(41,89,53)
#214429
(33,68,41)
#192F1D
(25,47,29)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #61EC89

#61EC89
(97,236,137)
#6FED93
(111,237,147)
#7DEE9D
(125,238,157)
#8BEFA7
(139,239,167)
#99F0B1
(153,240,177)
#A7F1BB
(167,241,187)
#B5F2C5
(181,242,197)
#C3F3CF
(195,243,207)
#D1F4D9
(209,244,217)
#DFF5E3
(223,245,227)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61EC89 color. Also use rgb(97,236,137) instead hex code.

Text Font Color

.myTextColor { color: #61EC89; }

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

This text font color is #61EC89.

Background Color

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

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

This div background color is #61EC89.

Border color

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

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

This div border color is #61EC89.

Opacity

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

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

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

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

This text has shadow with #61EC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61EC89.

Preview

Color preview on black background

This text has color #61EC89 on black background.


Color preview on white background

This text has color #61EC89 on white background.


Black color preview on #61EC89 background

This text has black color on #61EC89 background.


White color preview on #61EC89 background

This text has white color on #61EC89 background.


Related colors

Complementary color

Complementary color for #hex is #9E1376.


I love getcolorcode.com

Triadic colors

1 #8961EC and #EC8961 with #61EC89 are triadic colors.

2 #89EC61 and #EC6189 with #61EC89 are triadic colors.