COLOR #55B442

HEX: #55B442 RGB: (85,180,66)

Color info

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

RGB color model

#55B442 color RGB value is (85,180,66).

RGB: (85,180,66) (33%, 71%, 26%)

RGB channels and saturation

R 85 of 255 = 33%
G 180 of 255 = 71%
B 66 of 255 = 26%

85
180
66

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

Portions of RGB colors in percentages

R + G + B = 85 + 180 + 66 = 331 (100%)
R 85 of 331 ~ 25.68%
G 180 of 331 ~ 54.38%
B 66 of 331 ~ 19.94'%

%25.68
%54.38
%19.94

CMYK color model

#55B442 color CMYK value is (53,0,63,29).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 29.41%

CMYK: (53,0,63,29)
C53M0Y63K29 (53%, 0%, 63%, 29%)
(0.53 / 0.00 / 0.63 / 0.29)

CMYK percentages

%52.78
%0
%63.33
%29.41

Codes

Color #55B442 in popluar color models

55 B4 42
RGB 85 180 66
HSL 110° 46.34% 48.24%
HSB/HSV 110° 63.33% 70.59%
CMYK 52.78% 0.00% 63.33%
29.41%

Color #55B442 in popluar number systems.

HEX 55 B4 42
Decimal 85 180 66
Binary 1010101 10110100 1000010
Octal 125 264 102

Shades and tints

Shades of #55B442

#55B442
(85,180,66)
#4EA43C
(78,164,60)
#479436
(71,148,54)
#408430
(64,132,48)
#39742A
(57,116,42)
#326424
(50,100,36)
#2B541E
(43,84,30)
#244418
(36,68,24)
#1D3412
(29,52,18)
#16240C
(22,36,12)
#0F1406
(15,20,6)
#000000
(0,0,0)

Tints of #55B442

#55B442
(85,180,66)
#64BA53
(100,186,83)
#73C064
(115,192,100)
#82C675
(130,198,117)
#91CC86
(145,204,134)
#A0D297
(160,210,151)
#AFD8A8
(175,216,168)
#BEDEB9
(190,222,185)
#CDE4CA
(205,228,202)
#DCEADB
(220,234,219)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B442 color. Also use rgb(85,180,66) instead hex code.

Text Font Color

.myTextColor { color: #55B442; }

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

This text font color is #55B442.

Background Color

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

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

This div background color is #55B442.

Border color

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

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

This div border color is #55B442.

Opacity

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

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

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

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

This text has shadow with #55B442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B442.

Preview

Color preview on black background

This text has color #55B442 on black background.


Color preview on white background

This text has color #55B442 on white background.


Black color preview on #55B442 background

This text has black color on #55B442 background.


White color preview on #55B442 background

This text has white color on #55B442 background.


Related colors

Complementary color

Complementary color for #hex is #AA4BBD.


I love getcolorcode.com

Triadic colors

1 #4255B4 and #B44255 with #55B442 are triadic colors.

2 #42B455 and #B45542 with #55B442 are triadic colors.