COLOR #52C261

HEX: #52C261
RGB: (82,194,97)

Color info

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

RGB color model

#52C261 color RGB value is (82,194,97).

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

RGB channels and saturation

R 82 of 255 = 32%
G 194 of 255 = 76%
B 97 of 255 = 38%

82
194
97

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

Portions of RGB colors in percentages

R + G + B =
82 + 194 + 97 = 373 (100%)
R 82 of 373 ~ 21.98%
G 194 of 373 ~ 52.01%
B 97 of 373 ~ 26.01%

%21.98
%52.01
%26.01

CMYK color model

#52C261 color CMYK value is (58,0,50,24).

  • cyan value is 57.73%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 23.92%
CMYK:
(58,0,50,24)
C58M0Y50K24 
(58%,0%,50%,24%)
(0.58/0.00/0.50/0.24)	

CMYK percentages

%57.73
%0
%50
%23.92

Codes

Color #52C261 in popluar color models

52C261
RGB8219497
HSL128°47.86%54.12%
HSB/HSV128°57.73%76.08%
CMYK57.73%0.00%50.00%
23.92%

Color #52C261 in popluar number systems.

HEX52C261
Decimal8219497
Binary1010010110000101100001
Octal122302141

Shades and tints

Shades of #52C261

#52C261
(82,194,97)
#4BB159
(75,177,89)
#44A051
(68,160,81)
#3D8F49
(61,143,73)
#367E41
(54,126,65)
#2F6D39
(47,109,57)
#285C31
(40,92,49)
#214B29
(33,75,41)
#1A3A21
(26,58,33)
#132919
(19,41,25)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #52C261

#52C261
(82,194,97)
#61C76F
(97,199,111)
#70CC7D
(112,204,125)
#7FD18B
(127,209,139)
#8ED699
(142,214,153)
#9DDBA7
(157,219,167)
#ACE0B5
(172,224,181)
#BBE5C3
(187,229,195)
#CAEAD1
(202,234,209)
#D9EFDF
(217,239,223)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52C261; }

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

This text font color is #52C261.


Background Color

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

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

This div background color is #52C261.


Border color

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

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

This div border color is #52C261.


Opacity

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

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

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

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

This text has shadow with #52C261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C261 on black background.


Color preview on white background

This text has color #52C261 on white background.



Black color preview on #52C261 background

This text has black color on #52C261 background.


White color preview on #52C261 background

This text has white color on #52C261 background.