COLOR #52FD4D

HEX: #52FD4D
RGB: (82,253,77)

Color info

#52FD4D contains mainly green color. Web safe color of #52FD4D is #66FF33 (or #6F3).

RGB color model

#52FD4D color RGB value is (82,253,77).

  • red value is 82;
  • green value is 253;
  • blue value is 77.
RGB:
(82,253,77)
(32%,99%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 253 of 255 = 99%
B 77 of 255 = 30%

82
253
77

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

Portions of RGB colors in percentages

R + G + B =
82 + 253 + 77 = 412 (100%)
R 82 of 412 ~ 19.9%
G 253 of 412 ~ 61.41%
B 77 of 412 ~ 18.69%

%19.9
%61.41
%18.69

CMYK color model

#52FD4D color CMYK value is (68,0,70,1).

  • cyan value is 67.59%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 0.78%
CMYK:
(68,0,70,1)
C68M0Y70K1 
(68%,0%,70%,1%)
(0.68/0.00/0.70/0.01)	

CMYK percentages

%67.59
%0
%69.57
%0.78

Codes

Color #52FD4D in popluar color models

52FD4D
RGB8225377
HSL118°97.78%64.71%
HSB/HSV118°69.57%99.22%
CMYK67.59%0.00%69.57%
0.78%

Color #52FD4D in popluar number systems.

HEX52FD4D
Decimal8225377
Binary1010010111111011001101
Octal122375115

Shades and tints

Shades of #52FD4D

#52FD4D
(82,253,77)
#4BE646
(75,230,70)
#44CF3F
(68,207,63)
#3DB838
(61,184,56)
#36A131
(54,161,49)
#2F8A2A
(47,138,42)
#287323
(40,115,35)
#215C1C
(33,92,28)
#1A4515
(26,69,21)
#132E0E
(19,46,14)
#0C1707
(12,23,7)
#000000
(0,0,0)

Tints of #52FD4D

#52FD4D
(82,253,77)
#61FD5D
(97,253,93)
#70FD6D
(112,253,109)
#7FFD7D
(127,253,125)
#8EFD8D
(142,253,141)
#9DFD9D
(157,253,157)
#ACFDAD
(172,253,173)
#BBFDBD
(187,253,189)
#CAFDCD
(202,253,205)
#D9FDDD
(217,253,221)
#E8FDED
(232,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52FD4D color. Also use rgb(82,253,77) instead hex code.

Text Font Color

.myTextColor { color: #52FD4D; }

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

This text font color is #52FD4D.


Background Color

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

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

This div background color is #52FD4D.


Border color

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

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

This div border color is #52FD4D.


Opacity

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

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

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

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

This text has shadow with #52FD4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52FD4D on black background.


Color preview on white background

This text has color #52FD4D on white background.



Black color preview on #52FD4D background

This text has black color on #52FD4D background.


White color preview on #52FD4D background

This text has white color on #52FD4D background.