COLOR #60D175

HEX: #60D175
RGB: (96,209,117)

Color info

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

RGB color model

#60D175 color RGB value is (96,209,117).

  • red value is 96;
  • green value is 209;
  • blue value is 117.
RGB:
(96,209,117)
(38%,82%,46%)

RGB channels and saturation

R 96 of 255 = 38%
G 209 of 255 = 82%
B 117 of 255 = 46%

96
209
117

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

Portions of RGB colors in percentages

R + G + B =
96 + 209 + 117 = 422 (100%)
R 96 of 422 ~ 22.75%
G 209 of 422 ~ 49.53%
B 117 of 422 ~ 27.73%

%22.75
%49.53
%27.73

CMYK color model

#60D175 color CMYK value is (54,0,44,18).

  • cyan value is 54.07%
  • magenta value is 0.00%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK:
(54,0,44,18)
C54M0Y44K18 
(54%,0%,44%,18%)
(0.54/0.00/0.44/0.18)	

CMYK percentages

%54.07
%0
%44.02
%18.04

Codes

Color #60D175 in popluar color models

60D175
RGB96209117
HSL131°55.12%59.80%
HSB/HSV131°54.07%81.96%
CMYK54.07%0.00%44.02%
18.04%

Color #60D175 in popluar number systems.

HEX60D175
Decimal96209117
Binary1100000110100011110101
Octal140321165

Shades and tints

Shades of #60D175

#60D175
(96,209,117)
#58BE6B
(88,190,107)
#50AB61
(80,171,97)
#489857
(72,152,87)
#40854D
(64,133,77)
#387243
(56,114,67)
#305F39
(48,95,57)
#284C2F
(40,76,47)
#203925
(32,57,37)
#18261B
(24,38,27)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #60D175

#60D175
(96,209,117)
#6ED581
(110,213,129)
#7CD98D
(124,217,141)
#8ADD99
(138,221,153)
#98E1A5
(152,225,165)
#A6E5B1
(166,229,177)
#B4E9BD
(180,233,189)
#C2EDC9
(194,237,201)
#D0F1D5
(208,241,213)
#DEF5E1
(222,245,225)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60D175 color. Also use rgb(96,209,117) instead hex code.

Text Font Color

.myTextColor { color: #60D175; }

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

This text font color is #60D175.


Background Color

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

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

This div background color is #60D175.


Border color

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

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

This div border color is #60D175.


Opacity

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

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

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

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

This text has shadow with #60D175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60D175 on black background.


Color preview on white background

This text has color #60D175 on white background.



Black color preview on #60D175 background

This text has black color on #60D175 background.


White color preview on #60D175 background

This text has white color on #60D175 background.