COLOR #55D497

HEX: #55D497 RGB: (85,212,151)

Color info

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

RGB color model

#55D497 color RGB value is (85,212,151).

RGB: (85,212,151) (33%, 83%, 59%)

RGB channels and saturation

R 85 of 255 = 33%
G 212 of 255 = 83%
B 151 of 255 = 59%

85
212
151

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

Portions of RGB colors in percentages

R + G + B = 85 + 212 + 151 = 448 (100%)
R 85 of 448 ~ 18.97%
G 212 of 448 ~ 47.32%
B 151 of 448 ~ 33.71'%

%18.97
%47.32
%33.71

CMYK color model

#55D497 color CMYK value is (60,0,29,17).

  • cyan value is 59.91%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 16.86%

CMYK: (60,0,29,17)
C60M0Y29K17 (60%, 0%, 29%, 17%)
(0.60 / 0.00 / 0.29 / 0.17)

CMYK percentages

%59.91
%0
%28.77
%16.86

Codes

Color #55D497 in popluar color models

55 D4 97
RGB 85 212 151
HSL 151° 59.62% 58.24%
HSB/HSV 151° 59.91% 83.14%
CMYK 59.91% 0.00% 28.77%
16.86%

Color #55D497 in popluar number systems.

HEX 55 D4 97
Decimal 85 212 151
Binary 1010101 11010100 10010111
Octal 125 324 227

Shades and tints

Shades of #55D497

#55D497
(85,212,151)
#4EC18A
(78,193,138)
#47AE7D
(71,174,125)
#409B70
(64,155,112)
#398863
(57,136,99)
#327556
(50,117,86)
#2B6249
(43,98,73)
#244F3C
(36,79,60)
#1D3C2F
(29,60,47)
#162922
(22,41,34)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #55D497

#55D497
(85,212,151)
#64D7A0
(100,215,160)
#73DAA9
(115,218,169)
#82DDB2
(130,221,178)
#91E0BB
(145,224,187)
#A0E3C4
(160,227,196)
#AFE6CD
(175,230,205)
#BEE9D6
(190,233,214)
#CDECDF
(205,236,223)
#DCEFE8
(220,239,232)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D497 color. Also use rgb(85,212,151) instead hex code.

Text Font Color

.myTextColor { color: #55D497; }

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

This text font color is #55D497.

Background Color

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

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

This div background color is #55D497.

Border color

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

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

This div border color is #55D497.

Opacity

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

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

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

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

This text has shadow with #55D497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55D497.

Preview

Color preview on black background

This text has color #55D497 on black background.


Color preview on white background

This text has color #55D497 on white background.


Black color preview on #55D497 background

This text has black color on #55D497 background.


White color preview on #55D497 background

This text has white color on #55D497 background.


Related colors

Complementary color

Complementary color for #hex is #AA2B68.


I love getcolorcode.com

Triadic colors

1 #9755D4 and #D49755 with #55D497 are triadic colors.

2 #97D455 and #D45597 with #55D497 are triadic colors.