COLOR #55B940

HEX: #55B940
RGB: (85,185,64)

Color info

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

RGB color model

#55B940 color RGB value is (85,185,64).

  • red value is 85;
  • green value is 185;
  • blue value is 64.
RGB:
(85,185,64)
(33%,73%,25%)

RGB channels and saturation

R 85 of 255 = 33%
G 185 of 255 = 73%
B 64 of 255 = 25%

85
185
64

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

Portions of RGB colors in percentages

R + G + B =
85 + 185 + 64 = 334 (100%)
R 85 of 334 ~ 25.45%
G 185 of 334 ~ 55.39%
B 64 of 334 ~ 19.16%

%25.45
%55.39
%19.16

CMYK color model

#55B940 color CMYK value is (54,0,65,27).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 65.41%
  • key color value is 27.45%
CMYK:
(54,0,65,27)
C54M0Y65K27 
(54%,0%,65%,27%)
(0.54/0.00/0.65/0.27)	

CMYK percentages

%54.05
%0
%65.41
%27.45

Codes

Color #55B940 in popluar color models

55B940
RGB8518564
HSL110°48.59%48.82%
HSB/HSV110°65.41%72.55%
CMYK54.05%0.00%65.41%
27.45%

Color #55B940 in popluar number systems.

HEX55B940
Decimal8518564
Binary1010101101110011000000
Octal125271100

Shades and tints

Shades of #55B940

#55B940
(85,185,64)
#4EA93B
(78,169,59)
#479936
(71,153,54)
#408931
(64,137,49)
#39792C
(57,121,44)
#326927
(50,105,39)
#2B5922
(43,89,34)
#24491D
(36,73,29)
#1D3918
(29,57,24)
#162913
(22,41,19)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #55B940

#55B940
(85,185,64)
#64BF51
(100,191,81)
#73C562
(115,197,98)
#82CB73
(130,203,115)
#91D184
(145,209,132)
#A0D795
(160,215,149)
#AFDDA6
(175,221,166)
#BEE3B7
(190,227,183)
#CDE9C8
(205,233,200)
#DCEFD9
(220,239,217)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B940 color. Also use rgb(85,185,64) instead hex code.

Text Font Color

.myTextColor { color: #55B940; }

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

This text font color is #55B940.


Background Color

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

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

This div background color is #55B940.


Border color

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

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

This div border color is #55B940.


Opacity

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

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

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

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

This text has shadow with #55B940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B940 on black background.


Color preview on white background

This text has color #55B940 on white background.



Black color preview on #55B940 background

This text has black color on #55B940 background.


White color preview on #55B940 background

This text has white color on #55B940 background.