COLOR #55F126

HEX: #55F126
RGB: (85,241,38)

Color info

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

RGB color model

#55F126 color RGB value is (85,241,38).

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

RGB channels and saturation

R 85 of 255 = 33%
G 241 of 255 = 95%
B 38 of 255 = 15%

85
241
38

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

Portions of RGB colors in percentages

R + G + B =
85 + 241 + 38 = 364 (100%)
R 85 of 364 ~ 23.35%
G 241 of 364 ~ 66.21%
B 38 of 364 ~ 10.44%

%23.35
%66.21
%10.44

CMYK color model

#55F126 color CMYK value is (65,0,84,5).

  • cyan value is 64.73%
  • magenta value is 0.00%
  • yellow value is 84.23%
  • key color value is 5.49%
CMYK:
(65,0,84,5)
C65M0Y84K5 
(65%,0%,84%,5%)
(0.65/0.00/0.84/0.05)	

CMYK percentages

%64.73
%0
%84.23
%5.49

Codes

Color #55F126 in popluar color models

55F126
RGB8524138
HSL106°87.88%54.71%
HSB/HSV106°84.23%94.51%
CMYK64.73%0.00%84.23%
5.49%

Color #55F126 in popluar number systems.

HEX55F126
Decimal8524138
Binary101010111110001100110
Octal12536146

Shades and tints

Shades of #55F126

#55F126
(85,241,38)
#4EDC23
(78,220,35)
#47C720
(71,199,32)
#40B21D
(64,178,29)
#399D1A
(57,157,26)
#328817
(50,136,23)
#2B7314
(43,115,20)
#245E11
(36,94,17)
#1D490E
(29,73,14)
#16340B
(22,52,11)
#0F1F08
(15,31,8)
#000000
(0,0,0)

Tints of #55F126

#55F126
(85,241,38)
#64F239
(100,242,57)
#73F34C
(115,243,76)
#82F45F
(130,244,95)
#91F572
(145,245,114)
#A0F685
(160,246,133)
#AFF798
(175,247,152)
#BEF8AB
(190,248,171)
#CDF9BE
(205,249,190)
#DCFAD1
(220,250,209)
#EBFBE4
(235,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55F126; }

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

This text font color is #55F126.


Background Color

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

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

This div background color is #55F126.


Border color

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

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

This div border color is #55F126.


Opacity

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

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

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

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

This text has shadow with #55F126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55F126 on black background.


Color preview on white background

This text has color #55F126 on white background.



Black color preview on #55F126 background

This text has black color on #55F126 background.


White color preview on #55F126 background

This text has white color on #55F126 background.