COLOR #61C241

HEX: #61C241 RGB: (97,194,65)

Color info

#61C241 contains mainly green color. Web safe color of #61C241 is #66CC33 (or #6C3).

RGB color model

#61C241 color RGB value is (97,194,65).

RGB: (97,194,65) (38%, 76%, 25%)

RGB channels and saturation

R 97 of 255 = 38%
G 194 of 255 = 76%
B 65 of 255 = 25%

97
194
65

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

Portions of RGB colors in percentages

R + G + B = 97 + 194 + 65 = 356 (100%)
R 97 of 356 ~ 27.25%
G 194 of 356 ~ 54.49%
B 65 of 356 ~ 18.26'%

%27.25
%54.49
%18.26

CMYK color model

#61C241 color CMYK value is (50,0,66,24).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 66.49%
  • key color value is 23.92%

CMYK: (50,0,66,24)
C50M0Y66K24 (50%, 0%, 66%, 24%)
(0.50 / 0.00 / 0.66 / 0.24)

CMYK percentages

%50
%0
%66.49
%23.92

Codes

Color #61C241 in popluar color models

61 C2 41
RGB 97 194 65
HSL 105° 51.39% 50.78%
HSB/HSV 105° 66.49% 76.08%
CMYK 50.00% 0.00% 66.49%
23.92%

Color #61C241 in popluar number systems.

HEX 61 C2 41
Decimal 97 194 65
Binary 1100001 11000010 1000001
Octal 141 302 101

Shades and tints

Shades of #61C241

#61C241
(97,194,65)
#59B13C
(89,177,60)
#51A037
(81,160,55)
#498F32
(73,143,50)
#417E2D
(65,126,45)
#396D28
(57,109,40)
#315C23
(49,92,35)
#294B1E
(41,75,30)
#213A19
(33,58,25)
#192914
(25,41,20)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #61C241

#61C241
(97,194,65)
#6FC752
(111,199,82)
#7DCC63
(125,204,99)
#8BD174
(139,209,116)
#99D685
(153,214,133)
#A7DB96
(167,219,150)
#B5E0A7
(181,224,167)
#C3E5B8
(195,229,184)
#D1EAC9
(209,234,201)
#DFEFDA
(223,239,218)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C241 color. Also use rgb(97,194,65) instead hex code.

Text Font Color

.myTextColor { color: #61C241; }

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

This text font color is #61C241.

Background Color

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

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

This div background color is #61C241.

Border color

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

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

This div border color is #61C241.

Opacity

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

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

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

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

This text has shadow with #61C241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C241.

Preview

Color preview on black background

This text has color #61C241 on black background.


Color preview on white background

This text has color #61C241 on white background.


Black color preview on #61C241 background

This text has black color on #61C241 background.


White color preview on #61C241 background

This text has white color on #61C241 background.


Related colors

Complementary color

Complementary color for #hex is #9E3DBE.


I love getcolorcode.com

Triadic colors

1 #4161C2 and #C24161 with #61C241 are triadic colors.

2 #41C261 and #C26141 with #61C241 are triadic colors.