COLOR #6CC580

HEX: #6CC580 RGB: (108,197,128)

Color info

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

RGB color model

#6CC580 color RGB value is (108,197,128).

RGB: (108,197,128) (42%, 77%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 197 of 255 = 77%
B 128 of 255 = 50%

108
197
128

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

Portions of RGB colors in percentages

R + G + B = 108 + 197 + 128 = 433 (100%)
R 108 of 433 ~ 24.94%
G 197 of 433 ~ 45.5%
B 128 of 433 ~ 29.56'%

%24.94
%45.5
%29.56

CMYK color model

#6CC580 color CMYK value is (45,0,35,23).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK: (45,0,35,23) C45M0Y35K23 (45%,0%,35%,23%) (0.45/0.00/0.35/0.23) 

CMYK percentages

%45.18
%0
%35.03
%22.75

Codes

Color #6CC580 in popluar color models

6C C5 80
RGB 108 197 128
HSL 133° 43.41% 59.80%
HSB/HSV 133° 45.18% 77.25%
CMYK 45.18% 0.00% 35.03%
22.75%

Color #6CC580 in popluar number systems.

HEX 6C C5 80
Decimal 108 197 128
Binary 1101100 11000101 10000000
Octal 154 305 200

Shades and tints

Shades of #6CC580

#6CC580
(108,197,128)
#63B475
(99,180,117)
#5AA36A
(90,163,106)
#51925F
(81,146,95)
#488154
(72,129,84)
#3F7049
(63,112,73)
#365F3E
(54,95,62)
#2D4E33
(45,78,51)
#243D28
(36,61,40)
#1B2C1D
(27,44,29)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #6CC580

#6CC580
(108,197,128)
#79CA8B
(121,202,139)
#86CF96
(134,207,150)
#93D4A1
(147,212,161)
#A0D9AC
(160,217,172)
#ADDEB7
(173,222,183)
#BAE3C2
(186,227,194)
#C7E8CD
(199,232,205)
#D4EDD8
(212,237,216)
#E1F2E3
(225,242,227)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC580 color. Also use rgb(108,197,128) instead hex code.

Text Font Color

.myTextColor { color: #6CC580; }

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

This text font color is #6CC580.

Background Color

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

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

This div background color is #6CC580.

Border color

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

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

This div border color is #6CC580.

Opacity

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

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

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

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

This text has shadow with #6CC580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC580.

Preview

Color preview on black background

This text has color #6CC580 on black background.


Color preview on white background

This text has color #6CC580 on white background.


Black color preview on #6CC580 background

This text has black color on #6CC580 background.


White color preview on #6CC580 background

This text has white color on #6CC580 background.


Related colors

Complementary color

Complementary color for #hex is #933A7F.


I love getcolorcode.com

Triadic colors

1 #806CC5 and #C5806C with #6CC580 are triadic colors.

2 #80C56C and #C56C80 with #6CC580 are triadic colors.