COLOR #52C840

HEX: #52C840 RGB: (82,200,64)

Color info

#52C840 contains mainly green color. Web safe color of #52C840 is #66CC33 (or #6C3).

RGB color model

#52C840 color RGB value is (82,200,64).

RGB: (82,200,64) (32%, 78%, 25%)

RGB channels and saturation

R 82 of 255 = 32%
G 200 of 255 = 78%
B 64 of 255 = 25%

82
200
64

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

Portions of RGB colors in percentages

R + G + B = 82 + 200 + 64 = 346 (100%)
R 82 of 346 ~ 23.7%
G 200 of 346 ~ 57.8%
B 64 of 346 ~ 18.5'%

%23.7
%57.8
%18.5

CMYK color model

#52C840 color CMYK value is (59,0,68,22).

  • cyan value is 59.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 21.57%
CMYK: (59,0,68,22) C59M0Y68K22 (59%,0%,68%,22%) (0.59/0.00/0.68/0.22) 

CMYK percentages

%59
%0
%68
%21.57

Codes

Color #52C840 in popluar color models

52 C8 40
RGB 82 200 64
HSL 112° 55.28% 51.76%
HSB/HSV 112° 68.00% 78.43%
CMYK 59.00% 0.00% 68.00%
21.57%

Color #52C840 in popluar number systems.

HEX 52 C8 40
Decimal 82 200 64
Binary 1010010 11001000 1000000
Octal 122 310 100

Shades and tints

Shades of #52C840

#52C840
(82,200,64)
#4BB63B
(75,182,59)
#44A436
(68,164,54)
#3D9231
(61,146,49)
#36802C
(54,128,44)
#2F6E27
(47,110,39)
#285C22
(40,92,34)
#214A1D
(33,74,29)
#1A3818
(26,56,24)
#132613
(19,38,19)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #52C840

#52C840
(82,200,64)
#61CD51
(97,205,81)
#70D262
(112,210,98)
#7FD773
(127,215,115)
#8EDC84
(142,220,132)
#9DE195
(157,225,149)
#ACE6A6
(172,230,166)
#BBEBB7
(187,235,183)
#CAF0C8
(202,240,200)
#D9F5D9
(217,245,217)
#E8FAEA
(232,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C840 color. Also use rgb(82,200,64) instead hex code.

Text Font Color

.myTextColor { color: #52C840; }

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

This text font color is #52C840.

Background Color

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

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

This div background color is #52C840.

Border color

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

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

This div border color is #52C840.

Opacity

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

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

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

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

This text has shadow with #52C840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52C840.

Preview

Color preview on black background

This text has color #52C840 on black background.


Color preview on white background

This text has color #52C840 on white background.


Black color preview on #52C840 background

This text has black color on #52C840 background.


White color preview on #52C840 background

This text has white color on #52C840 background.


Related colors

Complementary color

Complementary color for #hex is #AD37BF.


I love getcolorcode.com

Triadic colors

1 #4052C8 and #C84052 with #52C840 are triadic colors.

2 #40C852 and #C85240 with #52C840 are triadic colors.