COLOR #55F190

HEX: #55F190
RGB: (85,241,144)

Color info

#55F190 contains mainly green color. Web safe color of #55F190 is #66FF99 (or #6F9).

RGB color model

#55F190 color RGB value is (85,241,144).

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

RGB channels and saturation

R 85 of 255 = 33%
G 241 of 255 = 95%
B 144 of 255 = 56%

85
241
144

R + G + B ~ 61%. #55F190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 241 + 144 = 470 (100%)
R 85 of 470 ~ 18.09%
G 241 of 470 ~ 51.28%
B 144 of 470 ~ 30.64%

%18.09
%51.28
%30.64

CMYK color model

#55F190 color CMYK value is (65,0,40,5).

  • cyan value is 64.73%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 5.49%
CMYK:
(65,0,40,5)
C65M0Y40K5 
(65%,0%,40%,5%)
(0.65/0.00/0.40/0.05)	

CMYK percentages

%64.73
%0
%40.25
%5.49

Codes

Color #55F190 in popluar color models

55F190
RGB85241144
HSL143°84.78%63.92%
HSB/HSV143°64.73%94.51%
CMYK64.73%0.00%40.25%
5.49%

Color #55F190 in popluar number systems.

HEX55F190
Decimal85241144
Binary10101011111000110010000
Octal125361220

Shades and tints

Shades of #55F190

#55F190
(85,241,144)
#4EDC83
(78,220,131)
#47C776
(71,199,118)
#40B269
(64,178,105)
#399D5C
(57,157,92)
#32884F
(50,136,79)
#2B7342
(43,115,66)
#245E35
(36,94,53)
#1D4928
(29,73,40)
#16341B
(22,52,27)
#0F1F0E
(15,31,14)
#000000
(0,0,0)

Tints of #55F190

#55F190
(85,241,144)
#64F29A
(100,242,154)
#73F3A4
(115,243,164)
#82F4AE
(130,244,174)
#91F5B8
(145,245,184)
#A0F6C2
(160,246,194)
#AFF7CC
(175,247,204)
#BEF8D6
(190,248,214)
#CDF9E0
(205,249,224)
#DCFAEA
(220,250,234)
#EBFBF4
(235,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55F190; }

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

This text font color is #55F190.


Background Color

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

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

This div background color is #55F190.


Border color

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

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

This div border color is #55F190.


Opacity

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

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

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

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

This text has shadow with #55F190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55F190 on black background.


Color preview on white background

This text has color #55F190 on white background.



Black color preview on #55F190 background

This text has black color on #55F190 background.


White color preview on #55F190 background

This text has white color on #55F190 background.