COLOR #55D05C

HEX: #55D05C
RGB: (85,208,92)

Color info

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

RGB color model

#55D05C color RGB value is (85,208,92).

  • red value is 85;
  • green value is 208;
  • blue value is 92.
RGB:
(85,208,92)
(33%,82%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 208 of 255 = 82%
B 92 of 255 = 36%

85
208
92

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

Portions of RGB colors in percentages

R + G + B =
85 + 208 + 92 = 385 (100%)
R 85 of 385 ~ 22.08%
G 208 of 385 ~ 54.03%
B 92 of 385 ~ 23.9%

%22.08
%54.03
%23.9

CMYK color model

#55D05C color CMYK value is (59,0,56,18).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 55.77%
  • key color value is 18.43%
CMYK:
(59,0,56,18)
C59M0Y56K18 
(59%,0%,56%,18%)
(0.59/0.00/0.56/0.18)	

CMYK percentages

%59.13
%0
%55.77
%18.43

Codes

Color #55D05C in popluar color models

55D05C
RGB8520892
HSL123°56.68%57.45%
HSB/HSV123°59.13%81.57%
CMYK59.13%0.00%55.77%
18.43%

Color #55D05C in popluar number systems.

HEX55D05C
Decimal8520892
Binary1010101110100001011100
Octal125320134

Shades and tints

Shades of #55D05C

#55D05C
(85,208,92)
#4EBE54
(78,190,84)
#47AC4C
(71,172,76)
#409A44
(64,154,68)
#39883C
(57,136,60)
#327634
(50,118,52)
#2B642C
(43,100,44)
#245224
(36,82,36)
#1D401C
(29,64,28)
#162E14
(22,46,20)
#0F1C0C
(15,28,12)
#000000
(0,0,0)

Tints of #55D05C

#55D05C
(85,208,92)
#64D46A
(100,212,106)
#73D878
(115,216,120)
#82DC86
(130,220,134)
#91E094
(145,224,148)
#A0E4A2
(160,228,162)
#AFE8B0
(175,232,176)
#BEECBE
(190,236,190)
#CDF0CC
(205,240,204)
#DCF4DA
(220,244,218)
#EBF8E8
(235,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D05C color. Also use rgb(85,208,92) instead hex code.

Text Font Color

.myTextColor { color: #55D05C; }

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

This text font color is #55D05C.


Background Color

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

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

This div background color is #55D05C.


Border color

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

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

This div border color is #55D05C.


Opacity

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

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

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

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

This text has shadow with #55D05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D05C on black background.


Color preview on white background

This text has color #55D05C on white background.



Black color preview on #55D05C background

This text has black color on #55D05C background.


White color preview on #55D05C background

This text has white color on #55D05C background.