COLOR #52DF69

HEX: #52DF69
RGB: (82,223,105)

Color info

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

RGB color model

#52DF69 color RGB value is (82,223,105).

  • red value is 82;
  • green value is 223;
  • blue value is 105.
RGB:
(82,223,105)
(32%,87%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 223 of 255 = 87%
B 105 of 255 = 41%

82
223
105

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

Portions of RGB colors in percentages

R + G + B =
82 + 223 + 105 = 410 (100%)
R 82 of 410 ~ 20%
G 223 of 410 ~ 54.39%
B 105 of 410 ~ 25.61%

%20
%54.39
%25.61

CMYK color model

#52DF69 color CMYK value is (63,0,53,13).

  • cyan value is 63.23%
  • magenta value is 0.00%
  • yellow value is 52.91%
  • key color value is 12.55%
CMYK:
(63,0,53,13)
C63M0Y53K13 
(63%,0%,53%,13%)
(0.63/0.00/0.53/0.13)	

CMYK percentages

%63.23
%0
%52.91
%12.55

Codes

Color #52DF69 in popluar color models

52DF69
RGB82223105
HSL130°68.78%59.80%
HSB/HSV130°63.23%87.45%
CMYK63.23%0.00%52.91%
12.55%

Color #52DF69 in popluar number systems.

HEX52DF69
Decimal82223105
Binary1010010110111111101001
Octal122337151

Shades and tints

Shades of #52DF69

#52DF69
(82,223,105)
#4BCB60
(75,203,96)
#44B757
(68,183,87)
#3DA34E
(61,163,78)
#368F45
(54,143,69)
#2F7B3C
(47,123,60)
#286733
(40,103,51)
#21532A
(33,83,42)
#1A3F21
(26,63,33)
#132B18
(19,43,24)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #52DF69

#52DF69
(82,223,105)
#61E176
(97,225,118)
#70E383
(112,227,131)
#7FE590
(127,229,144)
#8EE79D
(142,231,157)
#9DE9AA
(157,233,170)
#ACEBB7
(172,235,183)
#BBEDC4
(187,237,196)
#CAEFD1
(202,239,209)
#D9F1DE
(217,241,222)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52DF69; }

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

This text font color is #52DF69.


Background Color

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

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

This div background color is #52DF69.


Border color

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

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

This div border color is #52DF69.


Opacity

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

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

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

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

This text has shadow with #52DF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52DF69 on black background.


Color preview on white background

This text has color #52DF69 on white background.



Black color preview on #52DF69 background

This text has black color on #52DF69 background.


White color preview on #52DF69 background

This text has white color on #52DF69 background.