COLOR #52E653

HEX: #52E653
RGB: (82,230,83)

Color info

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

RGB color model

#52E653 color RGB value is (82,230,83).

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

RGB channels and saturation

R 82 of 255 = 32%
G 230 of 255 = 90%
B 83 of 255 = 33%

82
230
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 230 + 83 = 395 (100%)
R 82 of 395 ~ 20.76%
G 230 of 395 ~ 58.23%
B 83 of 395 ~ 21.01%

%20.76
%58.23
%21.01

CMYK color model

#52E653 color CMYK value is (64,0,64,10).

  • cyan value is 64.35%
  • magenta value is 0.00%
  • yellow value is 63.91%
  • key color value is 9.80%
CMYK:
(64,0,64,10)
C64M0Y64K10 
(64%,0%,64%,10%)
(0.64/0.00/0.64/0.10)	

CMYK percentages

%64.35
%0
%63.91
%9.8

Codes

Color #52E653 in popluar color models

52E653
RGB8223083
HSL120°74.75%61.18%
HSB/HSV120°64.35%90.20%
CMYK64.35%0.00%63.91%
9.80%

Color #52E653 in popluar number systems.

HEX52E653
Decimal8223083
Binary1010010111001101010011
Octal122346123

Shades and tints

Shades of #52E653

#52E653
(82,230,83)
#4BD24C
(75,210,76)
#44BE45
(68,190,69)
#3DAA3E
(61,170,62)
#369637
(54,150,55)
#2F8230
(47,130,48)
#286E29
(40,110,41)
#215A22
(33,90,34)
#1A461B
(26,70,27)
#133214
(19,50,20)
#0C1E0D
(12,30,13)
#000000
(0,0,0)

Tints of #52E653

#52E653
(82,230,83)
#61E862
(97,232,98)
#70EA71
(112,234,113)
#7FEC80
(127,236,128)
#8EEE8F
(142,238,143)
#9DF09E
(157,240,158)
#ACF2AD
(172,242,173)
#BBF4BC
(187,244,188)
#CAF6CB
(202,246,203)
#D9F8DA
(217,248,218)
#E8FAE9
(232,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52E653; }

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

This text font color is #52E653.


Background Color

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

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

This div background color is #52E653.


Border color

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

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

This div border color is #52E653.


Opacity

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

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

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

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

This text has shadow with #52E653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52E653 on black background.


Color preview on white background

This text has color #52E653 on white background.



Black color preview on #52E653 background

This text has black color on #52E653 background.


White color preview on #52E653 background

This text has white color on #52E653 background.