COLOR #55D779

HEX: #55D779
RGB: (85,215,121)

Color info

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

RGB color model

#55D779 color RGB value is (85,215,121).

  • red value is 85;
  • green value is 215;
  • blue value is 121.
RGB:
(85,215,121)
(33%,84%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 215 of 255 = 84%
B 121 of 255 = 47%

85
215
121

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

Portions of RGB colors in percentages

R + G + B =
85 + 215 + 121 = 421 (100%)
R 85 of 421 ~ 20.19%
G 215 of 421 ~ 51.07%
B 121 of 421 ~ 28.74%

%20.19
%51.07
%28.74

CMYK color model

#55D779 color CMYK value is (60,0,44,16).

  • cyan value is 60.47%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 15.69%
CMYK:
(60,0,44,16)
C60M0Y44K16 
(60%,0%,44%,16%)
(0.60/0.00/0.44/0.16)	

CMYK percentages

%60.47
%0
%43.72
%15.69

Codes

Color #55D779 in popluar color models

55D779
RGB85215121
HSL137°61.90%58.82%
HSB/HSV137°60.47%84.31%
CMYK60.47%0.00%43.72%
15.69%

Color #55D779 in popluar number systems.

HEX55D779
Decimal85215121
Binary1010101110101111111001
Octal125327171

Shades and tints

Shades of #55D779

#55D779
(85,215,121)
#4EC46E
(78,196,110)
#47B163
(71,177,99)
#409E58
(64,158,88)
#398B4D
(57,139,77)
#327842
(50,120,66)
#2B6537
(43,101,55)
#24522C
(36,82,44)
#1D3F21
(29,63,33)
#162C16
(22,44,22)
#0F190B
(15,25,11)
#000000
(0,0,0)

Tints of #55D779

#55D779
(85,215,121)
#64DA85
(100,218,133)
#73DD91
(115,221,145)
#82E09D
(130,224,157)
#91E3A9
(145,227,169)
#A0E6B5
(160,230,181)
#AFE9C1
(175,233,193)
#BEECCD
(190,236,205)
#CDEFD9
(205,239,217)
#DCF2E5
(220,242,229)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D779; }

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

This text font color is #55D779.


Background Color

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

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

This div background color is #55D779.


Border color

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

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

This div border color is #55D779.


Opacity

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

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

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

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

This text has shadow with #55D779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D779 on black background.


Color preview on white background

This text has color #55D779 on white background.



Black color preview on #55D779 background

This text has black color on #55D779 background.


White color preview on #55D779 background

This text has white color on #55D779 background.