COLOR #55BD7D

HEX: #55BD7D
RGB: (85,189,125)

Renk bilgisi

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

RGB renk modeli

#55BD7D color RGB value is (85,189,125).

  • kırmız ton 85;
  • yeşil ton 189;
  • mavi ton 125.
RGB:
(85,189,125)
(33%,74%,49%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 189 of 255 = 74%
B 125 of 255 = 49%

85
189
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 189 + 125 = 399 (100%)
R 85 of 399 ~ 21.3%
G 189 of 399 ~ 47.37%
B 125 of 399 ~ 31.33%

%21.3
%47.37
%31.33

CMYK RENK MODELİ

#55BD7D rengi CMYK tonu (55,0,34,26).

  • camgöbeği tonu 55.03%
  • eflatun tonu 0.00%
  • sarı tonu 33.86%
  • ana renk tonu 25.88%
CMYK:
(55,0,34,26)
C55M0Y34K26 
(55%,0%,34%,26%)
(0.55/0.00/0.34/0.26)	

CMYK yüzdeleri

%55.03
%0
%33.86
%25.88

Codes

Color #55BD7D in popluar color models

55BD7D
RGB85189125
HSL143°44.07%53.73%
HSB/HSV143°55.03%74.12%
CMYK55.03%0.00%33.86%
25.88%

Color #55BD7D in popluar number systems.

HEX55BD7D
Decimal85189125
Binary1010101101111011111101
Octal125275175

Shades and tints

Shades of #55BD7D

#55BD7D
(85,189,125)
#4EAC72
(78,172,114)
#479B67
(71,155,103)
#408A5C
(64,138,92)
#397951
(57,121,81)
#326846
(50,104,70)
#2B573B
(43,87,59)
#244630
(36,70,48)
#1D3525
(29,53,37)
#16241A
(22,36,26)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #55BD7D

#55BD7D
(85,189,125)
#64C388
(100,195,136)
#73C993
(115,201,147)
#82CF9E
(130,207,158)
#91D5A9
(145,213,169)
#A0DBB4
(160,219,180)
#AFE1BF
(175,225,191)
#BEE7CA
(190,231,202)
#CDEDD5
(205,237,213)
#DCF3E0
(220,243,224)
#EBF9EB
(235,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55BD7D; }

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

This text font color is #55BD7D.


Background Color

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

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

This div background color is #55BD7D.


Border color

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

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

This div border color is #55BD7D.


Opacity

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

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

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

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

This text has shadow with #55BD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BD7D on black background.


Color preview on white background

This text has color #55BD7D on white background.



Black color preview on #55BD7D background

This text has black color on #55BD7D background.


White color preview on #55BD7D background

This text has white color on #55BD7D background.