COLOR #55C679

HEX: #55C679 RGB: (85,198,121)

Color info

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

RGB color model

#55C679 color RGB value is (85,198,121).

RGB: (85,198,121) (33%, 78%, 47%)

RGB channels and saturation

R 85 of 255 = 33%
G 198 of 255 = 78%
B 121 of 255 = 47%

85
198
121

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

Portions of RGB colors in percentages

R + G + B = 85 + 198 + 121 = 404 (100%)
R 85 of 404 ~ 21.04%
G 198 of 404 ~ 49.01%
B 121 of 404 ~ 29.95'%

%21.04
%49.01
%29.95

CMYK color model

#55C679 color CMYK value is (57,0,39,22).

  • cyan value is 57.07%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 22.35%

CMYK: (57,0,39,22)
C57M0Y39K22 (57%, 0%, 39%, 22%)
(0.57 / 0.00 / 0.39 / 0.22)

CMYK percentages

%57.07
%0
%38.89
%22.35

Codes

Color #55C679 in popluar color models

55 C6 79
RGB 85 198 121
HSL 139° 49.78% 55.49%
HSB/HSV 139° 57.07% 77.65%
CMYK 57.07% 0.00% 38.89%
22.35%

Color #55C679 in popluar number systems.

HEX 55 C6 79
Decimal 85 198 121
Binary 1010101 11000110 1111001
Octal 125 306 171

Shades and tints

Shades of #55C679

#55C679
(85,198,121)
#4EB46E
(78,180,110)
#47A263
(71,162,99)
#409058
(64,144,88)
#397E4D
(57,126,77)
#326C42
(50,108,66)
#2B5A37
(43,90,55)
#24482C
(36,72,44)
#1D3621
(29,54,33)
#162416
(22,36,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #55C679

#55C679
(85,198,121)
#64CB85
(100,203,133)
#73D091
(115,208,145)
#82D59D
(130,213,157)
#91DAA9
(145,218,169)
#A0DFB5
(160,223,181)
#AFE4C1
(175,228,193)
#BEE9CD
(190,233,205)
#CDEED9
(205,238,217)
#DCF3E5
(220,243,229)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C679 color. Also use rgb(85,198,121) instead hex code.

Text Font Color

.myTextColor { color: #55C679; }

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

This text font color is #55C679.

Background Color

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

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

This div background color is #55C679.

Border color

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

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

This div border color is #55C679.

Opacity

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

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

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

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

This text has shadow with #55C679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55C679.

Preview

Color preview on black background

This text has color #55C679 on black background.


Color preview on white background

This text has color #55C679 on white background.


Black color preview on #55C679 background

This text has black color on #55C679 background.


White color preview on #55C679 background

This text has white color on #55C679 background.


Related colors

Complementary color

Complementary color for #hex is #AA3986.


I love getcolorcode.com

Triadic colors

1 #7955C6 and #C67955 with #55C679 are triadic colors.

2 #79C655 and #C65579 with #55C679 are triadic colors.