COLOR #53E76F

HEX: #53E76F
RGB: (83,231,111)

Color info

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

RGB color model

#53E76F color RGB value is (83,231,111).

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

RGB channels and saturation

R 83 of 255 = 33%
G 231 of 255 = 91%
B 111 of 255 = 44%

83
231
111

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

Portions of RGB colors in percentages

R + G + B =
83 + 231 + 111 = 425 (100%)
R 83 of 425 ~ 19.53%
G 231 of 425 ~ 54.35%
B 111 of 425 ~ 26.12%

%19.53
%54.35
%26.12

CMYK color model

#53E76F color CMYK value is (64,0,52,9).

  • cyan value is 64.07%
  • magenta value is 0.00%
  • yellow value is 51.95%
  • key color value is 9.41%
CMYK:
(64,0,52,9)
C64M0Y52K9 
(64%,0%,52%,9%)
(0.64/0.00/0.52/0.09)	

CMYK percentages

%64.07
%0
%51.95
%9.41

Codes

Color #53E76F in popluar color models

53E76F
RGB83231111
HSL131°75.51%61.57%
HSB/HSV131°64.07%90.59%
CMYK64.07%0.00%51.95%
9.41%

Color #53E76F in popluar number systems.

HEX53E76F
Decimal83231111
Binary1010011111001111101111
Octal123347157

Shades and tints

Shades of #53E76F

#53E76F
(83,231,111)
#4CD265
(76,210,101)
#45BD5B
(69,189,91)
#3EA851
(62,168,81)
#379347
(55,147,71)
#307E3D
(48,126,61)
#296933
(41,105,51)
#225429
(34,84,41)
#1B3F1F
(27,63,31)
#142A15
(20,42,21)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #53E76F

#53E76F
(83,231,111)
#62E97C
(98,233,124)
#71EB89
(113,235,137)
#80ED96
(128,237,150)
#8FEFA3
(143,239,163)
#9EF1B0
(158,241,176)
#ADF3BD
(173,243,189)
#BCF5CA
(188,245,202)
#CBF7D7
(203,247,215)
#DAF9E4
(218,249,228)
#E9FBF1
(233,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53E76F; }

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

This text font color is #53E76F.


Background Color

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

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

This div background color is #53E76F.


Border color

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

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

This div border color is #53E76F.


Opacity

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

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

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

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

This text has shadow with #53E76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53E76F on black background.


Color preview on white background

This text has color #53E76F on white background.



Black color preview on #53E76F background

This text has black color on #53E76F background.


White color preview on #53E76F background

This text has white color on #53E76F background.