COLOR #52D631

HEX: #52D631
RGB: (82,214,49)

Color info

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

RGB color model

#52D631 color RGB value is (82,214,49).

  • red value is 82;
  • green value is 214;
  • blue value is 49.
RGB:
(82,214,49)
(32%,84%,19%)

RGB channels and saturation

R 82 of 255 = 32%
G 214 of 255 = 84%
B 49 of 255 = 19%

82
214
49

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

Portions of RGB colors in percentages

R + G + B =
82 + 214 + 49 = 345 (100%)
R 82 of 345 ~ 23.77%
G 214 of 345 ~ 62.03%
B 49 of 345 ~ 14.2%

%23.77
%62.03
%14.2

CMYK color model

#52D631 color CMYK value is (62,0,77,16).

  • cyan value is 61.68%
  • magenta value is 0.00%
  • yellow value is 77.10%
  • key color value is 16.08%
CMYK:
(62,0,77,16)
C62M0Y77K16 
(62%,0%,77%,16%)
(0.62/0.00/0.77/0.16)	

CMYK percentages

%61.68
%0
%77.1
%16.08

Codes

Color #52D631 in popluar color models

52D631
RGB8221449
HSL108°66.80%51.57%
HSB/HSV108°77.10%83.92%
CMYK61.68%0.00%77.10%
16.08%

Color #52D631 in popluar number systems.

HEX52D631
Decimal8221449
Binary101001011010110110001
Octal12232661

Shades and tints

Shades of #52D631

#52D631
(82,214,49)
#4BC32D
(75,195,45)
#44B029
(68,176,41)
#3D9D25
(61,157,37)
#368A21
(54,138,33)
#2F771D
(47,119,29)
#286419
(40,100,25)
#215115
(33,81,21)
#1A3E11
(26,62,17)
#132B0D
(19,43,13)
#0C1809
(12,24,9)
#000000
(0,0,0)

Tints of #52D631

#52D631
(82,214,49)
#61D943
(97,217,67)
#70DC55
(112,220,85)
#7FDF67
(127,223,103)
#8EE279
(142,226,121)
#9DE58B
(157,229,139)
#ACE89D
(172,232,157)
#BBEBAF
(187,235,175)
#CAEEC1
(202,238,193)
#D9F1D3
(217,241,211)
#E8F4E5
(232,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52D631 color. Also use rgb(82,214,49) instead hex code.

Text Font Color

.myTextColor { color: #52D631; }

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

This text font color is #52D631.


Background Color

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

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

This div background color is #52D631.


Border color

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

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

This div border color is #52D631.


Opacity

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

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

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

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

This text has shadow with #52D631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52D631 on black background.


Color preview on white background

This text has color #52D631 on white background.



Black color preview on #52D631 background

This text has black color on #52D631 background.


White color preview on #52D631 background

This text has white color on #52D631 background.