COLOR #55D872

HEX: #55D872
RGB: (85,216,114)

Renk bilgisi

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

RGB renk modeli

#55D872 color RGB value is (85,216,114).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 216 of 255 = 85%
B 114 of 255 = 45%

85
216
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 216 + 114 = 415 (100%)
R 85 of 415 ~ 20.48%
G 216 of 415 ~ 52.05%
B 114 of 415 ~ 27.47%

%20.48
%52.05
%27.47

CMYK RENK MODELİ

#55D872 rengi CMYK tonu (61,0,47,15).

  • camgöbeği tonu 60.65%
  • eflatun tonu 0.00%
  • sarı tonu 47.22%
  • ana renk tonu 15.29%
CMYK:
(61,0,47,15)
C61M0Y47K15 
(61%,0%,47%,15%)
(0.61/0.00/0.47/0.15)	

CMYK yüzdeleri

%60.65
%0
%47.22
%15.29

Codes

Color #55D872 in popluar color models

55D872
RGB85216114
HSL133°62.68%59.02%
HSB/HSV133°60.65%84.71%
CMYK60.65%0.00%47.22%
15.29%

Color #55D872 in popluar number systems.

HEX55D872
Decimal85216114
Binary1010101110110001110010
Octal125330162

Shades and tints

Shades of #55D872

#55D872
(85,216,114)
#4EC568
(78,197,104)
#47B25E
(71,178,94)
#409F54
(64,159,84)
#398C4A
(57,140,74)
#327940
(50,121,64)
#2B6636
(43,102,54)
#24532C
(36,83,44)
#1D4022
(29,64,34)
#162D18
(22,45,24)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #55D872

#55D872
(85,216,114)
#64DB7E
(100,219,126)
#73DE8A
(115,222,138)
#82E196
(130,225,150)
#91E4A2
(145,228,162)
#A0E7AE
(160,231,174)
#AFEABA
(175,234,186)
#BEEDC6
(190,237,198)
#CDF0D2
(205,240,210)
#DCF3DE
(220,243,222)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D872; }

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

This text font color is #55D872.


Background Color

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

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

This div background color is #55D872.


Border color

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

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

This div border color is #55D872.


Opacity

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

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

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

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

This text has shadow with #55D872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D872 on black background.


Color preview on white background

This text has color #55D872 on white background.



Black color preview on #55D872 background

This text has black color on #55D872 background.


White color preview on #55D872 background

This text has white color on #55D872 background.