COLOR #55F148

HEX: #55F148
RGB: (85,241,72)

Color info

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

RGB color model

#55F148 color RGB value is (85,241,72).

  • red value is 85;
  • green value is 241;
  • blue value is 72.
RGB:
(85,241,72)
(33%,95%,28%)

RGB channels and saturation

R 85 of 255 = 33%
G 241 of 255 = 95%
B 72 of 255 = 28%

85
241
72

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

Portions of RGB colors in percentages

R + G + B =
85 + 241 + 72 = 398 (100%)
R 85 of 398 ~ 21.36%
G 241 of 398 ~ 60.55%
B 72 of 398 ~ 18.09%

%21.36
%60.55
%18.09

CMYK color model

#55F148 color CMYK value is (65,0,70,5).

  • cyan value is 64.73%
  • magenta value is 0.00%
  • yellow value is 70.12%
  • key color value is 5.49%
CMYK:
(65,0,70,5)
C65M0Y70K5 
(65%,0%,70%,5%)
(0.65/0.00/0.70/0.05)	

CMYK percentages

%64.73
%0
%70.12
%5.49

Codes

Color #55F148 in popluar color models

55F148
RGB8524172
HSL115°85.79%61.37%
HSB/HSV115°70.12%94.51%
CMYK64.73%0.00%70.12%
5.49%

Color #55F148 in popluar number systems.

HEX55F148
Decimal8524172
Binary1010101111100011001000
Octal125361110

Shades and tints

Shades of #55F148

#55F148
(85,241,72)
#4EDC42
(78,220,66)
#47C73C
(71,199,60)
#40B236
(64,178,54)
#399D30
(57,157,48)
#32882A
(50,136,42)
#2B7324
(43,115,36)
#245E1E
(36,94,30)
#1D4918
(29,73,24)
#163412
(22,52,18)
#0F1F0C
(15,31,12)
#000000
(0,0,0)

Tints of #55F148

#55F148
(85,241,72)
#64F258
(100,242,88)
#73F368
(115,243,104)
#82F478
(130,244,120)
#91F588
(145,245,136)
#A0F698
(160,246,152)
#AFF7A8
(175,247,168)
#BEF8B8
(190,248,184)
#CDF9C8
(205,249,200)
#DCFAD8
(220,250,216)
#EBFBE8
(235,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55F148 color. Also use rgb(85,241,72) instead hex code.

Text Font Color

.myTextColor { color: #55F148; }

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

This text font color is #55F148.


Background Color

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

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

This div background color is #55F148.


Border color

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

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

This div border color is #55F148.


Opacity

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

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

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

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

This text has shadow with #55F148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55F148 on black background.


Color preview on white background

This text has color #55F148 on white background.



Black color preview on #55F148 background

This text has black color on #55F148 background.


White color preview on #55F148 background

This text has white color on #55F148 background.