COLOR #55B881

HEX: #55B881 RGB: (85,184,129)

Color info

#55B881 contains mainly green and blue colors. Web safe color of #55B881 is #66CC99 (or #6C9).

RGB color model

#55B881 color RGB value is (85,184,129).

RGB: (85,184,129) (33%, 72%, 51%)

RGB channels and saturation

R 85 of 255 = 33%
G 184 of 255 = 72%
B 129 of 255 = 51%

85
184
129

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

Portions of RGB colors in percentages

R + G + B = 85 + 184 + 129 = 398 (100%)
R 85 of 398 ~ 21.36%
G 184 of 398 ~ 46.23%
B 129 of 398 ~ 32.41'%

%21.36
%46.23
%32.41

CMYK color model

#55B881 color CMYK value is (54,0,30,28).

  • cyan value is 53.80%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 27.84%

CMYK: (54,0,30,28)
C54M0Y30K28 (54%, 0%, 30%, 28%)
(0.54 / 0.00 / 0.30 / 0.28)

CMYK percentages

%53.8
%0
%29.89
%27.84

Codes

Color #55B881 in popluar color models

55 B8 81
RGB 85 184 129
HSL 147° 41.08% 52.75%
HSB/HSV 147° 53.80% 72.16%
CMYK 53.80% 0.00% 29.89%
27.84%

Color #55B881 in popluar number systems.

HEX 55 B8 81
Decimal 85 184 129
Binary 1010101 10111000 10000001
Octal 125 270 201

Shades and tints

Shades of #55B881

#55B881
(85,184,129)
#4EA876
(78,168,118)
#47986B
(71,152,107)
#408860
(64,136,96)
#397855
(57,120,85)
#32684A
(50,104,74)
#2B583F
(43,88,63)
#244834
(36,72,52)
#1D3829
(29,56,41)
#16281E
(22,40,30)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #55B881

#55B881
(85,184,129)
#64BE8C
(100,190,140)
#73C497
(115,196,151)
#82CAA2
(130,202,162)
#91D0AD
(145,208,173)
#A0D6B8
(160,214,184)
#AFDCC3
(175,220,195)
#BEE2CE
(190,226,206)
#CDE8D9
(205,232,217)
#DCEEE4
(220,238,228)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B881 color. Also use rgb(85,184,129) instead hex code.

Text Font Color

.myTextColor { color: #55B881; }

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

This text font color is #55B881.

Background Color

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

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

This div background color is #55B881.

Border color

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

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

This div border color is #55B881.

Opacity

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

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

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

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

This text has shadow with #55B881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B881.

Preview

Color preview on black background

This text has color #55B881 on black background.


Color preview on white background

This text has color #55B881 on white background.


Black color preview on #55B881 background

This text has black color on #55B881 background.


White color preview on #55B881 background

This text has white color on #55B881 background.


Related colors

Complementary color

Complementary color for #hex is #AA477E.


I love getcolorcode.com

Triadic colors

1 #8155B8 and #B88155 with #55B881 are triadic colors.

2 #81B855 and #B85581 with #55B881 are triadic colors.