COLOR #55BA1D

HEX: #55BA1D RGB: (85,186,29)

Color info

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

RGB color model

#55BA1D color RGB value is (85,186,29).

RGB: (85,186,29) (33%, 73%, 11%)

RGB channels and saturation

R 85 of 255 = 33%
G 186 of 255 = 73%
B 29 of 255 = 11%

85
186
29

R + G + B ~ 39%. #55BA1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 186 + 29 = 300 (100%)
R 85 of 300 ~ 28.33%
G 186 of 300 ~ 62%
B 29 of 300 ~ 9.67'%

%28.33
%62

CMYK color model

#55BA1D color CMYK value is (54,0,84,27).

  • cyan value is 54.30%
  • magenta value is 0.00%
  • yellow value is 84.41%
  • key color value is 27.06%

CMYK: (54,0,84,27)
C54M0Y84K27 (54%, 0%, 84%, 27%)
(0.54 / 0.00 / 0.84 / 0.27)

CMYK percentages

%54.3
%0
%84.41
%27.06

Codes

Color #55BA1D in popluar color models

55 BA 1D
RGB 85 186 29
HSL 99° 73.02% 42.16%
HSB/HSV 99° 84.41% 72.94%
CMYK 54.30% 0.00% 84.41%
27.06%

Color #55BA1D in popluar number systems.

HEX 55 BA 1D
Decimal 85 186 29
Binary 1010101 10111010 11101
Octal 125 272 35

Shades and tints

Shades of #55BA1D

#55BA1D
(85,186,29)
#4EAA1B
(78,170,27)
#479A19
(71,154,25)
#408A17
(64,138,23)
#397A15
(57,122,21)
#326A13
(50,106,19)
#2B5A11
(43,90,17)
#244A0F
(36,74,15)
#1D3A0D
(29,58,13)
#162A0B
(22,42,11)
#0F1A09
(15,26,9)
#000000
(0,0,0)

Tints of #55BA1D

#55BA1D
(85,186,29)
#64C031
(100,192,49)
#73C645
(115,198,69)
#82CC59
(130,204,89)
#91D26D
(145,210,109)
#A0D881
(160,216,129)
#AFDE95
(175,222,149)
#BEE4A9
(190,228,169)
#CDEABD
(205,234,189)
#DCF0D1
(220,240,209)
#EBF6E5
(235,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BA1D color. Also use rgb(85,186,29) instead hex code.

Text Font Color

.myTextColor { color: #55BA1D; }

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

This text font color is #55BA1D.

Background Color

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

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

This div background color is #55BA1D.

Border color

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

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

This div border color is #55BA1D.

Opacity

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

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

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

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

This text has shadow with #55BA1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55BA1D.

Preview

Color preview on black background

This text has color #55BA1D on black background.


Color preview on white background

This text has color #55BA1D on white background.


Black color preview on #55BA1D background

This text has black color on #55BA1D background.


White color preview on #55BA1D background

This text has white color on #55BA1D background.


Related colors

Complementary color

Complementary color for #hex is #AA45E2.


I love getcolorcode.com

Triadic colors

1 #1D55BA and #BA1D55 with #55BA1D are triadic colors.

2 #1DBA55 and #BA551D with #55BA1D are triadic colors.