COLOR #52D696

HEX: #52D696
RGB: (82,214,150)

Color info

#52D696 contains mainly green color. Web safe color of #52D696 is #66CC99 (or #6C9).

RGB color model

#52D696 color RGB value is (82,214,150).

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

RGB channels and saturation

R 82 of 255 = 32%
G 214 of 255 = 84%
B 150 of 255 = 59%

82
214
150

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

Portions of RGB colors in percentages

R + G + B =
82 + 214 + 150 = 446 (100%)
R 82 of 446 ~ 18.39%
G 214 of 446 ~ 47.98%
B 150 of 446 ~ 33.63%

%18.39
%47.98
%33.63

CMYK color model

#52D696 color CMYK value is (62,0,30,16).

  • cyan value is 61.68%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(62,0,30,16)
C62M0Y30K16 
(62%,0%,30%,16%)
(0.62/0.00/0.30/0.16)	

CMYK percentages

%61.68
%0
%29.91
%16.08

Codes

Color #52D696 in popluar color models

52D696
RGB82214150
HSL151°61.68%58.04%
HSB/HSV151°61.68%83.92%
CMYK61.68%0.00%29.91%
16.08%

Color #52D696 in popluar number systems.

HEX52D696
Decimal82214150
Binary10100101101011010010110
Octal122326226

Shades and tints

Shades of #52D696

#52D696
(82,214,150)
#4BC389
(75,195,137)
#44B07C
(68,176,124)
#3D9D6F
(61,157,111)
#368A62
(54,138,98)
#2F7755
(47,119,85)
#286448
(40,100,72)
#21513B
(33,81,59)
#1A3E2E
(26,62,46)
#132B21
(19,43,33)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #52D696

#52D696
(82,214,150)
#61D99F
(97,217,159)
#70DCA8
(112,220,168)
#7FDFB1
(127,223,177)
#8EE2BA
(142,226,186)
#9DE5C3
(157,229,195)
#ACE8CC
(172,232,204)
#BBEBD5
(187,235,213)
#CAEEDE
(202,238,222)
#D9F1E7
(217,241,231)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52D696; }

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

This text font color is #52D696.


Background Color

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

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

This div background color is #52D696.


Border color

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

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

This div border color is #52D696.


Opacity

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

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

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

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

This text has shadow with #52D696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52D696 on black background.


Color preview on white background

This text has color #52D696 on white background.



Black color preview on #52D696 background

This text has black color on #52D696 background.


White color preview on #52D696 background

This text has white color on #52D696 background.