COLOR #53CB40

HEX: #53CB40
RGB: (83,203,64)

Color info

#53CB40 contains mainly green color. Web safe color of #53CB40 is #66CC33 (or #6C3).

RGB color model

#53CB40 color RGB value is (83,203,64).

  • red value is 83;
  • green value is 203;
  • blue value is 64.
RGB:
(83,203,64)
(33%,80%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 203 of 255 = 80%
B 64 of 255 = 25%

83
203
64

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

Portions of RGB colors in percentages

R + G + B =
83 + 203 + 64 = 350 (100%)
R 83 of 350 ~ 23.71%
G 203 of 350 ~ 58%
B 64 of 350 ~ 18.29%

%23.71
%58
%18.29

CMYK color model

#53CB40 color CMYK value is (59,0,68,20).

  • cyan value is 59.11%
  • magenta value is 0.00%
  • yellow value is 68.47%
  • key color value is 20.39%
CMYK:
(59,0,68,20)
C59M0Y68K20 
(59%,0%,68%,20%)
(0.59/0.00/0.68/0.20)	

CMYK percentages

%59.11
%0
%68.47
%20.39

Codes

Color #53CB40 in popluar color models

53CB40
RGB8320364
HSL112°57.20%52.35%
HSB/HSV112°68.47%79.61%
CMYK59.11%0.00%68.47%
20.39%

Color #53CB40 in popluar number systems.

HEX53CB40
Decimal8320364
Binary1010011110010111000000
Octal123313100

Shades and tints

Shades of #53CB40

#53CB40
(83,203,64)
#4CB93B
(76,185,59)
#45A736
(69,167,54)
#3E9531
(62,149,49)
#37832C
(55,131,44)
#307127
(48,113,39)
#295F22
(41,95,34)
#224D1D
(34,77,29)
#1B3B18
(27,59,24)
#142913
(20,41,19)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #53CB40

#53CB40
(83,203,64)
#62CF51
(98,207,81)
#71D362
(113,211,98)
#80D773
(128,215,115)
#8FDB84
(143,219,132)
#9EDF95
(158,223,149)
#ADE3A6
(173,227,166)
#BCE7B7
(188,231,183)
#CBEBC8
(203,235,200)
#DAEFD9
(218,239,217)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53CB40 color. Also use rgb(83,203,64) instead hex code.

Text Font Color

.myTextColor { color: #53CB40; }

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

This text font color is #53CB40.


Background Color

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

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

This div background color is #53CB40.


Border color

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

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

This div border color is #53CB40.


Opacity

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

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

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

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

This text has shadow with #53CB40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53CB40 on black background.


Color preview on white background

This text has color #53CB40 on white background.



Black color preview on #53CB40 background

This text has black color on #53CB40 background.


White color preview on #53CB40 background

This text has white color on #53CB40 background.