COLOR #52CA53

HEX: #52CA53
RGB: (82,202,83)

Color info

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

RGB color model

#52CA53 color RGB value is (82,202,83).

  • red value is 82;
  • green value is 202;
  • blue value is 83.
RGB:
(82,202,83)
(32%,79%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 202 of 255 = 79%
B 83 of 255 = 33%

82
202
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 202 + 83 = 367 (100%)
R 82 of 367 ~ 22.34%
G 202 of 367 ~ 55.04%
B 83 of 367 ~ 22.62%

%22.34
%55.04
%22.62

CMYK color model

#52CA53 color CMYK value is (59,0,59,21).

  • cyan value is 59.41%
  • magenta value is 0.00%
  • yellow value is 58.91%
  • key color value is 20.78%
CMYK:
(59,0,59,21)
C59M0Y59K21 
(59%,0%,59%,21%)
(0.59/0.00/0.59/0.21)	

CMYK percentages

%59.41
%0
%58.91
%20.78

Codes

Color #52CA53 in popluar color models

52CA53
RGB8220283
HSL121°53.10%55.69%
HSB/HSV121°59.41%79.22%
CMYK59.41%0.00%58.91%
20.78%

Color #52CA53 in popluar number systems.

HEX52CA53
Decimal8220283
Binary1010010110010101010011
Octal122312123

Shades and tints

Shades of #52CA53

#52CA53
(82,202,83)
#4BB84C
(75,184,76)
#44A645
(68,166,69)
#3D943E
(61,148,62)
#368237
(54,130,55)
#2F7030
(47,112,48)
#285E29
(40,94,41)
#214C22
(33,76,34)
#1A3A1B
(26,58,27)
#132814
(19,40,20)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #52CA53

#52CA53
(82,202,83)
#61CE62
(97,206,98)
#70D271
(112,210,113)
#7FD680
(127,214,128)
#8EDA8F
(142,218,143)
#9DDE9E
(157,222,158)
#ACE2AD
(172,226,173)
#BBE6BC
(187,230,188)
#CAEACB
(202,234,203)
#D9EEDA
(217,238,218)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52CA53; }

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

This text font color is #52CA53.


Background Color

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

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

This div background color is #52CA53.


Border color

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

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

This div border color is #52CA53.


Opacity

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

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

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

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

This text has shadow with #52CA53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52CA53 on black background.


Color preview on white background

This text has color #52CA53 on white background.



Black color preview on #52CA53 background

This text has black color on #52CA53 background.


White color preview on #52CA53 background

This text has white color on #52CA53 background.