COLOR #53E773

HEX: #53E773
RGB: (83,231,115)

Color info

#53E773 contains mainly green color. Web safe color of #53E773 is #66FF66 (or #6F6).

RGB color model

#53E773 color RGB value is (83,231,115).

  • red value is 83;
  • green value is 231;
  • blue value is 115.
RGB:
(83,231,115)
(33%,91%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 231 of 255 = 91%
B 115 of 255 = 45%

83
231
115

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

Portions of RGB colors in percentages

R + G + B =
83 + 231 + 115 = 429 (100%)
R 83 of 429 ~ 19.35%
G 231 of 429 ~ 53.85%
B 115 of 429 ~ 26.81%

%19.35
%53.85
%26.81

CMYK color model

#53E773 color CMYK value is (64,0,50,9).

  • cyan value is 64.07%
  • magenta value is 0.00%
  • yellow value is 50.22%
  • key color value is 9.41%
CMYK:
(64,0,50,9)
C64M0Y50K9 
(64%,0%,50%,9%)
(0.64/0.00/0.50/0.09)	

CMYK percentages

%64.07
%0
%50.22
%9.41

Codes

Color #53E773 in popluar color models

53E773
RGB83231115
HSL133°75.51%61.57%
HSB/HSV133°64.07%90.59%
CMYK64.07%0.00%50.22%
9.41%

Color #53E773 in popluar number systems.

HEX53E773
Decimal83231115
Binary1010011111001111110011
Octal123347163

Shades and tints

Shades of #53E773

#53E773
(83,231,115)
#4CD269
(76,210,105)
#45BD5F
(69,189,95)
#3EA855
(62,168,85)
#37934B
(55,147,75)
#307E41
(48,126,65)
#296937
(41,105,55)
#22542D
(34,84,45)
#1B3F23
(27,63,35)
#142A19
(20,42,25)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #53E773

#53E773
(83,231,115)
#62E97F
(98,233,127)
#71EB8B
(113,235,139)
#80ED97
(128,237,151)
#8FEFA3
(143,239,163)
#9EF1AF
(158,241,175)
#ADF3BB
(173,243,187)
#BCF5C7
(188,245,199)
#CBF7D3
(203,247,211)
#DAF9DF
(218,249,223)
#E9FBEB
(233,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53E773 color. Also use rgb(83,231,115) instead hex code.

Text Font Color

.myTextColor { color: #53E773; }

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

This text font color is #53E773.


Background Color

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

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

This div background color is #53E773.


Border color

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

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

This div border color is #53E773.


Opacity

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

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

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

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

This text has shadow with #53E773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53E773 on black background.


Color preview on white background

This text has color #53E773 on white background.



Black color preview on #53E773 background

This text has black color on #53E773 background.


White color preview on #53E773 background

This text has white color on #53E773 background.