COLOR #60CE78

HEX: #60CE78
RGB: (96,206,120)

Color info

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

RGB color model

#60CE78 color RGB value is (96,206,120).

  • red value is 96;
  • green value is 206;
  • blue value is 120.
RGB:
(96,206,120)
(38%,81%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 206 of 255 = 81%
B 120 of 255 = 47%

96
206
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 206 + 120 = 422 (100%)
R 96 of 422 ~ 22.75%
G 206 of 422 ~ 48.82%
B 120 of 422 ~ 28.44%

%22.75
%48.82
%28.44

CMYK color model

#60CE78 color CMYK value is (53,0,42,19).

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 41.75%
  • key color value is 19.22%
CMYK:
(53,0,42,19)
C53M0Y42K19 
(53%,0%,42%,19%)
(0.53/0.00/0.42/0.19)	

CMYK percentages

%53.4
%0
%41.75
%19.22

Codes

Color #60CE78 in popluar color models

60CE78
RGB96206120
HSL133°52.88%59.22%
HSB/HSV133°53.40%80.78%
CMYK53.40%0.00%41.75%
19.22%

Color #60CE78 in popluar number systems.

HEX60CE78
Decimal96206120
Binary1100000110011101111000
Octal140316170

Shades and tints

Shades of #60CE78

#60CE78
(96,206,120)
#58BC6E
(88,188,110)
#50AA64
(80,170,100)
#48985A
(72,152,90)
#408650
(64,134,80)
#387446
(56,116,70)
#30623C
(48,98,60)
#285032
(40,80,50)
#203E28
(32,62,40)
#182C1E
(24,44,30)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #60CE78

#60CE78
(96,206,120)
#6ED284
(110,210,132)
#7CD690
(124,214,144)
#8ADA9C
(138,218,156)
#98DEA8
(152,222,168)
#A6E2B4
(166,226,180)
#B4E6C0
(180,230,192)
#C2EACC
(194,234,204)
#D0EED8
(208,238,216)
#DEF2E4
(222,242,228)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60CE78 color. Also use rgb(96,206,120) instead hex code.

Text Font Color

.myTextColor { color: #60CE78; }

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

This text font color is #60CE78.


Background Color

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

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

This div background color is #60CE78.


Border color

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

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

This div border color is #60CE78.


Opacity

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

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

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

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

This text has shadow with #60CE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60CE78 on black background.


Color preview on white background

This text has color #60CE78 on white background.



Black color preview on #60CE78 background

This text has black color on #60CE78 background.


White color preview on #60CE78 background

This text has white color on #60CE78 background.