COLOR #52ED61

HEX: #52ED61
RGB: (82,237,97)

Color info

#52ED61 contains mainly green color. Web safe color of #52ED61 is #66FF66 (or #6F6).

RGB color model

#52ED61 color RGB value is (82,237,97).

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

RGB channels and saturation

R 82 of 255 = 32%
G 237 of 255 = 93%
B 97 of 255 = 38%

82
237
97

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

Portions of RGB colors in percentages

R + G + B =
82 + 237 + 97 = 416 (100%)
R 82 of 416 ~ 19.71%
G 237 of 416 ~ 56.97%
B 97 of 416 ~ 23.32%

%19.71
%56.97
%23.32

CMYK color model

#52ED61 color CMYK value is (65,0,59,7).

  • cyan value is 65.40%
  • magenta value is 0.00%
  • yellow value is 59.07%
  • key color value is 7.06%
CMYK:
(65,0,59,7)
C65M0Y59K7 
(65%,0%,59%,7%)
(0.65/0.00/0.59/0.07)	

CMYK percentages

%65.4
%0
%59.07
%7.06

Codes

Color #52ED61 in popluar color models

52ED61
RGB8223797
HSL126°81.15%62.55%
HSB/HSV126°65.40%92.94%
CMYK65.40%0.00%59.07%
7.06%

Color #52ED61 in popluar number systems.

HEX52ED61
Decimal8223797
Binary1010010111011011100001
Octal122355141

Shades and tints

Shades of #52ED61

#52ED61
(82,237,97)
#4BD859
(75,216,89)
#44C351
(68,195,81)
#3DAE49
(61,174,73)
#369941
(54,153,65)
#2F8439
(47,132,57)
#286F31
(40,111,49)
#215A29
(33,90,41)
#1A4521
(26,69,33)
#133019
(19,48,25)
#0C1B11
(12,27,17)
#000000
(0,0,0)

Tints of #52ED61

#52ED61
(82,237,97)
#61EE6F
(97,238,111)
#70EF7D
(112,239,125)
#7FF08B
(127,240,139)
#8EF199
(142,241,153)
#9DF2A7
(157,242,167)
#ACF3B5
(172,243,181)
#BBF4C3
(187,244,195)
#CAF5D1
(202,245,209)
#D9F6DF
(217,246,223)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52ED61; }

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

This text font color is #52ED61.


Background Color

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

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

This div background color is #52ED61.


Border color

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

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

This div border color is #52ED61.


Opacity

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

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

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

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

This text has shadow with #52ED61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52ED61 on black background.


Color preview on white background

This text has color #52ED61 on white background.



Black color preview on #52ED61 background

This text has black color on #52ED61 background.


White color preview on #52ED61 background

This text has white color on #52ED61 background.