COLOR #55D155

HEX: #55D155
RGB: (85,209,85)

Renk bilgisi

#55D155 contains mainly green color. #55D155 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#55D155 color RGB value is (85,209,85).

  • kırmız ton 85;
  • yeşil ton 209;
  • mavi ton 85.
RGB:
(85,209,85)
(33%,82%,33%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 209 of 255 = 82%
B 85 of 255 = 33%

85
209
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 209 + 85 = 379 (100%)
R 85 of 379 ~ 22.43%
G 209 of 379 ~ 55.15%
B 85 of 379 ~ 22.43%

%22.43
%55.15
%22.43

CMYK RENK MODELİ

#55D155 rengi CMYK tonu (59,0,59,18).

  • camgöbeği tonu 59.33%
  • eflatun tonu 0.00%
  • sarı tonu 59.33%
  • ana renk tonu 18.04%
CMYK:
(59,0,59,18)
C59M0Y59K18 
(59%,0%,59%,18%)
(0.59/0.00/0.59/0.18)	

CMYK yüzdeleri

%59.33
%0
%59.33
%18.04

Codes

Color #55D155 in popluar color models

55D155
RGB8520985
HSL120°57.41%57.65%
HSB/HSV120°59.33%81.96%
CMYK59.33%0.00%59.33%
18.04%

Color #55D155 in popluar number systems.

HEX55D155
Decimal8520985
Binary1010101110100011010101
Octal125321125

Shades and tints

Shades of #55D155

#55D155
(85,209,85)
#4EBE4E
(78,190,78)
#47AB47
(71,171,71)
#409840
(64,152,64)
#398539
(57,133,57)
#327232
(50,114,50)
#2B5F2B
(43,95,43)
#244C24
(36,76,36)
#1D391D
(29,57,29)
#162616
(22,38,22)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #55D155

#55D155
(85,209,85)
#64D564
(100,213,100)
#73D973
(115,217,115)
#82DD82
(130,221,130)
#91E191
(145,225,145)
#A0E5A0
(160,229,160)
#AFE9AF
(175,233,175)
#BEEDBE
(190,237,190)
#CDF1CD
(205,241,205)
#DCF5DC
(220,245,220)
#EBF9EB
(235,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D155; }

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

This text font color is #55D155.


Background Color

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

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

This div background color is #55D155.


Border color

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

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

This div border color is #55D155.


Opacity

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

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

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

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

This text has shadow with #55D155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D155 on black background.


Color preview on white background

This text has color #55D155 on white background.



Black color preview on #55D155 background

This text has black color on #55D155 background.


White color preview on #55D155 background

This text has white color on #55D155 background.