COLOR #53E68E

HEX: #53E68E
RGB: (83,230,142)

Color info

#53E68E contains mainly green color. Web safe color of #53E68E is #66CC99 (or #6C9).

RGB color model

#53E68E color RGB value is (83,230,142).

  • red value is 83;
  • green value is 230;
  • blue value is 142.
RGB:
(83,230,142)
(33%,90%,56%)

RGB channels and saturation

R 83 of 255 = 33%
G 230 of 255 = 90%
B 142 of 255 = 56%

83
230
142

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

Portions of RGB colors in percentages

R + G + B =
83 + 230 + 142 = 455 (100%)
R 83 of 455 ~ 18.24%
G 230 of 455 ~ 50.55%
B 142 of 455 ~ 31.21%

%18.24
%50.55
%31.21

CMYK color model

#53E68E color CMYK value is (64,0,38,10).

  • cyan value is 63.91%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 9.80%
CMYK:
(64,0,38,10)
C64M0Y38K10 
(64%,0%,38%,10%)
(0.64/0.00/0.38/0.10)	

CMYK percentages

%63.91
%0
%38.26
%9.8

Codes

Color #53E68E in popluar color models

53E68E
RGB83230142
HSL144°74.62%61.37%
HSB/HSV144°63.91%90.20%
CMYK63.91%0.00%38.26%
9.80%

Color #53E68E in popluar number systems.

HEX53E68E
Decimal83230142
Binary10100111110011010001110
Octal123346216

Shades and tints

Shades of #53E68E

#53E68E
(83,230,142)
#4CD282
(76,210,130)
#45BE76
(69,190,118)
#3EAA6A
(62,170,106)
#37965E
(55,150,94)
#308252
(48,130,82)
#296E46
(41,110,70)
#225A3A
(34,90,58)
#1B462E
(27,70,46)
#143222
(20,50,34)
#0D1E16
(13,30,22)
#000000
(0,0,0)

Tints of #53E68E

#53E68E
(83,230,142)
#62E898
(98,232,152)
#71EAA2
(113,234,162)
#80ECAC
(128,236,172)
#8FEEB6
(143,238,182)
#9EF0C0
(158,240,192)
#ADF2CA
(173,242,202)
#BCF4D4
(188,244,212)
#CBF6DE
(203,246,222)
#DAF8E8
(218,248,232)
#E9FAF2
(233,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53E68E color. Also use rgb(83,230,142) instead hex code.

Text Font Color

.myTextColor { color: #53E68E; }

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

This text font color is #53E68E.


Background Color

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

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

This div background color is #53E68E.


Border color

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

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

This div border color is #53E68E.


Opacity

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

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

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

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

This text has shadow with #53E68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53E68E on black background.


Color preview on white background

This text has color #53E68E on white background.



Black color preview on #53E68E background

This text has black color on #53E68E background.


White color preview on #53E68E background

This text has white color on #53E68E background.