COLOR #61D14C

HEX: #61D14C
RGB: (97,209,76)

Color info

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

RGB color model

#61D14C color RGB value is (97,209,76).

  • red value is 97;
  • green value is 209;
  • blue value is 76.
RGB:
(97,209,76)
(38%,82%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 209 of 255 = 82%
B 76 of 255 = 30%

97
209
76

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

Portions of RGB colors in percentages

R + G + B =
97 + 209 + 76 = 382 (100%)
R 97 of 382 ~ 25.39%
G 209 of 382 ~ 54.71%
B 76 of 382 ~ 19.9%

%25.39
%54.71
%19.9

CMYK color model

#61D14C color CMYK value is (54,0,64,18).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 18.04%
CMYK:
(54,0,64,18)
C54M0Y64K18 
(54%,0%,64%,18%)
(0.54/0.00/0.64/0.18)	

CMYK percentages

%53.59
%0
%63.64
%18.04

Codes

Color #61D14C in popluar color models

61D14C
RGB9720976
HSL111°59.11%55.88%
HSB/HSV111°63.64%81.96%
CMYK53.59%0.00%63.64%
18.04%

Color #61D14C in popluar number systems.

HEX61D14C
Decimal9720976
Binary1100001110100011001100
Octal141321114

Shades and tints

Shades of #61D14C

#61D14C
(97,209,76)
#59BE46
(89,190,70)
#51AB40
(81,171,64)
#49983A
(73,152,58)
#418534
(65,133,52)
#39722E
(57,114,46)
#315F28
(49,95,40)
#294C22
(41,76,34)
#21391C
(33,57,28)
#192616
(25,38,22)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #61D14C

#61D14C
(97,209,76)
#6FD55C
(111,213,92)
#7DD96C
(125,217,108)
#8BDD7C
(139,221,124)
#99E18C
(153,225,140)
#A7E59C
(167,229,156)
#B5E9AC
(181,233,172)
#C3EDBC
(195,237,188)
#D1F1CC
(209,241,204)
#DFF5DC
(223,245,220)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D14C color. Also use rgb(97,209,76) instead hex code.

Text Font Color

.myTextColor { color: #61D14C; }

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

This text font color is #61D14C.


Background Color

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

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

This div background color is #61D14C.


Border color

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

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

This div border color is #61D14C.


Opacity

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

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

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

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

This text has shadow with #61D14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D14C on black background.


Color preview on white background

This text has color #61D14C on white background.



Black color preview on #61D14C background

This text has black color on #61D14C background.


White color preview on #61D14C background

This text has white color on #61D14C background.