COLOR #52D47C

HEX: #52D47C
RGB: (82,212,124)

Renk bilgisi

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

RGB renk modeli

#52D47C color RGB value is (82,212,124).

  • kırmız ton 82;
  • yeşil ton 212;
  • mavi ton 124.
RGB:
(82,212,124)
(32%,83%,49%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 212 of 255 = 83%
B 124 of 255 = 49%

82
212
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 212 + 124 = 418 (100%)
R 82 of 418 ~ 19.62%
G 212 of 418 ~ 50.72%
B 124 of 418 ~ 29.67%

%19.62
%50.72
%29.67

CMYK RENK MODELİ

#52D47C rengi CMYK tonu (61,0,42,17).

  • camgöbeği tonu 61.32%
  • eflatun tonu 0.00%
  • sarı tonu 41.51%
  • ana renk tonu 16.86%
CMYK:
(61,0,42,17)
C61M0Y42K17 
(61%,0%,42%,17%)
(0.61/0.00/0.42/0.17)	

CMYK yüzdeleri

%61.32
%0
%41.51
%16.86

Codes

Color #52D47C in popluar color models

52D47C
RGB82212124
HSL139°60.19%57.65%
HSB/HSV139°61.32%83.14%
CMYK61.32%0.00%41.51%
16.86%

Color #52D47C in popluar number systems.

HEX52D47C
Decimal82212124
Binary1010010110101001111100
Octal122324174

Shades and tints

Shades of #52D47C

#52D47C
(82,212,124)
#4BC171
(75,193,113)
#44AE66
(68,174,102)
#3D9B5B
(61,155,91)
#368850
(54,136,80)
#2F7545
(47,117,69)
#28623A
(40,98,58)
#214F2F
(33,79,47)
#1A3C24
(26,60,36)
#132919
(19,41,25)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #52D47C

#52D47C
(82,212,124)
#61D787
(97,215,135)
#70DA92
(112,218,146)
#7FDD9D
(127,221,157)
#8EE0A8
(142,224,168)
#9DE3B3
(157,227,179)
#ACE6BE
(172,230,190)
#BBE9C9
(187,233,201)
#CAECD4
(202,236,212)
#D9EFDF
(217,239,223)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52D47C color. Also use rgb(82,212,124) instead hex code.

Text Font Color

.myTextColor { color: #52D47C; }

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

This text font color is #52D47C.


Background Color

.myBgColor { background-color: #52D47C; }

<div style="background-color:#52D47C">Inner text</div>

This div background color is #52D47C.


Border color

.myBorderColor { border: 1px solid #52D47C; }

<div style="border:3px solid #52D47C">Div</div>

This div border color is #52D47C.


Opacity

.myOpacity80 { color: #52D47C; opacity: 0.8; }

<p style="color:#52D47C;opacity:0.8;">80%</p>

Text with #52D47C 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 #52D47C;}

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

This text has shadow with #52D47C color.

.textShadow {text-shadow: 3px 3px 1px #52D47C, 3px 3px 1px red;}

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

This text has shadow with #52D47C primary color and red secondary color.


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

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

This text has shadow with #52D47C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52D47C on black background.


Color preview on white background

This text has color #52D47C on white background.



Black color preview on #52D47C background

This text has black color on #52D47C background.


White color preview on #52D47C background

This text has white color on #52D47C background.