COLOR #55D691

HEX: #55D691 RGB: (85,214,145)

Color info

#55D691 contains mainly green color. Web safe color of #55D691 is #66CC99 (or #6C9).

RGB color model

#55D691 color RGB value is (85,214,145).

RGB: (85,214,145) (33%, 84%, 57%)

RGB channels and saturation

R 85 of 255 = 33%
G 214 of 255 = 84%
B 145 of 255 = 57%

85
214
145

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

Portions of RGB colors in percentages

R + G + B = 85 + 214 + 145 = 444 (100%)
R 85 of 444 ~ 19.14%
G 214 of 444 ~ 48.2%
B 145 of 444 ~ 32.66'%

%19.14
%48.2
%32.66

CMYK color model

#55D691 color CMYK value is (60,0,32,16).

  • cyan value is 60.28%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 16.08%
CMYK: (60,0,32,16) C60M0Y32K16 (60%,0%,32%,16%) (0.60/0.00/0.32/0.16) 

CMYK percentages

%60.28
%0
%32.24
%16.08

Codes

Color #55D691 in popluar color models

55 D6 91
RGB 85 214 145
HSL 148° 61.14% 58.63%
HSB/HSV 148° 60.28% 83.92%
CMYK 60.28% 0.00% 32.24%
16.08%

Color #55D691 in popluar number systems.

HEX 55 D6 91
Decimal 85 214 145
Binary 1010101 11010110 10010001
Octal 125 326 221

Shades and tints

Shades of #55D691

#55D691
(85,214,145)
#4EC384
(78,195,132)
#47B077
(71,176,119)
#409D6A
(64,157,106)
#398A5D
(57,138,93)
#327750
(50,119,80)
#2B6443
(43,100,67)
#245136
(36,81,54)
#1D3E29
(29,62,41)
#162B1C
(22,43,28)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #55D691

#55D691
(85,214,145)
#64D99B
(100,217,155)
#73DCA5
(115,220,165)
#82DFAF
(130,223,175)
#91E2B9
(145,226,185)
#A0E5C3
(160,229,195)
#AFE8CD
(175,232,205)
#BEEBD7
(190,235,215)
#CDEEE1
(205,238,225)
#DCF1EB
(220,241,235)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D691 color. Also use rgb(85,214,145) instead hex code.

Text Font Color

.myTextColor { color: #55D691; }

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

This text font color is #55D691.

Background Color

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

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

This div background color is #55D691.

Border color

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

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

This div border color is #55D691.

Opacity

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

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

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

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

This text has shadow with #55D691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55D691.

Preview

Color preview on black background

This text has color #55D691 on black background.


Color preview on white background

This text has color #55D691 on white background.


Black color preview on #55D691 background

This text has black color on #55D691 background.


White color preview on #55D691 background

This text has white color on #55D691 background.


Related colors

Complementary color

Complementary color for #hex is #AA296E.


I love getcolorcode.com

Triadic colors

1 #9155D6 and #D69155 with #55D691 are triadic colors.

2 #91D655 and #D65591 with #55D691 are triadic colors.