COLOR #53F216

HEX: #53F216
RGB: (83,242,22)

Color info

#53F216 contains mainly green color. Web safe color of #53F216 is #66FF00 (or #6F0).

RGB color model

#53F216 color RGB value is (83,242,22).

  • red value is 83;
  • green value is 242;
  • blue value is 22.
RGB:
(83,242,22)
(33%,95%,9%)

RGB channels and saturation

R 83 of 255 = 33%
G 242 of 255 = 95%
B 22 of 255 = 9%

83
242
22

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

Portions of RGB colors in percentages

R + G + B =
83 + 242 + 22 = 347 (100%)
R 83 of 347 ~ 23.92%
G 242 of 347 ~ 69.74%
B 22 of 347 ~ 6.34%

%23.92
%69.74

CMYK color model

#53F216 color CMYK value is (66,0,91,5).

  • cyan value is 65.70%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 5.10%
CMYK:
(66,0,91,5)
C66M0Y91K5 
(66%,0%,91%,5%)
(0.66/0.00/0.91/0.05)	

CMYK percentages

%65.7
%0
%90.91
%5.1

Codes

Color #53F216 in popluar color models

53F216
RGB8324222
HSL103°89.43%51.76%
HSB/HSV103°90.91%94.90%
CMYK65.70%0.00%90.91%
5.10%

Color #53F216 in popluar number systems.

HEX53F216
Decimal8324222
Binary10100111111001010110
Octal12336226

Shades and tints

Shades of #53F216

#53F216
(83,242,22)
#4CDC14
(76,220,20)
#45C612
(69,198,18)
#3EB010
(62,176,16)
#379A0E
(55,154,14)
#30840C
(48,132,12)
#296E0A
(41,110,10)
#225808
(34,88,8)
#1B4206
(27,66,6)
#142C04
(20,44,4)
#0D1602
(13,22,2)
#000000
(0,0,0)

Tints of #53F216

#53F216
(83,242,22)
#62F32B
(98,243,43)
#71F440
(113,244,64)
#80F555
(128,245,85)
#8FF66A
(143,246,106)
#9EF77F
(158,247,127)
#ADF894
(173,248,148)
#BCF9A9
(188,249,169)
#CBFABE
(203,250,190)
#DAFBD3
(218,251,211)
#E9FCE8
(233,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53F216 color. Also use rgb(83,242,22) instead hex code.

Text Font Color

.myTextColor { color: #53F216; }

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

This text font color is #53F216.


Background Color

.myBgColor { background-color: #53F216; }

<div style="background-color:#53F216">Inner text</div>

This div background color is #53F216.


Border color

.myBorderColor { border: 1px solid #53F216; }

<div style="border:3px solid #53F216">Div</div>

This div border color is #53F216.


Opacity

.myOpacity80 { color: #53F216; opacity: 0.8; }

<p style="color:#53F216;opacity:0.8;">80%</p>

Text with #53F216 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 #53F216;}

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

This text has shadow with #53F216 color.

.textShadow {text-shadow: 3px 3px 1px #53F216, 3px 3px 1px red;}

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

This text has shadow with #53F216 primary color and red secondary color.


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

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

This text has shadow with #53F216 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53F216 on black background.


Color preview on white background

This text has color #53F216 on white background.



Black color preview on #53F216 background

This text has black color on #53F216 background.


White color preview on #53F216 background

This text has white color on #53F216 background.