COLOR #53DB01

HEX: #53DB01
RGB: (83,219,1)

Color info

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

RGB color model

#53DB01 color RGB value is (83,219,1).

  • red value is 83;
  • green value is 219;
  • blue value is 1.
RGB:
(83,219,1)
(33%,86%,0%)

RGB channels and saturation

R 83 of 255 = 33%
G 219 of 255 = 86%
B 1 of 255 = 0%

83
219
1

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

Portions of RGB colors in percentages

R + G + B =
83 + 219 + 1 = 303 (100%)
R 83 of 303 ~ 27.39%
G 219 of 303 ~ 72.28%
B 1 of 303 ~ 0.33%

%27.39
%72.28

CMYK color model

#53DB01 color CMYK value is (62,0,100,14).

  • cyan value is 62.10%
  • magenta value is 0.00%
  • yellow value is 99.54%
  • key color value is 14.12%
CMYK:
(62,0,100,14)
C62M0Y100K14 
(62%,0%,100%,14%)
(0.62/0.00/1.00/0.14)	

CMYK percentages

%62.1
%0
%99.54
%14.12

Codes

Color #53DB01 in popluar color models

53DB01
RGB832191
HSL97°99.09%43.14%
HSB/HSV97°99.54%85.88%
CMYK62.10%0.00%99.54%
14.12%

Color #53DB01 in popluar number systems.

HEX53DB01
Decimal832191
Binary1010011110110111
Octal1233331

Shades and tints

Shades of #53DB01

#53DB01
(83,219,1)
#4CC801
(76,200,1)
#45B501
(69,181,1)
#3EA201
(62,162,1)
#378F01
(55,143,1)
#307C01
(48,124,1)
#296901
(41,105,1)
#225601
(34,86,1)
#1B4301
(27,67,1)
#143001
(20,48,1)
#0D1D01
(13,29,1)
#000000
(0,0,0)

Tints of #53DB01

#53DB01
(83,219,1)
#62DE18
(98,222,24)
#71E12F
(113,225,47)
#80E446
(128,228,70)
#8FE75D
(143,231,93)
#9EEA74
(158,234,116)
#ADED8B
(173,237,139)
#BCF0A2
(188,240,162)
#CBF3B9
(203,243,185)
#DAF6D0
(218,246,208)
#E9F9E7
(233,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53DB01 color. Also use rgb(83,219,1) instead hex code.

Text Font Color

.myTextColor { color: #53DB01; }

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

This text font color is #53DB01.


Background Color

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

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

This div background color is #53DB01.


Border color

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

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

This div border color is #53DB01.


Opacity

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

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

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

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

This text has shadow with #53DB01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53DB01 on black background.


Color preview on white background

This text has color #53DB01 on white background.



Black color preview on #53DB01 background

This text has black color on #53DB01 background.


White color preview on #53DB01 background

This text has white color on #53DB01 background.