COLOR #60D683

HEX: #60D683
RGB: (96,214,131)

Color info

#60D683 contains mainly green color. Web safe color of #60D683 is #66CC99 (or #6C9).

RGB color model

#60D683 color RGB value is (96,214,131).

  • red value is 96;
  • green value is 214;
  • blue value is 131.
RGB:
(96,214,131)
(38%,84%,51%)

RGB channels and saturation

R 96 of 255 = 38%
G 214 of 255 = 84%
B 131 of 255 = 51%

96
214
131

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

Portions of RGB colors in percentages

R + G + B =
96 + 214 + 131 = 441 (100%)
R 96 of 441 ~ 21.77%
G 214 of 441 ~ 48.53%
B 131 of 441 ~ 29.71%

%21.77
%48.53
%29.71

CMYK color model

#60D683 color CMYK value is (55,0,39,16).

  • cyan value is 55.14%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 16.08%
CMYK:
(55,0,39,16)
C55M0Y39K16 
(55%,0%,39%,16%)
(0.55/0.00/0.39/0.16)	

CMYK percentages

%55.14
%0
%38.79
%16.08

Codes

Color #60D683 in popluar color models

60D683
RGB96214131
HSL138°59.00%60.78%
HSB/HSV138°55.14%83.92%
CMYK55.14%0.00%38.79%
16.08%

Color #60D683 in popluar number systems.

HEX60D683
Decimal96214131
Binary11000001101011010000011
Octal140326203

Shades and tints

Shades of #60D683

#60D683
(96,214,131)
#58C378
(88,195,120)
#50B06D
(80,176,109)
#489D62
(72,157,98)
#408A57
(64,138,87)
#38774C
(56,119,76)
#306441
(48,100,65)
#285136
(40,81,54)
#203E2B
(32,62,43)
#182B20
(24,43,32)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #60D683

#60D683
(96,214,131)
#6ED98E
(110,217,142)
#7CDC99
(124,220,153)
#8ADFA4
(138,223,164)
#98E2AF
(152,226,175)
#A6E5BA
(166,229,186)
#B4E8C5
(180,232,197)
#C2EBD0
(194,235,208)
#D0EEDB
(208,238,219)
#DEF1E6
(222,241,230)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60D683 color. Also use rgb(96,214,131) instead hex code.

Text Font Color

.myTextColor { color: #60D683; }

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

This text font color is #60D683.


Background Color

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

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

This div background color is #60D683.


Border color

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

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

This div border color is #60D683.


Opacity

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

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

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

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

This text has shadow with #60D683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60D683 on black background.


Color preview on white background

This text has color #60D683 on white background.



Black color preview on #60D683 background

This text has black color on #60D683 background.


White color preview on #60D683 background

This text has white color on #60D683 background.