COLOR #52CD52

HEX: #52CD52
RGB: (82,205,82)

Color info

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

RGB color model

#52CD52 color RGB value is (82,205,82).

  • red value is 82;
  • green value is 205;
  • blue value is 82.
RGB:
(82,205,82)
(32%,80%,32%)

RGB channels and saturation

R 82 of 255 = 32%
G 205 of 255 = 80%
B 82 of 255 = 32%

82
205
82

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

Portions of RGB colors in percentages

R + G + B =
82 + 205 + 82 = 369 (100%)
R 82 of 369 ~ 22.22%
G 205 of 369 ~ 55.56%
B 82 of 369 ~ 22.22%

%22.22
%55.56
%22.22

CMYK color model

#52CD52 color CMYK value is (60,0,60,20).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 19.61%
CMYK:
(60,0,60,20)
C60M0Y60K20 
(60%,0%,60%,20%)
(0.60/0.00/0.60/0.20)	

CMYK percentages

%60
%0
%60
%19.61

Codes

Color #52CD52 in popluar color models

52CD52
RGB8220582
HSL120°55.16%56.27%
HSB/HSV120°60.00%80.39%
CMYK60.00%0.00%60.00%
19.61%

Color #52CD52 in popluar number systems.

HEX52CD52
Decimal8220582
Binary1010010110011011010010
Octal122315122

Shades and tints

Shades of #52CD52

#52CD52
(82,205,82)
#4BBB4B
(75,187,75)
#44A944
(68,169,68)
#3D973D
(61,151,61)
#368536
(54,133,54)
#2F732F
(47,115,47)
#286128
(40,97,40)
#214F21
(33,79,33)
#1A3D1A
(26,61,26)
#132B13
(19,43,19)
#0C190C
(12,25,12)
#000000
(0,0,0)

Tints of #52CD52

#52CD52
(82,205,82)
#61D161
(97,209,97)
#70D570
(112,213,112)
#7FD97F
(127,217,127)
#8EDD8E
(142,221,142)
#9DE19D
(157,225,157)
#ACE5AC
(172,229,172)
#BBE9BB
(187,233,187)
#CAEDCA
(202,237,202)
#D9F1D9
(217,241,217)
#E8F5E8
(232,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52CD52; }

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

This text font color is #52CD52.


Background Color

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

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

This div background color is #52CD52.


Border color

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

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

This div border color is #52CD52.


Opacity

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

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

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

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

This text has shadow with #52CD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52CD52 on black background.


Color preview on white background

This text has color #52CD52 on white background.



Black color preview on #52CD52 background

This text has black color on #52CD52 background.


White color preview on #52CD52 background

This text has white color on #52CD52 background.