COLOR #55AD4D

HEX: #55AD4D
RGB: (85,173,77)

Renk bilgisi

#55AD4D contains mainly green color. #55AD4D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#55AD4D color RGB value is (85,173,77).

  • kırmız ton 85;
  • yeşil ton 173;
  • mavi ton 77.
RGB:
(85,173,77)
(33%,68%,30%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 173 of 255 = 68%
B 77 of 255 = 30%

85
173
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 173 + 77 = 335 (100%)
R 85 of 335 ~ 25.37%
G 173 of 335 ~ 51.64%
B 77 of 335 ~ 22.99%

%25.37
%51.64
%22.99

CMYK RENK MODELİ

#55AD4D rengi CMYK tonu (51,0,55,32).

  • camgöbeği tonu 50.87%
  • eflatun tonu 0.00%
  • sarı tonu 55.49%
  • ana renk tonu 32.16%
CMYK:
(51,0,55,32)
C51M0Y55K32 
(51%,0%,55%,32%)
(0.51/0.00/0.55/0.32)	

CMYK yüzdeleri

%50.87
%0
%55.49
%32.16

Codes

Color #55AD4D in popluar color models

55AD4D
RGB8517377
HSL115°38.40%49.02%
HSB/HSV115°55.49%67.84%
CMYK50.87%0.00%55.49%
32.16%

Color #55AD4D in popluar number systems.

HEX55AD4D
Decimal8517377
Binary1010101101011011001101
Octal125255115

Shades and tints

Shades of #55AD4D

#55AD4D
(85,173,77)
#4E9E46
(78,158,70)
#478F3F
(71,143,63)
#408038
(64,128,56)
#397131
(57,113,49)
#32622A
(50,98,42)
#2B5323
(43,83,35)
#24441C
(36,68,28)
#1D3515
(29,53,21)
#16260E
(22,38,14)
#0F1707
(15,23,7)
#000000
(0,0,0)

Tints of #55AD4D

#55AD4D
(85,173,77)
#64B45D
(100,180,93)
#73BB6D
(115,187,109)
#82C27D
(130,194,125)
#91C98D
(145,201,141)
#A0D09D
(160,208,157)
#AFD7AD
(175,215,173)
#BEDEBD
(190,222,189)
#CDE5CD
(205,229,205)
#DCECDD
(220,236,221)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AD4D; }

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

This text font color is #55AD4D.


Background Color

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

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

This div background color is #55AD4D.


Border color

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

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

This div border color is #55AD4D.


Opacity

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

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

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

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

This text has shadow with #55AD4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AD4D on black background.


Color preview on white background

This text has color #55AD4D on white background.



Black color preview on #55AD4D background

This text has black color on #55AD4D background.


White color preview on #55AD4D background

This text has white color on #55AD4D background.