COLOR #61D370

HEX: #61D370 RGB: (97,211,112)

Color info

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

RGB color model

#61D370 color RGB value is (97,211,112).

RGB: (97,211,112) (38%, 83%, 44%)

RGB channels and saturation

R 97 of 255 = 38%
G 211 of 255 = 83%
B 112 of 255 = 44%

97
211
112

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

Portions of RGB colors in percentages

R + G + B = 97 + 211 + 112 = 420 (100%)
R 97 of 420 ~ 23.1%
G 211 of 420 ~ 50.24%
B 112 of 420 ~ 26.67'%

%23.1
%50.24
%26.67

CMYK color model

#61D370 color CMYK value is (54,0,47,17).

  • cyan value is 54.03%
  • magenta value is 0.00%
  • yellow value is 46.92%
  • key color value is 17.25%

CMYK: (54,0,47,17)
C54M0Y47K17 (54%, 0%, 47%, 17%)
(0.54 / 0.00 / 0.47 / 0.17)

CMYK percentages

%54.03
%0
%46.92
%17.25

Codes

Color #61D370 in popluar color models

61 D3 70
RGB 97 211 112
HSL 128° 56.44% 60.39%
HSB/HSV 128° 54.03% 82.75%
CMYK 54.03% 0.00% 46.92%
17.25%

Color #61D370 in popluar number systems.

HEX 61 D3 70
Decimal 97 211 112
Binary 1100001 11010011 1110000
Octal 141 323 160

Shades and tints

Shades of #61D370

#61D370
(97,211,112)
#59C066
(89,192,102)
#51AD5C
(81,173,92)
#499A52
(73,154,82)
#418748
(65,135,72)
#39743E
(57,116,62)
#316134
(49,97,52)
#294E2A
(41,78,42)
#213B20
(33,59,32)
#192816
(25,40,22)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #61D370

#61D370
(97,211,112)
#6FD77D
(111,215,125)
#7DDB8A
(125,219,138)
#8BDF97
(139,223,151)
#99E3A4
(153,227,164)
#A7E7B1
(167,231,177)
#B5EBBE
(181,235,190)
#C3EFCB
(195,239,203)
#D1F3D8
(209,243,216)
#DFF7E5
(223,247,229)
#EDFBF2
(237,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D370 color. Also use rgb(97,211,112) instead hex code.

Text Font Color

.myTextColor { color: #61D370; }

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

This text font color is #61D370.

Background Color

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

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

This div background color is #61D370.

Border color

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

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

This div border color is #61D370.

Opacity

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

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

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

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

This text has shadow with #61D370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61D370.

Preview

Color preview on black background

This text has color #61D370 on black background.


Color preview on white background

This text has color #61D370 on white background.


Black color preview on #61D370 background

This text has black color on #61D370 background.


White color preview on #61D370 background

This text has white color on #61D370 background.


Related colors

Complementary color

Complementary color for #hex is #9E2C8F.


I love getcolorcode.com

Triadic colors

1 #7061D3 and #D37061 with #61D370 are triadic colors.

2 #70D361 and #D36170 with #61D370 are triadic colors.