COLOR #55D32A

HEX: #55D32A
RGB: (85,211,42)

Color info

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

RGB color model

#55D32A color RGB value is (85,211,42).

  • red value is 85;
  • green value is 211;
  • blue value is 42.
RGB:
(85,211,42)
(33%,83%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 211 of 255 = 83%
B 42 of 255 = 16%

85
211
42

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

Portions of RGB colors in percentages

R + G + B =
85 + 211 + 42 = 338 (100%)
R 85 of 338 ~ 25.15%
G 211 of 338 ~ 62.43%
B 42 of 338 ~ 12.43%

%25.15
%62.43
%12.43

CMYK color model

#55D32A color CMYK value is (60,0,80,17).

  • cyan value is 59.72%
  • magenta value is 0.00%
  • yellow value is 80.09%
  • key color value is 17.25%
CMYK:
(60,0,80,17)
C60M0Y80K17 
(60%,0%,80%,17%)
(0.60/0.00/0.80/0.17)	

CMYK percentages

%59.72
%0
%80.09
%17.25

Codes

Color #55D32A in popluar color models

55D32A
RGB8521142
HSL105°66.80%49.61%
HSB/HSV105°80.09%82.75%
CMYK59.72%0.00%80.09%
17.25%

Color #55D32A in popluar number systems.

HEX55D32A
Decimal8521142
Binary101010111010011101010
Octal12532352

Shades and tints

Shades of #55D32A

#55D32A
(85,211,42)
#4EC027
(78,192,39)
#47AD24
(71,173,36)
#409A21
(64,154,33)
#39871E
(57,135,30)
#32741B
(50,116,27)
#2B6118
(43,97,24)
#244E15
(36,78,21)
#1D3B12
(29,59,18)
#16280F
(22,40,15)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #55D32A

#55D32A
(85,211,42)
#64D73D
(100,215,61)
#73DB50
(115,219,80)
#82DF63
(130,223,99)
#91E376
(145,227,118)
#A0E789
(160,231,137)
#AFEB9C
(175,235,156)
#BEEFAF
(190,239,175)
#CDF3C2
(205,243,194)
#DCF7D5
(220,247,213)
#EBFBE8
(235,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D32A color. Also use rgb(85,211,42) instead hex code.

Text Font Color

.myTextColor { color: #55D32A; }

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

This text font color is #55D32A.


Background Color

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

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

This div background color is #55D32A.


Border color

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

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

This div border color is #55D32A.


Opacity

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

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

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

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

This text has shadow with #55D32A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D32A on black background.


Color preview on white background

This text has color #55D32A on white background.



Black color preview on #55D32A background

This text has black color on #55D32A background.


White color preview on #55D32A background

This text has white color on #55D32A background.