COLOR #52D65C

HEX: #52D65C
RGB: (82,214,92)

Color info

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

RGB color model

#52D65C color RGB value is (82,214,92).

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

RGB channels and saturation

R 82 of 255 = 32%
G 214 of 255 = 84%
B 92 of 255 = 36%

82
214
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 214 + 92 = 388 (100%)
R 82 of 388 ~ 21.13%
G 214 of 388 ~ 55.15%
B 92 of 388 ~ 23.71%

%21.13
%55.15
%23.71

CMYK color model

#52D65C color CMYK value is (62,0,57,16).

  • cyan value is 61.68%
  • magenta value is 0.00%
  • yellow value is 57.01%
  • key color value is 16.08%
CMYK:
(62,0,57,16)
C62M0Y57K16 
(62%,0%,57%,16%)
(0.62/0.00/0.57/0.16)	

CMYK percentages

%61.68
%0
%57.01
%16.08

Codes

Color #52D65C in popluar color models

52D65C
RGB8221492
HSL125°61.68%58.04%
HSB/HSV125°61.68%83.92%
CMYK61.68%0.00%57.01%
16.08%

Color #52D65C in popluar number systems.

HEX52D65C
Decimal8221492
Binary1010010110101101011100
Octal122326134

Shades and tints

Shades of #52D65C

#52D65C
(82,214,92)
#4BC354
(75,195,84)
#44B04C
(68,176,76)
#3D9D44
(61,157,68)
#368A3C
(54,138,60)
#2F7734
(47,119,52)
#28642C
(40,100,44)
#215124
(33,81,36)
#1A3E1C
(26,62,28)
#132B14
(19,43,20)
#0C180C
(12,24,12)
#000000
(0,0,0)

Tints of #52D65C

#52D65C
(82,214,92)
#61D96A
(97,217,106)
#70DC78
(112,220,120)
#7FDF86
(127,223,134)
#8EE294
(142,226,148)
#9DE5A2
(157,229,162)
#ACE8B0
(172,232,176)
#BBEBBE
(187,235,190)
#CAEECC
(202,238,204)
#D9F1DA
(217,241,218)
#E8F4E8
(232,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52D65C; }

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

This text font color is #52D65C.


Background Color

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

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

This div background color is #52D65C.


Border color

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

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

This div border color is #52D65C.


Opacity

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

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

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

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

This text has shadow with #52D65C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52D65C on black background.


Color preview on white background

This text has color #52D65C on white background.



Black color preview on #52D65C background

This text has black color on #52D65C background.


White color preview on #52D65C background

This text has white color on #52D65C background.