COLOR #6CCC82

HEX: #6CCC82 RGB: (108,204,130)

Color info

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

RGB color model

#6CCC82 color RGB value is (108,204,130).

RGB: (108,204,130) (42%, 80%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 204 of 255 = 80%
B 130 of 255 = 51%

108
204
130

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

Portions of RGB colors in percentages

R + G + B = 108 + 204 + 130 = 442 (100%)
R 108 of 442 ~ 24.43%
G 204 of 442 ~ 46.15%
B 130 of 442 ~ 29.41'%

%24.43
%46.15
%29.41

CMYK color model

#6CCC82 color CMYK value is (47,0,36,20).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 36.27%
  • key color value is 20.00%

CMYK: (47,0,36,20)
C47M0Y36K20 (47%, 0%, 36%, 20%)
(0.47 / 0.00 / 0.36 / 0.20)

CMYK percentages

%47.06
%0
%36.27
%20

Codes

Color #6CCC82 in popluar color models

6C CC 82
RGB 108 204 130
HSL 134° 48.48% 61.18%
HSB/HSV 134° 47.06% 80.00%
CMYK 47.06% 0.00% 36.27%
20.00%

Color #6CCC82 in popluar number systems.

HEX 6C CC 82
Decimal 108 204 130
Binary 1101100 11001100 10000010
Octal 154 314 202

Shades and tints

Shades of #6CCC82

#6CCC82
(108,204,130)
#63BA77
(99,186,119)
#5AA86C
(90,168,108)
#519661
(81,150,97)
#488456
(72,132,86)
#3F724B
(63,114,75)
#366040
(54,96,64)
#2D4E35
(45,78,53)
#243C2A
(36,60,42)
#1B2A1F
(27,42,31)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #6CCC82

#6CCC82
(108,204,130)
#79D08D
(121,208,141)
#86D498
(134,212,152)
#93D8A3
(147,216,163)
#A0DCAE
(160,220,174)
#ADE0B9
(173,224,185)
#BAE4C4
(186,228,196)
#C7E8CF
(199,232,207)
#D4ECDA
(212,236,218)
#E1F0E5
(225,240,229)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCC82 color. Also use rgb(108,204,130) instead hex code.

Text Font Color

.myTextColor { color: #6CCC82; }

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

This text font color is #6CCC82.

Background Color

.myBgColor { background-color: #6CCC82; }

<div style="background-color:#6CCC82">Inner text</div>

This div background color is #6CCC82.

Border color

.myBorderColor { border: 1px solid #6CCC82; }

<div style="border:3px solid #6CCC82">Div</div>

This div border color is #6CCC82.

Opacity

.myOpacity80 { color: #6CCC82; opacity: 0.8; }

<p style="color:#6CCC82;opacity:0.8;">80%</p>

Text with #6CCC82 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 #6CCC82;}

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

This text has shadow with #6CCC82 color.


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

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

This text has shadow with #6CCC82 primary color and red secondary color.


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

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

This text has shadow with #6CCC82 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6CCC82.

Preview

Color preview on black background

This text has color #6CCC82 on black background.


Color preview on white background

This text has color #6CCC82 on white background.


Black color preview on #6CCC82 background

This text has black color on #6CCC82 background.


White color preview on #6CCC82 background

This text has white color on #6CCC82 background.


Related colors

Complementary color

Complementary color for #hex is #93337D.


I love getcolorcode.com

Triadic colors

1 #826CCC and #CC826C with #6CCC82 are triadic colors.

2 #82CC6C and #CC6C82 with #6CCC82 are triadic colors.