COLOR #61DF75

HEX: #61DF75
RGB: (97,223,117)

Color info

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

RGB color model

#61DF75 color RGB value is (97,223,117).

  • red value is 97;
  • green value is 223;
  • blue value is 117.
RGB:
(97,223,117)
(38%,87%,46%)

RGB channels and saturation

R 97 of 255 = 38%
G 223 of 255 = 87%
B 117 of 255 = 46%

97
223
117

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

Portions of RGB colors in percentages

R + G + B =
97 + 223 + 117 = 437 (100%)
R 97 of 437 ~ 22.2%
G 223 of 437 ~ 51.03%
B 117 of 437 ~ 26.77%

%22.2
%51.03
%26.77

CMYK color model

#61DF75 color CMYK value is (57,0,48,13).

  • cyan value is 56.50%
  • magenta value is 0.00%
  • yellow value is 47.53%
  • key color value is 12.55%
CMYK:
(57,0,48,13)
C57M0Y48K13 
(57%,0%,48%,13%)
(0.57/0.00/0.48/0.13)	

CMYK percentages

%56.5
%0
%47.53
%12.55

Codes

Color #61DF75 in popluar color models

61DF75
RGB97223117
HSL130°66.32%62.75%
HSB/HSV130°56.50%87.45%
CMYK56.50%0.00%47.53%
12.55%

Color #61DF75 in popluar number systems.

HEX61DF75
Decimal97223117
Binary1100001110111111110101
Octal141337165

Shades and tints

Shades of #61DF75

#61DF75
(97,223,117)
#59CB6B
(89,203,107)
#51B761
(81,183,97)
#49A357
(73,163,87)
#418F4D
(65,143,77)
#397B43
(57,123,67)
#316739
(49,103,57)
#29532F
(41,83,47)
#213F25
(33,63,37)
#192B1B
(25,43,27)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #61DF75

#61DF75
(97,223,117)
#6FE181
(111,225,129)
#7DE38D
(125,227,141)
#8BE599
(139,229,153)
#99E7A5
(153,231,165)
#A7E9B1
(167,233,177)
#B5EBBD
(181,235,189)
#C3EDC9
(195,237,201)
#D1EFD5
(209,239,213)
#DFF1E1
(223,241,225)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61DF75 color. Also use rgb(97,223,117) instead hex code.

Text Font Color

.myTextColor { color: #61DF75; }

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

This text font color is #61DF75.


Background Color

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

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

This div background color is #61DF75.


Border color

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

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

This div border color is #61DF75.


Opacity

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

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

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

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

This text has shadow with #61DF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61DF75 on black background.


Color preview on white background

This text has color #61DF75 on white background.



Black color preview on #61DF75 background

This text has black color on #61DF75 background.


White color preview on #61DF75 background

This text has white color on #61DF75 background.