COLOR #53D75B

HEX: #53D75B
RGB: (83,215,91)

Color info

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

RGB color model

#53D75B color RGB value is (83,215,91).

  • red value is 83;
  • green value is 215;
  • blue value is 91.
RGB:
(83,215,91)
(33%,84%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 215 of 255 = 84%
B 91 of 255 = 36%

83
215
91

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

Portions of RGB colors in percentages

R + G + B =
83 + 215 + 91 = 389 (100%)
R 83 of 389 ~ 21.34%
G 215 of 389 ~ 55.27%
B 91 of 389 ~ 23.39%

%21.34
%55.27
%23.39

CMYK color model

#53D75B color CMYK value is (61,0,58,16).

  • cyan value is 61.40%
  • magenta value is 0.00%
  • yellow value is 57.67%
  • key color value is 15.69%
CMYK:
(61,0,58,16)
C61M0Y58K16 
(61%,0%,58%,16%)
(0.61/0.00/0.58/0.16)	

CMYK percentages

%61.4
%0
%57.67
%15.69

Codes

Color #53D75B in popluar color models

53D75B
RGB8321591
HSL124°62.26%58.43%
HSB/HSV124°61.40%84.31%
CMYK61.40%0.00%57.67%
15.69%

Color #53D75B in popluar number systems.

HEX53D75B
Decimal8321591
Binary1010011110101111011011
Octal123327133

Shades and tints

Shades of #53D75B

#53D75B
(83,215,91)
#4CC453
(76,196,83)
#45B14B
(69,177,75)
#3E9E43
(62,158,67)
#378B3B
(55,139,59)
#307833
(48,120,51)
#29652B
(41,101,43)
#225223
(34,82,35)
#1B3F1B
(27,63,27)
#142C13
(20,44,19)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #53D75B

#53D75B
(83,215,91)
#62DA69
(98,218,105)
#71DD77
(113,221,119)
#80E085
(128,224,133)
#8FE393
(143,227,147)
#9EE6A1
(158,230,161)
#ADE9AF
(173,233,175)
#BCECBD
(188,236,189)
#CBEFCB
(203,239,203)
#DAF2D9
(218,242,217)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D75B color. Also use rgb(83,215,91) instead hex code.

Text Font Color

.myTextColor { color: #53D75B; }

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

This text font color is #53D75B.


Background Color

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

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

This div background color is #53D75B.


Border color

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

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

This div border color is #53D75B.


Opacity

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

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

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

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

This text has shadow with #53D75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D75B on black background.


Color preview on white background

This text has color #53D75B on white background.



Black color preview on #53D75B background

This text has black color on #53D75B background.


White color preview on #53D75B background

This text has white color on #53D75B background.