COLOR #60D573

HEX: #60D573
RGB: (96,213,115)

Color info

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

RGB color model

#60D573 color RGB value is (96,213,115).

  • red value is 96;
  • green value is 213;
  • blue value is 115.
RGB:
(96,213,115)
(38%,84%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 213 of 255 = 84%
B 115 of 255 = 45%

96
213
115

R + G + B ~ 56%. #60D573 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 213 + 115 = 424 (100%)
R 96 of 424 ~ 22.64%
G 213 of 424 ~ 50.24%
B 115 of 424 ~ 27.12%

%22.64
%50.24
%27.12

CMYK color model

#60D573 color CMYK value is (55,0,46,16).

  • cyan value is 54.93%
  • magenta value is 0.00%
  • yellow value is 46.01%
  • key color value is 16.47%
CMYK:
(55,0,46,16)
C55M0Y46K16 
(55%,0%,46%,16%)
(0.55/0.00/0.46/0.16)	

CMYK percentages

%54.93
%0
%46.01
%16.47

Codes

Color #60D573 in popluar color models

60D573
RGB96213115
HSL130°58.21%60.59%
HSB/HSV130°54.93%83.53%
CMYK54.93%0.00%46.01%
16.47%

Color #60D573 in popluar number systems.

HEX60D573
Decimal96213115
Binary1100000110101011110011
Octal140325163

Shades and tints

Shades of #60D573

#60D573
(96,213,115)
#58C269
(88,194,105)
#50AF5F
(80,175,95)
#489C55
(72,156,85)
#40894B
(64,137,75)
#387641
(56,118,65)
#306337
(48,99,55)
#28502D
(40,80,45)
#203D23
(32,61,35)
#182A19
(24,42,25)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #60D573

#60D573
(96,213,115)
#6ED87F
(110,216,127)
#7CDB8B
(124,219,139)
#8ADE97
(138,222,151)
#98E1A3
(152,225,163)
#A6E4AF
(166,228,175)
#B4E7BB
(180,231,187)
#C2EAC7
(194,234,199)
#D0EDD3
(208,237,211)
#DEF0DF
(222,240,223)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60D573 color. Also use rgb(96,213,115) instead hex code.

Text Font Color

.myTextColor { color: #60D573; }

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

This text font color is #60D573.


Background Color

.myBgColor { background-color: #60D573; }

<div style="background-color:#60D573">Inner text</div>

This div background color is #60D573.


Border color

.myBorderColor { border: 1px solid #60D573; }

<div style="border:3px solid #60D573">Div</div>

This div border color is #60D573.


Opacity

.myOpacity80 { color: #60D573; opacity: 0.8; }

<p style="color:#60D573;opacity:0.8;">80%</p>

Text with #60D573 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 #60D573;}

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

This text has shadow with #60D573 color.

.textShadow {text-shadow: 3px 3px 1px #60D573, 3px 3px 1px red;}

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

This text has shadow with #60D573 primary color and red secondary color.


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

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

This text has shadow with #60D573 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60D573 on black background.


Color preview on white background

This text has color #60D573 on white background.



Black color preview on #60D573 background

This text has black color on #60D573 background.


White color preview on #60D573 background

This text has white color on #60D573 background.