COLOR #52D487

HEX: #52D487 RGB: (82,212,135)

Color info

#52D487 contains mainly green color. Web safe color of #52D487 is #66CC99 (or #6C9).

RGB color model

#52D487 color RGB value is (82,212,135).

RGB: (82,212,135) (32%, 83%, 53%)

RGB channels and saturation

R 82 of 255 = 32%
G 212 of 255 = 83%
B 135 of 255 = 53%

82
212
135

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

Portions of RGB colors in percentages

R + G + B = 82 + 212 + 135 = 429 (100%)
R 82 of 429 ~ 19.11%
G 212 of 429 ~ 49.42%
B 135 of 429 ~ 31.47'%

%19.11
%49.42
%31.47

CMYK color model

#52D487 color CMYK value is (61,0,36,17).

  • cyan value is 61.32%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 16.86%

CMYK: (61,0,36,17)
C61M0Y36K17 (61%, 0%, 36%, 17%)
(0.61 / 0.00 / 0.36 / 0.17)

CMYK percentages

%61.32
%0
%36.32
%16.86

Codes

Color #52D487 in popluar color models

52 D4 87
RGB 82 212 135
HSL 144° 60.19% 57.65%
HSB/HSV 144° 61.32% 83.14%
CMYK 61.32% 0.00% 36.32%
16.86%

Color #52D487 in popluar number systems.

HEX 52 D4 87
Decimal 82 212 135
Binary 1010010 11010100 10000111
Octal 122 324 207

Shades and tints

Shades of #52D487

#52D487
(82,212,135)
#4BC17B
(75,193,123)
#44AE6F
(68,174,111)
#3D9B63
(61,155,99)
#368857
(54,136,87)
#2F754B
(47,117,75)
#28623F
(40,98,63)
#214F33
(33,79,51)
#1A3C27
(26,60,39)
#13291B
(19,41,27)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #52D487

#52D487
(82,212,135)
#61D791
(97,215,145)
#70DA9B
(112,218,155)
#7FDDA5
(127,221,165)
#8EE0AF
(142,224,175)
#9DE3B9
(157,227,185)
#ACE6C3
(172,230,195)
#BBE9CD
(187,233,205)
#CAECD7
(202,236,215)
#D9EFE1
(217,239,225)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52D487 color. Also use rgb(82,212,135) instead hex code.

Text Font Color

.myTextColor { color: #52D487; }

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

This text font color is #52D487.

Background Color

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

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

This div background color is #52D487.

Border color

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

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

This div border color is #52D487.

Opacity

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

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

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

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

This text has shadow with #52D487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52D487.

Preview

Color preview on black background

This text has color #52D487 on black background.


Color preview on white background

This text has color #52D487 on white background.


Black color preview on #52D487 background

This text has black color on #52D487 background.


White color preview on #52D487 background

This text has white color on #52D487 background.


Related colors

Complementary color

Complementary color for #hex is #AD2B78.


I love getcolorcode.com

Triadic colors

1 #8752D4 and #D48752 with #52D487 are triadic colors.

2 #87D452 and #D45287 with #52D487 are triadic colors.