COLOR #6CDC55

HEX: #6CDC55 RGB: (108,220,85)

Color info

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

RGB color model

#6CDC55 color RGB value is (108,220,85).

RGB: (108,220,85) (42%, 86%, 33%)

RGB channels and saturation

R 108 of 255 = 42%
G 220 of 255 = 86%
B 85 of 255 = 33%

108
220
85

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

Portions of RGB colors in percentages

R + G + B = 108 + 220 + 85 = 413 (100%)
R 108 of 413 ~ 26.15%
G 220 of 413 ~ 53.27%
B 85 of 413 ~ 20.58'%

%26.15
%53.27
%20.58

CMYK color model

#6CDC55 color CMYK value is (51,0,61,14).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 61.36%
  • key color value is 13.73%

CMYK: (51,0,61,14)
C51M0Y61K14 (51%, 0%, 61%, 14%)
(0.51 / 0.00 / 0.61 / 0.14)

CMYK percentages

%50.91
%0
%61.36
%13.73

Codes

Color #6CDC55 in popluar color models

6C DC 55
RGB 108 220 85
HSL 110° 65.85% 59.80%
HSB/HSV 110° 61.36% 86.27%
CMYK 50.91% 0.00% 61.36%
13.73%

Color #6CDC55 in popluar number systems.

HEX 6C DC 55
Decimal 108 220 85
Binary 1101100 11011100 1010101
Octal 154 334 125

Shades and tints

Shades of #6CDC55

#6CDC55
(108,220,85)
#63C84E
(99,200,78)
#5AB447
(90,180,71)
#51A040
(81,160,64)
#488C39
(72,140,57)
#3F7832
(63,120,50)
#36642B
(54,100,43)
#2D5024
(45,80,36)
#243C1D
(36,60,29)
#1B2816
(27,40,22)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6CDC55

#6CDC55
(108,220,85)
#79DF64
(121,223,100)
#86E273
(134,226,115)
#93E582
(147,229,130)
#A0E891
(160,232,145)
#ADEBA0
(173,235,160)
#BAEEAF
(186,238,175)
#C7F1BE
(199,241,190)
#D4F4CD
(212,244,205)
#E1F7DC
(225,247,220)
#EEFAEB
(238,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDC55 color. Also use rgb(108,220,85) instead hex code.

Text Font Color

.myTextColor { color: #6CDC55; }

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

This text font color is #6CDC55.

Background Color

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

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

This div background color is #6CDC55.

Border color

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

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

This div border color is #6CDC55.

Opacity

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

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

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

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

This text has shadow with #6CDC55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CDC55.

Preview

Color preview on black background

This text has color #6CDC55 on black background.


Color preview on white background

This text has color #6CDC55 on white background.


Black color preview on #6CDC55 background

This text has black color on #6CDC55 background.


White color preview on #6CDC55 background

This text has white color on #6CDC55 background.


Related colors

Complementary color

Complementary color for #hex is #9323AA.


I love getcolorcode.com

Triadic colors

1 #556CDC and #DC556C with #6CDC55 are triadic colors.

2 #55DC6C and #DC6C55 with #6CDC55 are triadic colors.