COLOR #53EE16

HEX: #53EE16
RGB: (83,238,22)

Color info

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

RGB color model

#53EE16 color RGB value is (83,238,22).

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

RGB channels and saturation

R 83 of 255 = 33%
G 238 of 255 = 93%
B 22 of 255 = 9%

83
238
22

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

Portions of RGB colors in percentages

R + G + B =
83 + 238 + 22 = 343 (100%)
R 83 of 343 ~ 24.2%
G 238 of 343 ~ 69.39%
B 22 of 343 ~ 6.41%

%24.2
%69.39

CMYK color model

#53EE16 color CMYK value is (65,0,91,7).

  • cyan value is 65.13%
  • magenta value is 0.00%
  • yellow value is 90.76%
  • key color value is 6.67%
CMYK:
(65,0,91,7)
C65M0Y91K7 
(65%,0%,91%,7%)
(0.65/0.00/0.91/0.07)	

CMYK percentages

%65.13
%0
%90.76
%6.67

Codes

Color #53EE16 in popluar color models

53EE16
RGB8323822
HSL103°86.40%50.98%
HSB/HSV103°90.76%93.33%
CMYK65.13%0.00%90.76%
6.67%

Color #53EE16 in popluar number systems.

HEX53EE16
Decimal8323822
Binary10100111110111010110
Octal12335626

Shades and tints

Shades of #53EE16

#53EE16
(83,238,22)
#4CD914
(76,217,20)
#45C412
(69,196,18)
#3EAF10
(62,175,16)
#379A0E
(55,154,14)
#30850C
(48,133,12)
#29700A
(41,112,10)
#225B08
(34,91,8)
#1B4606
(27,70,6)
#143104
(20,49,4)
#0D1C02
(13,28,2)
#000000
(0,0,0)

Tints of #53EE16

#53EE16
(83,238,22)
#62EF2B
(98,239,43)
#71F040
(113,240,64)
#80F155
(128,241,85)
#8FF26A
(143,242,106)
#9EF37F
(158,243,127)
#ADF494
(173,244,148)
#BCF5A9
(188,245,169)
#CBF6BE
(203,246,190)
#DAF7D3
(218,247,211)
#E9F8E8
(233,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53EE16; }

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

This text font color is #53EE16.


Background Color

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

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

This div background color is #53EE16.


Border color

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

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

This div border color is #53EE16.


Opacity

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

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

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

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

This text has shadow with #53EE16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EE16 on black background.


Color preview on white background

This text has color #53EE16 on white background.



Black color preview on #53EE16 background

This text has black color on #53EE16 background.


White color preview on #53EE16 background

This text has white color on #53EE16 background.