COLOR #52DA61

HEX: #52DA61
RGB: (82,218,97)

Color info

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

RGB color model

#52DA61 color RGB value is (82,218,97).

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

RGB channels and saturation

R 82 of 255 = 32%
G 218 of 255 = 85%
B 97 of 255 = 38%

82
218
97

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

Portions of RGB colors in percentages

R + G + B =
82 + 218 + 97 = 397 (100%)
R 82 of 397 ~ 20.65%
G 218 of 397 ~ 54.91%
B 97 of 397 ~ 24.43%

%20.65
%54.91
%24.43

CMYK color model

#52DA61 color CMYK value is (62,0,56,15).

  • cyan value is 62.39%
  • magenta value is 0.00%
  • yellow value is 55.50%
  • key color value is 14.51%
CMYK:
(62,0,56,15)
C62M0Y56K15 
(62%,0%,56%,15%)
(0.62/0.00/0.56/0.15)	

CMYK percentages

%62.39
%0
%55.5
%14.51

Codes

Color #52DA61 in popluar color models

52DA61
RGB8221897
HSL127°64.76%58.82%
HSB/HSV127°62.39%85.49%
CMYK62.39%0.00%55.50%
14.51%

Color #52DA61 in popluar number systems.

HEX52DA61
Decimal8221897
Binary1010010110110101100001
Octal122332141

Shades and tints

Shades of #52DA61

#52DA61
(82,218,97)
#4BC759
(75,199,89)
#44B451
(68,180,81)
#3DA149
(61,161,73)
#368E41
(54,142,65)
#2F7B39
(47,123,57)
#286831
(40,104,49)
#215529
(33,85,41)
#1A4221
(26,66,33)
#132F19
(19,47,25)
#0C1C11
(12,28,17)
#000000
(0,0,0)

Tints of #52DA61

#52DA61
(82,218,97)
#61DD6F
(97,221,111)
#70E07D
(112,224,125)
#7FE38B
(127,227,139)
#8EE699
(142,230,153)
#9DE9A7
(157,233,167)
#ACECB5
(172,236,181)
#BBEFC3
(187,239,195)
#CAF2D1
(202,242,209)
#D9F5DF
(217,245,223)
#E8F8ED
(232,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52DA61; }

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

This text font color is #52DA61.


Background Color

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

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

This div background color is #52DA61.


Border color

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

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

This div border color is #52DA61.


Opacity

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

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

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

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

This text has shadow with #52DA61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52DA61 on black background.


Color preview on white background

This text has color #52DA61 on white background.



Black color preview on #52DA61 background

This text has black color on #52DA61 background.


White color preview on #52DA61 background

This text has white color on #52DA61 background.