COLOR #53EF96

HEX: #53EF96
RGB: (83,239,150)

Color info

#53EF96 contains mainly green color. Web safe color of #53EF96 is #66FF99 (or #6F9).

RGB color model

#53EF96 color RGB value is (83,239,150).

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

RGB channels and saturation

R 83 of 255 = 33%
G 239 of 255 = 94%
B 150 of 255 = 59%

83
239
150

R + G + B ~ 62%. #53EF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 239 + 150 = 472 (100%)
R 83 of 472 ~ 17.58%
G 239 of 472 ~ 50.64%
B 150 of 472 ~ 31.78%

%17.58
%50.64
%31.78

CMYK color model

#53EF96 color CMYK value is (65,0,37,6).

  • cyan value is 65.27%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 6.27%
CMYK:
(65,0,37,6)
C65M0Y37K6 
(65%,0%,37%,6%)
(0.65/0.00/0.37/0.06)	

CMYK percentages

%65.27
%0
%37.24
%6.27

Codes

Color #53EF96 in popluar color models

53EF96
RGB83239150
HSL146°82.98%63.14%
HSB/HSV146°65.27%93.73%
CMYK65.27%0.00%37.24%
6.27%

Color #53EF96 in popluar number systems.

HEX53EF96
Decimal83239150
Binary10100111110111110010110
Octal123357226

Shades and tints

Shades of #53EF96

#53EF96
(83,239,150)
#4CDA89
(76,218,137)
#45C57C
(69,197,124)
#3EB06F
(62,176,111)
#379B62
(55,155,98)
#308655
(48,134,85)
#297148
(41,113,72)
#225C3B
(34,92,59)
#1B472E
(27,71,46)
#143221
(20,50,33)
#0D1D14
(13,29,20)
#000000
(0,0,0)

Tints of #53EF96

#53EF96
(83,239,150)
#62F09F
(98,240,159)
#71F1A8
(113,241,168)
#80F2B1
(128,242,177)
#8FF3BA
(143,243,186)
#9EF4C3
(158,244,195)
#ADF5CC
(173,245,204)
#BCF6D5
(188,246,213)
#CBF7DE
(203,247,222)
#DAF8E7
(218,248,231)
#E9F9F0
(233,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53EF96; }

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

This text font color is #53EF96.


Background Color

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

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

This div background color is #53EF96.


Border color

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

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

This div border color is #53EF96.


Opacity

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

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

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

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

This text has shadow with #53EF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EF96 on black background.


Color preview on white background

This text has color #53EF96 on white background.



Black color preview on #53EF96 background

This text has black color on #53EF96 background.


White color preview on #53EF96 background

This text has white color on #53EF96 background.