COLOR #61D35F

HEX: #61D35F RGB: (97,211,95)

Color info

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

RGB color model

#61D35F color RGB value is (97,211,95).

RGB: (97,211,95) (38%, 83%, 37%)

RGB channels and saturation

R 97 of 255 = 38%
G 211 of 255 = 83%
B 95 of 255 = 37%

97
211
95

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

Portions of RGB colors in percentages

R + G + B = 97 + 211 + 95 = 403 (100%)
R 97 of 403 ~ 24.07%
G 211 of 403 ~ 52.36%
B 95 of 403 ~ 23.57'%

%24.07
%52.36
%23.57

CMYK color model

#61D35F color CMYK value is (54,0,55,17).

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

CMYK: (54,0,55,17)
C54M0Y55K17 (54%, 0%, 55%, 17%)
(0.54 / 0.00 / 0.55 / 0.17)

CMYK percentages

%54.03
%0
%54.98
%17.25

Codes

Color #61D35F in popluar color models

61 D3 5F
RGB 97 211 95
HSL 119° 56.86% 60.00%
HSB/HSV 119° 54.98% 82.75%
CMYK 54.03% 0.00% 54.98%
17.25%

Color #61D35F in popluar number systems.

HEX 61 D3 5F
Decimal 97 211 95
Binary 1100001 11010011 1011111
Octal 141 323 137

Shades and tints

Shades of #61D35F

#61D35F
(97,211,95)
#59C057
(89,192,87)
#51AD4F
(81,173,79)
#499A47
(73,154,71)
#41873F
(65,135,63)
#397437
(57,116,55)
#31612F
(49,97,47)
#294E27
(41,78,39)
#213B1F
(33,59,31)
#192817
(25,40,23)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #61D35F

#61D35F
(97,211,95)
#6FD76D
(111,215,109)
#7DDB7B
(125,219,123)
#8BDF89
(139,223,137)
#99E397
(153,227,151)
#A7E7A5
(167,231,165)
#B5EBB3
(181,235,179)
#C3EFC1
(195,239,193)
#D1F3CF
(209,243,207)
#DFF7DD
(223,247,221)
#EDFBEB
(237,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61D35F; }

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

This text font color is #61D35F.

Background Color

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

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

This div background color is #61D35F.

Border color

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

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

This div border color is #61D35F.

Opacity

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

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

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

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

This text has shadow with #61D35F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61D35F.

Preview

Color preview on black background

This text has color #61D35F on black background.


Color preview on white background

This text has color #61D35F on white background.


Black color preview on #61D35F background

This text has black color on #61D35F background.


White color preview on #61D35F background

This text has white color on #61D35F background.


Related colors

Complementary color

Complementary color for #hex is #9E2CA0.


I love getcolorcode.com

Triadic colors

1 #5F61D3 and #D35F61 with #61D35F are triadic colors.

2 #5FD361 and #D3615F with #61D35F are triadic colors.