COLOR #52BC5A

HEX: #52BC5A RGB: (82,188,90)

Color info

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

RGB color model

#52BC5A color RGB value is (82,188,90).

RGB: (82,188,90) (32%, 74%, 35%)

RGB channels and saturation

R 82 of 255 = 32%
G 188 of 255 = 74%
B 90 of 255 = 35%

82
188
90

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

Portions of RGB colors in percentages

R + G + B = 82 + 188 + 90 = 360 (100%)
R 82 of 360 ~ 22.78%
G 188 of 360 ~ 52.22%
B 90 of 360 ~ 25'%

%22.78
%52.22
%25

CMYK color model

#52BC5A color CMYK value is (56,0,52,26).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 52.13%
  • key color value is 26.27%

CMYK: (56,0,52,26)
C56M0Y52K26 (56%, 0%, 52%, 26%)
(0.56 / 0.00 / 0.52 / 0.26)

CMYK percentages

%56.38
%0
%52.13
%26.27

Codes

Color #52BC5A in popluar color models

52 BC 5A
RGB 82 188 90
HSL 125° 44.17% 52.94%
HSB/HSV 125° 56.38% 73.73%
CMYK 56.38% 0.00% 52.13%
26.27%

Color #52BC5A in popluar number systems.

HEX 52 BC 5A
Decimal 82 188 90
Binary 1010010 10111100 1011010
Octal 122 274 132

Shades and tints

Shades of #52BC5A

#52BC5A
(82,188,90)
#4BAB52
(75,171,82)
#449A4A
(68,154,74)
#3D8942
(61,137,66)
#36783A
(54,120,58)
#2F6732
(47,103,50)
#28562A
(40,86,42)
#214522
(33,69,34)
#1A341A
(26,52,26)
#132312
(19,35,18)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #52BC5A

#52BC5A
(82,188,90)
#61C269
(97,194,105)
#70C878
(112,200,120)
#7FCE87
(127,206,135)
#8ED496
(142,212,150)
#9DDAA5
(157,218,165)
#ACE0B4
(172,224,180)
#BBE6C3
(187,230,195)
#CAECD2
(202,236,210)
#D9F2E1
(217,242,225)
#E8F8F0
(232,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52BC5A color. Also use rgb(82,188,90) instead hex code.

Text Font Color

.myTextColor { color: #52BC5A; }

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

This text font color is #52BC5A.

Background Color

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

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

This div background color is #52BC5A.

Border color

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

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

This div border color is #52BC5A.

Opacity

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

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

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

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

This text has shadow with #52BC5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52BC5A.

Preview

Color preview on black background

This text has color #52BC5A on black background.


Color preview on white background

This text has color #52BC5A on white background.


Black color preview on #52BC5A background

This text has black color on #52BC5A background.


White color preview on #52BC5A background

This text has white color on #52BC5A background.


Related colors

Complementary color

Complementary color for #hex is #AD43A5.


I love getcolorcode.com

Triadic colors

1 #5A52BC and #BC5A52 with #52BC5A are triadic colors.

2 #5ABC52 and #BC525A with #52BC5A are triadic colors.