COLOR #53E56F

HEX: #53E56F
RGB: (83,229,111)

Color info

#53E56F contains mainly green color. Web safe color of #53E56F is #66CC66 (or #6C6).

RGB color model

#53E56F color RGB value is (83,229,111).

  • red value is 83;
  • green value is 229;
  • blue value is 111.
RGB:
(83,229,111)
(33%,90%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 229 of 255 = 90%
B 111 of 255 = 44%

83
229
111

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

Portions of RGB colors in percentages

R + G + B =
83 + 229 + 111 = 423 (100%)
R 83 of 423 ~ 19.62%
G 229 of 423 ~ 54.14%
B 111 of 423 ~ 26.24%

%19.62
%54.14
%26.24

CMYK color model

#53E56F color CMYK value is (64,0,52,10).

  • cyan value is 63.76%
  • magenta value is 0.00%
  • yellow value is 51.53%
  • key color value is 10.20%
CMYK:
(64,0,52,10)
C64M0Y52K10 
(64%,0%,52%,10%)
(0.64/0.00/0.52/0.10)	

CMYK percentages

%63.76
%0
%51.53
%10.2

Codes

Color #53E56F in popluar color models

53E56F
RGB83229111
HSL132°73.74%61.18%
HSB/HSV132°63.76%89.80%
CMYK63.76%0.00%51.53%
10.20%

Color #53E56F in popluar number systems.

HEX53E56F
Decimal83229111
Binary1010011111001011101111
Octal123345157

Shades and tints

Shades of #53E56F

#53E56F
(83,229,111)
#4CD165
(76,209,101)
#45BD5B
(69,189,91)
#3EA951
(62,169,81)
#379547
(55,149,71)
#30813D
(48,129,61)
#296D33
(41,109,51)
#225929
(34,89,41)
#1B451F
(27,69,31)
#143115
(20,49,21)
#0D1D0B
(13,29,11)
#000000
(0,0,0)

Tints of #53E56F

#53E56F
(83,229,111)
#62E77C
(98,231,124)
#71E989
(113,233,137)
#80EB96
(128,235,150)
#8FEDA3
(143,237,163)
#9EEFB0
(158,239,176)
#ADF1BD
(173,241,189)
#BCF3CA
(188,243,202)
#CBF5D7
(203,245,215)
#DAF7E4
(218,247,228)
#E9F9F1
(233,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53E56F color. Also use rgb(83,229,111) instead hex code.

Text Font Color

.myTextColor { color: #53E56F; }

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

This text font color is #53E56F.


Background Color

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

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

This div background color is #53E56F.


Border color

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

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

This div border color is #53E56F.


Opacity

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

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

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

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

This text has shadow with #53E56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53E56F on black background.


Color preview on white background

This text has color #53E56F on white background.



Black color preview on #53E56F background

This text has black color on #53E56F background.


White color preview on #53E56F background

This text has white color on #53E56F background.