COLOR #55BE01

HEX: #55BE01
RGB: (85,190,1)

Color info

#55BE01 contains mainly green color. Web safe color of #55BE01 is #66CC00 (or #6C0).

RGB color model

#55BE01 color RGB value is (85,190,1).

  • red value is 85;
  • green value is 190;
  • blue value is 1.
RGB:
(85,190,1)
(33%,75%,0%)

RGB channels and saturation

R 85 of 255 = 33%
G 190 of 255 = 75%
B 1 of 255 = 0%

85
190
1

R + G + B ~ 36%. #55BE01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 190 + 1 = 276 (100%)
R 85 of 276 ~ 30.8%
G 190 of 276 ~ 68.84%
B 1 of 276 ~ 0.36%

%30.8
%68.84

CMYK color model

#55BE01 color CMYK value is (55,0,99,25).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 99.47%
  • key color value is 25.49%
CMYK:
(55,0,99,25)
C55M0Y99K25 
(55%,0%,99%,25%)
(0.55/0.00/0.99/0.25)	

CMYK percentages

%55.26
%0
%99.47
%25.49

Codes

Color #55BE01 in popluar color models

55BE01
RGB851901
HSL93°98.95%37.45%
HSB/HSV93°99.47%74.51%
CMYK55.26%0.00%99.47%
25.49%

Color #55BE01 in popluar number systems.

HEX55BE01
Decimal851901
Binary1010101101111101
Octal1252761

Shades and tints

Shades of #55BE01

#55BE01
(85,190,1)
#4EAD01
(78,173,1)
#479C01
(71,156,1)
#408B01
(64,139,1)
#397A01
(57,122,1)
#326901
(50,105,1)
#2B5801
(43,88,1)
#244701
(36,71,1)
#1D3601
(29,54,1)
#162501
(22,37,1)
#0F1401
(15,20,1)
#000000
(0,0,0)

Tints of #55BE01

#55BE01
(85,190,1)
#64C318
(100,195,24)
#73C82F
(115,200,47)
#82CD46
(130,205,70)
#91D25D
(145,210,93)
#A0D774
(160,215,116)
#AFDC8B
(175,220,139)
#BEE1A2
(190,225,162)
#CDE6B9
(205,230,185)
#DCEBD0
(220,235,208)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BE01 color. Also use rgb(85,190,1) instead hex code.

Text Font Color

.myTextColor { color: #55BE01; }

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

This text font color is #55BE01.


Background Color

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

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

This div background color is #55BE01.


Border color

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

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

This div border color is #55BE01.


Opacity

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

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

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

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

This text has shadow with #55BE01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BE01 on black background.


Color preview on white background

This text has color #55BE01 on white background.



Black color preview on #55BE01 background

This text has black color on #55BE01 background.


White color preview on #55BE01 background

This text has white color on #55BE01 background.