COLOR #55FA1F

HEX: #55FA1F
RGB: (85,250,31)

Color info

#55FA1F contains mainly green color. Web safe color of #55FA1F is #66FF33 (or #6F3).

RGB color model

#55FA1F color RGB value is (85,250,31).

  • red value is 85;
  • green value is 250;
  • blue value is 31.
RGB:
(85,250,31)
(33%,98%,12%)

RGB channels and saturation

R 85 of 255 = 33%
G 250 of 255 = 98%
B 31 of 255 = 12%

85
250
31

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

Portions of RGB colors in percentages

R + G + B =
85 + 250 + 31 = 366 (100%)
R 85 of 366 ~ 23.22%
G 250 of 366 ~ 68.31%
B 31 of 366 ~ 8.47%

%23.22
%68.31

CMYK color model

#55FA1F color CMYK value is (66,0,88,2).

  • cyan value is 66.00%
  • magenta value is 0.00%
  • yellow value is 87.60%
  • key color value is 1.96%
CMYK:
(66,0,88,2)
C66M0Y88K2 
(66%,0%,88%,2%)
(0.66/0.00/0.88/0.02)	

CMYK percentages

%66
%0
%87.6
%1.96

Codes

Color #55FA1F in popluar color models

55FA1F
RGB8525031
HSL105°95.63%55.10%
HSB/HSV105°87.60%98.04%
CMYK66.00%0.00%87.60%
1.96%

Color #55FA1F in popluar number systems.

HEX55FA1F
Decimal8525031
Binary10101011111101011111
Octal12537237

Shades and tints

Shades of #55FA1F

#55FA1F
(85,250,31)
#4EE41D
(78,228,29)
#47CE1B
(71,206,27)
#40B819
(64,184,25)
#39A217
(57,162,23)
#328C15
(50,140,21)
#2B7613
(43,118,19)
#246011
(36,96,17)
#1D4A0F
(29,74,15)
#16340D
(22,52,13)
#0F1E0B
(15,30,11)
#000000
(0,0,0)

Tints of #55FA1F

#55FA1F
(85,250,31)
#64FA33
(100,250,51)
#73FA47
(115,250,71)
#82FA5B
(130,250,91)
#91FA6F
(145,250,111)
#A0FA83
(160,250,131)
#AFFA97
(175,250,151)
#BEFAAB
(190,250,171)
#CDFABF
(205,250,191)
#DCFAD3
(220,250,211)
#EBFAE7
(235,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55FA1F color. Also use rgb(85,250,31) instead hex code.

Text Font Color

.myTextColor { color: #55FA1F; }

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

This text font color is #55FA1F.


Background Color

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

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

This div background color is #55FA1F.


Border color

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

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

This div border color is #55FA1F.


Opacity

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

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

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

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

This text has shadow with #55FA1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55FA1F on black background.


Color preview on white background

This text has color #55FA1F on white background.



Black color preview on #55FA1F background

This text has black color on #55FA1F background.


White color preview on #55FA1F background

This text has white color on #55FA1F background.