COLOR #52E7A0

HEX: #52E7A0
RGB: (82,231,160)

Color info

#52E7A0 contains mainly green color. Web safe color of #52E7A0 is #66FF99 (or #6F9).

RGB color model

#52E7A0 color RGB value is (82,231,160).

  • red value is 82;
  • green value is 231;
  • blue value is 160.
RGB:
(82,231,160)
(32%,91%,63%)

RGB channels and saturation

R 82 of 255 = 32%
G 231 of 255 = 91%
B 160 of 255 = 63%

82
231
160

R + G + B ~ 62%. #52E7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 231 + 160 = 473 (100%)
R 82 of 473 ~ 17.34%
G 231 of 473 ~ 48.84%
B 160 of 473 ~ 33.83%

%17.34
%48.84
%33.83

CMYK color model

#52E7A0 color CMYK value is (65,0,31,9).

  • cyan value is 64.50%
  • magenta value is 0.00%
  • yellow value is 30.74%
  • key color value is 9.41%
CMYK:
(65,0,31,9)
C65M0Y31K9 
(65%,0%,31%,9%)
(0.65/0.00/0.31/0.09)	

CMYK percentages

%64.5
%0
%30.74
%9.41

Codes

Color #52E7A0 in popluar color models

52E7A0
RGB82231160
HSL151°75.63%61.37%
HSB/HSV151°64.50%90.59%
CMYK64.50%0.00%30.74%
9.41%

Color #52E7A0 in popluar number systems.

HEX52E7A0
Decimal82231160
Binary10100101110011110100000
Octal122347240

Shades and tints

Shades of #52E7A0

#52E7A0
(82,231,160)
#4BD292
(75,210,146)
#44BD84
(68,189,132)
#3DA876
(61,168,118)
#369368
(54,147,104)
#2F7E5A
(47,126,90)
#28694C
(40,105,76)
#21543E
(33,84,62)
#1A3F30
(26,63,48)
#132A22
(19,42,34)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #52E7A0

#52E7A0
(82,231,160)
#61E9A8
(97,233,168)
#70EBB0
(112,235,176)
#7FEDB8
(127,237,184)
#8EEFC0
(142,239,192)
#9DF1C8
(157,241,200)
#ACF3D0
(172,243,208)
#BBF5D8
(187,245,216)
#CAF7E0
(202,247,224)
#D9F9E8
(217,249,232)
#E8FBF0
(232,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52E7A0 color. Also use rgb(82,231,160) instead hex code.

Text Font Color

.myTextColor { color: #52E7A0; }

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

This text font color is #52E7A0.


Background Color

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

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

This div background color is #52E7A0.


Border color

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

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

This div border color is #52E7A0.


Opacity

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

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

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

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

This text has shadow with #52E7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52E7A0 on black background.


Color preview on white background

This text has color #52E7A0 on white background.



Black color preview on #52E7A0 background

This text has black color on #52E7A0 background.


White color preview on #52E7A0 background

This text has white color on #52E7A0 background.