COLOR #60C882

HEX: #60C882 RGB: (96,200,130)

Color info

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

RGB color model

#60C882 color RGB value is (96,200,130).

RGB: (96,200,130) (38%, 78%, 51%)

RGB channels and saturation

R 96 of 255 = 38%
G 200 of 255 = 78%
B 130 of 255 = 51%

96
200
130

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

Portions of RGB colors in percentages

R + G + B = 96 + 200 + 130 = 426 (100%)
R 96 of 426 ~ 22.54%
G 200 of 426 ~ 46.95%
B 130 of 426 ~ 30.52'%

%22.54
%46.95
%30.52

CMYK color model

#60C882 color CMYK value is (52,0,35,22).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 21.57%

CMYK: (52,0,35,22)
C52M0Y35K22 (52%, 0%, 35%, 22%)
(0.52 / 0.00 / 0.35 / 0.22)

CMYK percentages

%52
%0
%35
%21.57

Codes

Color #60C882 in popluar color models

60 C8 82
RGB 96 200 130
HSL 140° 48.60% 58.04%
HSB/HSV 140° 52.00% 78.43%
CMYK 52.00% 0.00% 35.00%
21.57%

Color #60C882 in popluar number systems.

HEX 60 C8 82
Decimal 96 200 130
Binary 1100000 11001000 10000010
Octal 140 310 202

Shades and tints

Shades of #60C882

#60C882
(96,200,130)
#58B677
(88,182,119)
#50A46C
(80,164,108)
#489261
(72,146,97)
#408056
(64,128,86)
#386E4B
(56,110,75)
#305C40
(48,92,64)
#284A35
(40,74,53)
#20382A
(32,56,42)
#18261F
(24,38,31)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #60C882

#60C882
(96,200,130)
#6ECD8D
(110,205,141)
#7CD298
(124,210,152)
#8AD7A3
(138,215,163)
#98DCAE
(152,220,174)
#A6E1B9
(166,225,185)
#B4E6C4
(180,230,196)
#C2EBCF
(194,235,207)
#D0F0DA
(208,240,218)
#DEF5E5
(222,245,229)
#ECFAF0
(236,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60C882 color. Also use rgb(96,200,130) instead hex code.

Text Font Color

.myTextColor { color: #60C882; }

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

This text font color is #60C882.

Background Color

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

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

This div background color is #60C882.

Border color

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

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

This div border color is #60C882.

Opacity

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

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

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

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

This text has shadow with #60C882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60C882.

Preview

Color preview on black background

This text has color #60C882 on black background.


Color preview on white background

This text has color #60C882 on white background.


Black color preview on #60C882 background

This text has black color on #60C882 background.


White color preview on #60C882 background

This text has white color on #60C882 background.


Related colors

Complementary color

Complementary color for #hex is #9F377D.


I love getcolorcode.com

Triadic colors

1 #8260C8 and #C88260 with #60C882 are triadic colors.

2 #82C860 and #C86082 with #60C882 are triadic colors.