COLOR #60C470

HEX: #60C470 RGB: (96,196,112)

Color info

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

RGB color model

#60C470 color RGB value is (96,196,112).

RGB: (96,196,112) (38%, 77%, 44%)

RGB channels and saturation

R 96 of 255 = 38%
G 196 of 255 = 77%
B 112 of 255 = 44%

96
196
112

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

Portions of RGB colors in percentages

R + G + B = 96 + 196 + 112 = 404 (100%)
R 96 of 404 ~ 23.76%
G 196 of 404 ~ 48.51%
B 112 of 404 ~ 27.72'%

%23.76
%48.51
%27.72

CMYK color model

#60C470 color CMYK value is (51,0,43,23).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 23.14%

CMYK: (51,0,43,23)
C51M0Y43K23 (51%, 0%, 43%, 23%)
(0.51 / 0.00 / 0.43 / 0.23)

CMYK percentages

%51.02
%0
%42.86
%23.14

Codes

Color #60C470 in popluar color models

60 C4 70
RGB 96 196 112
HSL 130° 45.87% 57.25%
HSB/HSV 130° 51.02% 76.86%
CMYK 51.02% 0.00% 42.86%
23.14%

Color #60C470 in popluar number systems.

HEX 60 C4 70
Decimal 96 196 112
Binary 1100000 11000100 1110000
Octal 140 304 160

Shades and tints

Shades of #60C470

#60C470
(96,196,112)
#58B366
(88,179,102)
#50A25C
(80,162,92)
#489152
(72,145,82)
#408048
(64,128,72)
#386F3E
(56,111,62)
#305E34
(48,94,52)
#284D2A
(40,77,42)
#203C20
(32,60,32)
#182B16
(24,43,22)
#101A0C
(16,26,12)
#000000
(0,0,0)

Tints of #60C470

#60C470
(96,196,112)
#6EC97D
(110,201,125)
#7CCE8A
(124,206,138)
#8AD397
(138,211,151)
#98D8A4
(152,216,164)
#A6DDB1
(166,221,177)
#B4E2BE
(180,226,190)
#C2E7CB
(194,231,203)
#D0ECD8
(208,236,216)
#DEF1E5
(222,241,229)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60C470 color. Also use rgb(96,196,112) instead hex code.

Text Font Color

.myTextColor { color: #60C470; }

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

This text font color is #60C470.

Background Color

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

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

This div background color is #60C470.

Border color

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

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

This div border color is #60C470.

Opacity

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

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

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

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

This text has shadow with #60C470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60C470.

Preview

Color preview on black background

This text has color #60C470 on black background.


Color preview on white background

This text has color #60C470 on white background.


Black color preview on #60C470 background

This text has black color on #60C470 background.


White color preview on #60C470 background

This text has white color on #60C470 background.


Related colors

Complementary color

Complementary color for #hex is #9F3B8F.


I love getcolorcode.com

Triadic colors

1 #7060C4 and #C47060 with #60C470 are triadic colors.

2 #70C460 and #C46070 with #60C470 are triadic colors.