COLOR #55DD52

HEX: #55DD52
RGB: (85,221,82)

Color info

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

RGB color model

#55DD52 color RGB value is (85,221,82).

  • red value is 85;
  • green value is 221;
  • blue value is 82.
RGB:
(85,221,82)
(33%,87%,32%)

RGB channels and saturation

R 85 of 255 = 33%
G 221 of 255 = 87%
B 82 of 255 = 32%

85
221
82

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

Portions of RGB colors in percentages

R + G + B =
85 + 221 + 82 = 388 (100%)
R 85 of 388 ~ 21.91%
G 221 of 388 ~ 56.96%
B 82 of 388 ~ 21.13%

%21.91
%56.96
%21.13

CMYK color model

#55DD52 color CMYK value is (62,0,63,13).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 62.90%
  • key color value is 13.33%
CMYK:
(62,0,63,13)
C62M0Y63K13 
(62%,0%,63%,13%)
(0.62/0.00/0.63/0.13)	

CMYK percentages

%61.54
%0
%62.9
%13.33

Codes

Color #55DD52 in popluar color models

55DD52
RGB8522182
HSL119°67.15%59.41%
HSB/HSV119°62.90%86.67%
CMYK61.54%0.00%62.90%
13.33%

Color #55DD52 in popluar number systems.

HEX55DD52
Decimal8522182
Binary1010101110111011010010
Octal125335122

Shades and tints

Shades of #55DD52

#55DD52
(85,221,82)
#4EC94B
(78,201,75)
#47B544
(71,181,68)
#40A13D
(64,161,61)
#398D36
(57,141,54)
#32792F
(50,121,47)
#2B6528
(43,101,40)
#245121
(36,81,33)
#1D3D1A
(29,61,26)
#162913
(22,41,19)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #55DD52

#55DD52
(85,221,82)
#64E061
(100,224,97)
#73E370
(115,227,112)
#82E67F
(130,230,127)
#91E98E
(145,233,142)
#A0EC9D
(160,236,157)
#AFEFAC
(175,239,172)
#BEF2BB
(190,242,187)
#CDF5CA
(205,245,202)
#DCF8D9
(220,248,217)
#EBFBE8
(235,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55DD52 color. Also use rgb(85,221,82) instead hex code.

Text Font Color

.myTextColor { color: #55DD52; }

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

This text font color is #55DD52.


Background Color

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

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

This div background color is #55DD52.


Border color

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

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

This div border color is #55DD52.


Opacity

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

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

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

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

This text has shadow with #55DD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DD52 on black background.


Color preview on white background

This text has color #55DD52 on white background.



Black color preview on #55DD52 background

This text has black color on #55DD52 background.


White color preview on #55DD52 background

This text has white color on #55DD52 background.