COLOR #55CC6D

HEX: #55CC6D RGB: (85,204,109)

Color info

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

RGB color model

#55CC6D color RGB value is (85,204,109).

RGB: (85,204,109) (33%, 80%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 204 of 255 = 80%
B 109 of 255 = 43%

85
204
109

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

Portions of RGB colors in percentages

R + G + B = 85 + 204 + 109 = 398 (100%)
R 85 of 398 ~ 21.36%
G 204 of 398 ~ 51.26%
B 109 of 398 ~ 27.39'%

%21.36
%51.26
%27.39

CMYK color model

#55CC6D color CMYK value is (58,0,47,20).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 46.57%
  • key color value is 20.00%

CMYK: (58,0,47,20)
C58M0Y47K20 (58%, 0%, 47%, 20%)
(0.58 / 0.00 / 0.47 / 0.20)

CMYK percentages

%58.33
%0
%46.57
%20

Codes

Color #55CC6D in popluar color models

55 CC 6D
RGB 85 204 109
HSL 132° 53.85% 56.67%
HSB/HSV 132° 58.33% 80.00%
CMYK 58.33% 0.00% 46.57%
20.00%

Color #55CC6D in popluar number systems.

HEX 55 CC 6D
Decimal 85 204 109
Binary 1010101 11001100 1101101
Octal 125 314 155

Shades and tints

Shades of #55CC6D

#55CC6D
(85,204,109)
#4EBA64
(78,186,100)
#47A85B
(71,168,91)
#409652
(64,150,82)
#398449
(57,132,73)
#327240
(50,114,64)
#2B6037
(43,96,55)
#244E2E
(36,78,46)
#1D3C25
(29,60,37)
#162A1C
(22,42,28)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #55CC6D

#55CC6D
(85,204,109)
#64D07A
(100,208,122)
#73D487
(115,212,135)
#82D894
(130,216,148)
#91DCA1
(145,220,161)
#A0E0AE
(160,224,174)
#AFE4BB
(175,228,187)
#BEE8C8
(190,232,200)
#CDECD5
(205,236,213)
#DCF0E2
(220,240,226)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55CC6D color. Also use rgb(85,204,109) instead hex code.

Text Font Color

.myTextColor { color: #55CC6D; }

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

This text font color is #55CC6D.

Background Color

.myBgColor { background-color: #55CC6D; }

<div style="background-color:#55CC6D">Inner text</div>

This div background color is #55CC6D.

Border color

.myBorderColor { border: 1px solid #55CC6D; }

<div style="border:3px solid #55CC6D">Div</div>

This div border color is #55CC6D.

Opacity

.myOpacity80 { color: #55CC6D; opacity: 0.8; }

<p style="color:#55CC6D;opacity:0.8;">80%</p>

Text with #55CC6D 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 #55CC6D;}

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

This text has shadow with #55CC6D color.


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

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

This text has shadow with #55CC6D primary color and red secondary color.


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

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

This text has shadow with #55CC6D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55CC6D.

Preview

Color preview on black background

This text has color #55CC6D on black background.


Color preview on white background

This text has color #55CC6D on white background.


Black color preview on #55CC6D background

This text has black color on #55CC6D background.


White color preview on #55CC6D background

This text has white color on #55CC6D background.


Related colors

Complementary color

Complementary color for #hex is #AA3392.


I love getcolorcode.com

Triadic colors

1 #6D55CC and #CC6D55 with #55CC6D are triadic colors.

2 #6DCC55 and #CC556D with #55CC6D are triadic colors.