COLOR #60CD79

HEX: #60CD79 RGB: (96,205,121)

Color info

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

RGB color model

#60CD79 color RGB value is (96,205,121).

RGB: (96,205,121) (38%, 80%, 47%)

RGB channels and saturation

R 96 of 255 = 38%
G 205 of 255 = 80%
B 121 of 255 = 47%

96
205
121

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

Portions of RGB colors in percentages

R + G + B = 96 + 205 + 121 = 422 (100%)
R 96 of 422 ~ 22.75%
G 205 of 422 ~ 48.58%
B 121 of 422 ~ 28.67'%

%22.75
%48.58
%28.67

CMYK color model

#60CD79 color CMYK value is (53,0,41,20).

  • cyan value is 53.17%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 19.61%

CMYK: (53,0,41,20)
C53M0Y41K20 (53%, 0%, 41%, 20%)
(0.53 / 0.00 / 0.41 / 0.20)

CMYK percentages

%53.17
%0
%40.98
%19.61

Codes

Color #60CD79 in popluar color models

60 CD 79
RGB 96 205 121
HSL 134° 52.15% 59.02%
HSB/HSV 134° 53.17% 80.39%
CMYK 53.17% 0.00% 40.98%
19.61%

Color #60CD79 in popluar number systems.

HEX 60 CD 79
Decimal 96 205 121
Binary 1100000 11001101 1111001
Octal 140 315 171

Shades and tints

Shades of #60CD79

#60CD79
(96,205,121)
#58BB6E
(88,187,110)
#50A963
(80,169,99)
#489758
(72,151,88)
#40854D
(64,133,77)
#387342
(56,115,66)
#306137
(48,97,55)
#284F2C
(40,79,44)
#203D21
(32,61,33)
#182B16
(24,43,22)
#10190B
(16,25,11)
#000000
(0,0,0)

Tints of #60CD79

#60CD79
(96,205,121)
#6ED185
(110,209,133)
#7CD591
(124,213,145)
#8AD99D
(138,217,157)
#98DDA9
(152,221,169)
#A6E1B5
(166,225,181)
#B4E5C1
(180,229,193)
#C2E9CD
(194,233,205)
#D0EDD9
(208,237,217)
#DEF1E5
(222,241,229)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60CD79 color. Also use rgb(96,205,121) instead hex code.

Text Font Color

.myTextColor { color: #60CD79; }

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

This text font color is #60CD79.

Background Color

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

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

This div background color is #60CD79.

Border color

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

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

This div border color is #60CD79.

Opacity

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

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

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

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

This text has shadow with #60CD79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60CD79.

Preview

Color preview on black background

This text has color #60CD79 on black background.


Color preview on white background

This text has color #60CD79 on white background.


Black color preview on #60CD79 background

This text has black color on #60CD79 background.


White color preview on #60CD79 background

This text has white color on #60CD79 background.


Related colors

Complementary color

Complementary color for #hex is #9F3286.


I love getcolorcode.com

Triadic colors

1 #7960CD and #CD7960 with #60CD79 are triadic colors.

2 #79CD60 and #CD6079 with #60CD79 are triadic colors.