COLOR #52E571

HEX: #52E571
RGB: (82,229,113)

Color info

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

RGB color model

#52E571 color RGB value is (82,229,113).

  • red value is 82;
  • green value is 229;
  • blue value is 113.
RGB:
(82,229,113)
(32%,90%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 229 of 255 = 90%
B 113 of 255 = 44%

82
229
113

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

Portions of RGB colors in percentages

R + G + B =
82 + 229 + 113 = 424 (100%)
R 82 of 424 ~ 19.34%
G 229 of 424 ~ 54.01%
B 113 of 424 ~ 26.65%

%19.34
%54.01
%26.65

CMYK color model

#52E571 color CMYK value is (64,0,51,10).

  • cyan value is 64.19%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 10.20%
CMYK:
(64,0,51,10)
C64M0Y51K10 
(64%,0%,51%,10%)
(0.64/0.00/0.51/0.10)	

CMYK percentages

%64.19
%0
%50.66
%10.2

Codes

Color #52E571 in popluar color models

52E571
RGB82229113
HSL133°73.87%60.98%
HSB/HSV133°64.19%89.80%
CMYK64.19%0.00%50.66%
10.20%

Color #52E571 in popluar number systems.

HEX52E571
Decimal82229113
Binary1010010111001011110001
Octal122345161

Shades and tints

Shades of #52E571

#52E571
(82,229,113)
#4BD167
(75,209,103)
#44BD5D
(68,189,93)
#3DA953
(61,169,83)
#369549
(54,149,73)
#2F813F
(47,129,63)
#286D35
(40,109,53)
#21592B
(33,89,43)
#1A4521
(26,69,33)
#133117
(19,49,23)
#0C1D0D
(12,29,13)
#000000
(0,0,0)

Tints of #52E571

#52E571
(82,229,113)
#61E77D
(97,231,125)
#70E989
(112,233,137)
#7FEB95
(127,235,149)
#8EEDA1
(142,237,161)
#9DEFAD
(157,239,173)
#ACF1B9
(172,241,185)
#BBF3C5
(187,243,197)
#CAF5D1
(202,245,209)
#D9F7DD
(217,247,221)
#E8F9E9
(232,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52E571 color. Also use rgb(82,229,113) instead hex code.

Text Font Color

.myTextColor { color: #52E571; }

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

This text font color is #52E571.


Background Color

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

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

This div background color is #52E571.


Border color

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

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

This div border color is #52E571.


Opacity

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

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

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

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

This text has shadow with #52E571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52E571 on black background.


Color preview on white background

This text has color #52E571 on white background.



Black color preview on #52E571 background

This text has black color on #52E571 background.


White color preview on #52E571 background

This text has white color on #52E571 background.