COLOR #53EF09

HEX: #53EF09
RGB: (83,239,9)

Color info

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

RGB color model

#53EF09 color RGB value is (83,239,9).

  • red value is 83;
  • green value is 239;
  • blue value is 9.
RGB:
(83,239,9)
(33%,94%,4%)

RGB channels and saturation

R 83 of 255 = 33%
G 239 of 255 = 94%
B 9 of 255 = 4%

83
239
9

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

Portions of RGB colors in percentages

R + G + B =
83 + 239 + 9 = 331 (100%)
R 83 of 331 ~ 25.08%
G 239 of 331 ~ 72.21%
B 9 of 331 ~ 2.72%

%25.08
%72.21

CMYK color model

#53EF09 color CMYK value is (65,0,96,6).

  • cyan value is 65.27%
  • magenta value is 0.00%
  • yellow value is 96.23%
  • key color value is 6.27%
CMYK:
(65,0,96,6)
C65M0Y96K6 
(65%,0%,96%,6%)
(0.65/0.00/0.96/0.06)	

CMYK percentages

%65.27
%0
%96.23
%6.27

Codes

Color #53EF09 in popluar color models

53EF09
RGB832399
HSL101°92.74%48.63%
HSB/HSV101°96.23%93.73%
CMYK65.27%0.00%96.23%
6.27%

Color #53EF09 in popluar number systems.

HEX53EF09
Decimal832399
Binary1010011111011111001
Octal12335711

Shades and tints

Shades of #53EF09

#53EF09
(83,239,9)
#4CDA09
(76,218,9)
#45C509
(69,197,9)
#3EB009
(62,176,9)
#379B09
(55,155,9)
#308609
(48,134,9)
#297109
(41,113,9)
#225C09
(34,92,9)
#1B4709
(27,71,9)
#143209
(20,50,9)
#0D1D09
(13,29,9)
#000000
(0,0,0)

Tints of #53EF09

#53EF09
(83,239,9)
#62F01F
(98,240,31)
#71F135
(113,241,53)
#80F24B
(128,242,75)
#8FF361
(143,243,97)
#9EF477
(158,244,119)
#ADF58D
(173,245,141)
#BCF6A3
(188,246,163)
#CBF7B9
(203,247,185)
#DAF8CF
(218,248,207)
#E9F9E5
(233,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53EF09 color. Also use rgb(83,239,9) instead hex code.

Text Font Color

.myTextColor { color: #53EF09; }

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

This text font color is #53EF09.


Background Color

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

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

This div background color is #53EF09.


Border color

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

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

This div border color is #53EF09.


Opacity

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

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

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

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

This text has shadow with #53EF09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EF09 on black background.


Color preview on white background

This text has color #53EF09 on white background.



Black color preview on #53EF09 background

This text has black color on #53EF09 background.


White color preview on #53EF09 background

This text has white color on #53EF09 background.