COLOR #55B15D

HEX: #55B15D RGB: (85,177,93)

Color info

#55B15D contains mainly green color. Web safe color of #55B15D is #669966 (or #696).

RGB color model

#55B15D color RGB value is (85,177,93).

RGB: (85,177,93) (33%, 69%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 177 of 255 = 69%
B 93 of 255 = 36%

85
177
93

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

Portions of RGB colors in percentages

R + G + B = 85 + 177 + 93 = 355 (100%)
R 85 of 355 ~ 23.94%
G 177 of 355 ~ 49.86%
B 93 of 355 ~ 26.2'%

%23.94
%49.86
%26.2

CMYK color model

#55B15D color CMYK value is (52,0,47,31).

  • cyan value is 51.98%
  • magenta value is 0.00%
  • yellow value is 47.46%
  • key color value is 30.59%
CMYK: (52,0,47,31) C52M0Y47K31 (52%,0%,47%,31%) (0.52/0.00/0.47/0.31) 

CMYK percentages

%51.98
%0
%47.46
%30.59

Codes

Color #55B15D in popluar color models

55 B1 5D
RGB 85 177 93
HSL 125° 37.10% 51.37%
HSB/HSV 125° 51.98% 69.41%
CMYK 51.98% 0.00% 47.46%
30.59%

Color #55B15D in popluar number systems.

HEX 55 B1 5D
Decimal 85 177 93
Binary 1010101 10110001 1011101
Octal 125 261 135

Shades and tints

Shades of #55B15D

#55B15D
(85,177,93)
#4EA155
(78,161,85)
#47914D
(71,145,77)
#408145
(64,129,69)
#39713D
(57,113,61)
#326135
(50,97,53)
#2B512D
(43,81,45)
#244125
(36,65,37)
#1D311D
(29,49,29)
#162115
(22,33,21)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #55B15D

#55B15D
(85,177,93)
#64B86B
(100,184,107)
#73BF79
(115,191,121)
#82C687
(130,198,135)
#91CD95
(145,205,149)
#A0D4A3
(160,212,163)
#AFDBB1
(175,219,177)
#BEE2BF
(190,226,191)
#CDE9CD
(205,233,205)
#DCF0DB
(220,240,219)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B15D color. Also use rgb(85,177,93) instead hex code.

Text Font Color

.myTextColor { color: #55B15D; }

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

This text font color is #55B15D.

Background Color

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

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

This div background color is #55B15D.

Border color

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

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

This div border color is #55B15D.

Opacity

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

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

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

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

This text has shadow with #55B15D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B15D.

Preview

Color preview on black background

This text has color #55B15D on black background.


Color preview on white background

This text has color #55B15D on white background.


Black color preview on #55B15D background

This text has black color on #55B15D background.


White color preview on #55B15D background

This text has white color on #55B15D background.


Related colors

Complementary color

Complementary color for #hex is #AA4EA2.


I love getcolorcode.com

Triadic colors

1 #5D55B1 and #B15D55 with #55B15D are triadic colors.

2 #5DB155 and #B1555D with #55B15D are triadic colors.