COLOR #55DB55

HEX: #55DB55
RGB: (85,219,85)

Renk bilgisi

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

RGB renk modeli

#55DB55 color RGB value is (85,219,85).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 219 of 255 = 86%
B 85 of 255 = 33%

85
219
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 219 + 85 = 389 (100%)
R 85 of 389 ~ 21.85%
G 219 of 389 ~ 56.3%
B 85 of 389 ~ 21.85%

%21.85
%56.3
%21.85

CMYK RENK MODELİ

#55DB55 rengi CMYK tonu (61,0,61,14).

  • camgöbeği tonu 61.19%
  • eflatun tonu 0.00%
  • sarı tonu 61.19%
  • ana renk tonu 14.12%
CMYK:
(61,0,61,14)
C61M0Y61K14 
(61%,0%,61%,14%)
(0.61/0.00/0.61/0.14)	

CMYK yüzdeleri

%61.19
%0
%61.19
%14.12

Codes

Color #55DB55 in popluar color models

55DB55
RGB8521985
HSL120°65.05%59.61%
HSB/HSV120°61.19%85.88%
CMYK61.19%0.00%61.19%
14.12%

Color #55DB55 in popluar number systems.

HEX55DB55
Decimal8521985
Binary1010101110110111010101
Octal125333125

Shades and tints

Shades of #55DB55

#55DB55
(85,219,85)
#4EC84E
(78,200,78)
#47B547
(71,181,71)
#40A240
(64,162,64)
#398F39
(57,143,57)
#327C32
(50,124,50)
#2B692B
(43,105,43)
#245624
(36,86,36)
#1D431D
(29,67,29)
#163016
(22,48,22)
#0F1D0F
(15,29,15)
#000000
(0,0,0)

Tints of #55DB55

#55DB55
(85,219,85)
#64DE64
(100,222,100)
#73E173
(115,225,115)
#82E482
(130,228,130)
#91E791
(145,231,145)
#A0EAA0
(160,234,160)
#AFEDAF
(175,237,175)
#BEF0BE
(190,240,190)
#CDF3CD
(205,243,205)
#DCF6DC
(220,246,220)
#EBF9EB
(235,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55DB55; }

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

This text font color is #55DB55.


Background Color

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

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

This div background color is #55DB55.


Border color

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

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

This div border color is #55DB55.


Opacity

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

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

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

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

This text has shadow with #55DB55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DB55 on black background.


Color preview on white background

This text has color #55DB55 on white background.



Black color preview on #55DB55 background

This text has black color on #55DB55 background.


White color preview on #55DB55 background

This text has white color on #55DB55 background.