COLOR #55D04C

HEX: #55D04C
RGB: (85,208,76)

Color info

#55D04C contains mainly green color. Web safe color of #55D04C is #66CC33 (or #6C3).

RGB color model

#55D04C color RGB value is (85,208,76).

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

RGB channels and saturation

R 85 of 255 = 33%
G 208 of 255 = 82%
B 76 of 255 = 30%

85
208
76

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

Portions of RGB colors in percentages

R + G + B =
85 + 208 + 76 = 369 (100%)
R 85 of 369 ~ 23.04%
G 208 of 369 ~ 56.37%
B 76 of 369 ~ 20.6%

%23.04
%56.37
%20.6

CMYK color model

#55D04C color CMYK value is (59,0,63,18).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 18.43%
CMYK:
(59,0,63,18)
C59M0Y63K18 
(59%,0%,63%,18%)
(0.59/0.00/0.63/0.18)	

CMYK percentages

%59.13
%0
%63.46
%18.43

Codes

Color #55D04C in popluar color models

55D04C
RGB8520876
HSL116°58.41%55.69%
HSB/HSV116°63.46%81.57%
CMYK59.13%0.00%63.46%
18.43%

Color #55D04C in popluar number systems.

HEX55D04C
Decimal8520876
Binary1010101110100001001100
Octal125320114

Shades and tints

Shades of #55D04C

#55D04C
(85,208,76)
#4EBE46
(78,190,70)
#47AC40
(71,172,64)
#409A3A
(64,154,58)
#398834
(57,136,52)
#32762E
(50,118,46)
#2B6428
(43,100,40)
#245222
(36,82,34)
#1D401C
(29,64,28)
#162E16
(22,46,22)
#0F1C10
(15,28,16)
#000000
(0,0,0)

Tints of #55D04C

#55D04C
(85,208,76)
#64D45C
(100,212,92)
#73D86C
(115,216,108)
#82DC7C
(130,220,124)
#91E08C
(145,224,140)
#A0E49C
(160,228,156)
#AFE8AC
(175,232,172)
#BEECBC
(190,236,188)
#CDF0CC
(205,240,204)
#DCF4DC
(220,244,220)
#EBF8EC
(235,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D04C; }

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

This text font color is #55D04C.


Background Color

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

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

This div background color is #55D04C.


Border color

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

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

This div border color is #55D04C.


Opacity

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

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

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

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

This text has shadow with #55D04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D04C on black background.


Color preview on white background

This text has color #55D04C on white background.



Black color preview on #55D04C background

This text has black color on #55D04C background.


White color preview on #55D04C background

This text has white color on #55D04C background.