COLOR #55D888

HEX: #55D888
RGB: (85,216,136)

Renk bilgisi

#55D888 contains mainly green color. #55D888 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#55D888 color RGB value is (85,216,136).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 216 of 255 = 85%
B 136 of 255 = 53%

85
216
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 216 + 136 = 437 (100%)
R 85 of 437 ~ 19.45%
G 216 of 437 ~ 49.43%
B 136 of 437 ~ 31.12%

%19.45
%49.43
%31.12

CMYK RENK MODELİ

#55D888 rengi CMYK tonu (61,0,37,15).

  • camgöbeği tonu 60.65%
  • eflatun tonu 0.00%
  • sarı tonu 37.04%
  • ana renk tonu 15.29%
CMYK:
(61,0,37,15)
C61M0Y37K15 
(61%,0%,37%,15%)
(0.61/0.00/0.37/0.15)	

CMYK yüzdeleri

%60.65
%0
%37.04
%15.29

Codes

Color #55D888 in popluar color models

55D888
RGB85216136
HSL143°62.68%59.02%
HSB/HSV143°60.65%84.71%
CMYK60.65%0.00%37.04%
15.29%

Color #55D888 in popluar number systems.

HEX55D888
Decimal85216136
Binary10101011101100010001000
Octal125330210

Shades and tints

Shades of #55D888

#55D888
(85,216,136)
#4EC57C
(78,197,124)
#47B270
(71,178,112)
#409F64
(64,159,100)
#398C58
(57,140,88)
#32794C
(50,121,76)
#2B6640
(43,102,64)
#245334
(36,83,52)
#1D4028
(29,64,40)
#162D1C
(22,45,28)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #55D888

#55D888
(85,216,136)
#64DB92
(100,219,146)
#73DE9C
(115,222,156)
#82E1A6
(130,225,166)
#91E4B0
(145,228,176)
#A0E7BA
(160,231,186)
#AFEAC4
(175,234,196)
#BEEDCE
(190,237,206)
#CDF0D8
(205,240,216)
#DCF3E2
(220,243,226)
#EBF6EC
(235,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D888; }

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

This text font color is #55D888.


Background Color

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

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

This div background color is #55D888.


Border color

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

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

This div border color is #55D888.


Opacity

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

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

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

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

This text has shadow with #55D888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D888 on black background.


Color preview on white background

This text has color #55D888 on white background.



Black color preview on #55D888 background

This text has black color on #55D888 background.


White color preview on #55D888 background

This text has white color on #55D888 background.