COLOR #53DF18

HEX: #53DF18
RGB: (83,223,24)

Color info

#53DF18 contains mainly green color. Web safe color of #53DF18 is #66CC00 (or #6C0).

RGB color model

#53DF18 color RGB value is (83,223,24).

  • red value is 83;
  • green value is 223;
  • blue value is 24.
RGB:
(83,223,24)
(33%,87%,9%)

RGB channels and saturation

R 83 of 255 = 33%
G 223 of 255 = 87%
B 24 of 255 = 9%

83
223
24

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

Portions of RGB colors in percentages

R + G + B =
83 + 223 + 24 = 330 (100%)
R 83 of 330 ~ 25.15%
G 223 of 330 ~ 67.58%
B 24 of 330 ~ 7.27%

%25.15
%67.58

CMYK color model

#53DF18 color CMYK value is (63,0,89,13).

  • cyan value is 62.78%
  • magenta value is 0.00%
  • yellow value is 89.24%
  • key color value is 12.55%
CMYK:
(63,0,89,13)
C63M0Y89K13 
(63%,0%,89%,13%)
(0.63/0.00/0.89/0.13)	

CMYK percentages

%62.78
%0
%89.24
%12.55

Codes

Color #53DF18 in popluar color models

53DF18
RGB8322324
HSL102°80.57%48.43%
HSB/HSV102°89.24%87.45%
CMYK62.78%0.00%89.24%
12.55%

Color #53DF18 in popluar number systems.

HEX53DF18
Decimal8322324
Binary10100111101111111000
Octal12333730

Shades and tints

Shades of #53DF18

#53DF18
(83,223,24)
#4CCB16
(76,203,22)
#45B714
(69,183,20)
#3EA312
(62,163,18)
#378F10
(55,143,16)
#307B0E
(48,123,14)
#29670C
(41,103,12)
#22530A
(34,83,10)
#1B3F08
(27,63,8)
#142B06
(20,43,6)
#0D1704
(13,23,4)
#000000
(0,0,0)

Tints of #53DF18

#53DF18
(83,223,24)
#62E12D
(98,225,45)
#71E342
(113,227,66)
#80E557
(128,229,87)
#8FE76C
(143,231,108)
#9EE981
(158,233,129)
#ADEB96
(173,235,150)
#BCEDAB
(188,237,171)
#CBEFC0
(203,239,192)
#DAF1D5
(218,241,213)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53DF18 color. Also use rgb(83,223,24) instead hex code.

Text Font Color

.myTextColor { color: #53DF18; }

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

This text font color is #53DF18.


Background Color

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

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

This div background color is #53DF18.


Border color

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

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

This div border color is #53DF18.


Opacity

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

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

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

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

This text has shadow with #53DF18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53DF18 on black background.


Color preview on white background

This text has color #53DF18 on white background.



Black color preview on #53DF18 background

This text has black color on #53DF18 background.


White color preview on #53DF18 background

This text has white color on #53DF18 background.