COLOR #61DD39

HEX: #61DD39
RGB: (97,221,57)

Color info

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

RGB color model

#61DD39 color RGB value is (97,221,57).

  • red value is 97;
  • green value is 221;
  • blue value is 57.
RGB:
(97,221,57)
(38%,87%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 221 of 255 = 87%
B 57 of 255 = 22%

97
221
57

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

Portions of RGB colors in percentages

R + G + B =
97 + 221 + 57 = 375 (100%)
R 97 of 375 ~ 25.87%
G 221 of 375 ~ 58.93%
B 57 of 375 ~ 15.2%

%25.87
%58.93
%15.2

CMYK color model

#61DD39 color CMYK value is (56,0,74,13).

  • cyan value is 56.11%
  • magenta value is 0.00%
  • yellow value is 74.21%
  • key color value is 13.33%
CMYK:
(56,0,74,13)
C56M0Y74K13 
(56%,0%,74%,13%)
(0.56/0.00/0.74/0.13)	

CMYK percentages

%56.11
%0
%74.21
%13.33

Codes

Color #61DD39 in popluar color models

61DD39
RGB9722157
HSL105°70.69%54.51%
HSB/HSV105°74.21%86.67%
CMYK56.11%0.00%74.21%
13.33%

Color #61DD39 in popluar number systems.

HEX61DD39
Decimal9722157
Binary110000111011101111001
Octal14133571

Shades and tints

Shades of #61DD39

#61DD39
(97,221,57)
#59C934
(89,201,52)
#51B52F
(81,181,47)
#49A12A
(73,161,42)
#418D25
(65,141,37)
#397920
(57,121,32)
#31651B
(49,101,27)
#295116
(41,81,22)
#213D11
(33,61,17)
#19290C
(25,41,12)
#111507
(17,21,7)
#000000
(0,0,0)

Tints of #61DD39

#61DD39
(97,221,57)
#6FE04B
(111,224,75)
#7DE35D
(125,227,93)
#8BE66F
(139,230,111)
#99E981
(153,233,129)
#A7EC93
(167,236,147)
#B5EFA5
(181,239,165)
#C3F2B7
(195,242,183)
#D1F5C9
(209,245,201)
#DFF8DB
(223,248,219)
#EDFBED
(237,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61DD39 color. Also use rgb(97,221,57) instead hex code.

Text Font Color

.myTextColor { color: #61DD39; }

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

This text font color is #61DD39.


Background Color

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

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

This div background color is #61DD39.


Border color

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

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

This div border color is #61DD39.


Opacity

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

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

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

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

This text has shadow with #61DD39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61DD39 on black background.


Color preview on white background

This text has color #61DD39 on white background.



Black color preview on #61DD39 background

This text has black color on #61DD39 background.


White color preview on #61DD39 background

This text has white color on #61DD39 background.