COLOR #52C279

HEX: #52C279
RGB: (82,194,121)

Color info

#52C279 contains mainly green color. Web safe color of #52C279 is #66CC66 (or #6C6).

RGB color model

#52C279 color RGB value is (82,194,121).

  • red value is 82;
  • green value is 194;
  • blue value is 121.
RGB:
(82,194,121)
(32%,76%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 194 of 255 = 76%
B 121 of 255 = 47%

82
194
121

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

Portions of RGB colors in percentages

R + G + B =
82 + 194 + 121 = 397 (100%)
R 82 of 397 ~ 20.65%
G 194 of 397 ~ 48.87%
B 121 of 397 ~ 30.48%

%20.65
%48.87
%30.48

CMYK color model

#52C279 color CMYK value is (58,0,38,24).

  • cyan value is 57.73%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 23.92%
CMYK:
(58,0,38,24)
C58M0Y38K24 
(58%,0%,38%,24%)
(0.58/0.00/0.38/0.24)	

CMYK percentages

%57.73
%0
%37.63
%23.92

Codes

Color #52C279 in popluar color models

52C279
RGB82194121
HSL141°47.86%54.12%
HSB/HSV141°57.73%76.08%
CMYK57.73%0.00%37.63%
23.92%

Color #52C279 in popluar number systems.

HEX52C279
Decimal82194121
Binary1010010110000101111001
Octal122302171

Shades and tints

Shades of #52C279

#52C279
(82,194,121)
#4BB16E
(75,177,110)
#44A063
(68,160,99)
#3D8F58
(61,143,88)
#367E4D
(54,126,77)
#2F6D42
(47,109,66)
#285C37
(40,92,55)
#214B2C
(33,75,44)
#1A3A21
(26,58,33)
#132916
(19,41,22)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #52C279

#52C279
(82,194,121)
#61C785
(97,199,133)
#70CC91
(112,204,145)
#7FD19D
(127,209,157)
#8ED6A9
(142,214,169)
#9DDBB5
(157,219,181)
#ACE0C1
(172,224,193)
#BBE5CD
(187,229,205)
#CAEAD9
(202,234,217)
#D9EFE5
(217,239,229)
#E8F4F1
(232,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C279 color. Also use rgb(82,194,121) instead hex code.

Text Font Color

.myTextColor { color: #52C279; }

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

This text font color is #52C279.


Background Color

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

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

This div background color is #52C279.


Border color

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

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

This div border color is #52C279.


Opacity

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

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

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

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

This text has shadow with #52C279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C279 on black background.


Color preview on white background

This text has color #52C279 on white background.



Black color preview on #52C279 background

This text has black color on #52C279 background.


White color preview on #52C279 background

This text has white color on #52C279 background.