COLOR #53E44B

HEX: #53E44B
RGB: (83,228,75)

Color info

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

RGB color model

#53E44B color RGB value is (83,228,75).

  • red value is 83;
  • green value is 228;
  • blue value is 75.
RGB:
(83,228,75)
(33%,89%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 228 of 255 = 89%
B 75 of 255 = 29%

83
228
75

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

Portions of RGB colors in percentages

R + G + B =
83 + 228 + 75 = 386 (100%)
R 83 of 386 ~ 21.5%
G 228 of 386 ~ 59.07%
B 75 of 386 ~ 19.43%

%21.5
%59.07
%19.43

CMYK color model

#53E44B color CMYK value is (64,0,67,11).

  • cyan value is 63.60%
  • magenta value is 0.00%
  • yellow value is 67.11%
  • key color value is 10.59%
CMYK:
(64,0,67,11)
C64M0Y67K11 
(64%,0%,67%,11%)
(0.64/0.00/0.67/0.11)	

CMYK percentages

%63.6
%0
%67.11
%10.59

Codes

Color #53E44B in popluar color models

53E44B
RGB8322875
HSL117°73.91%59.41%
HSB/HSV117°67.11%89.41%
CMYK63.60%0.00%67.11%
10.59%

Color #53E44B in popluar number systems.

HEX53E44B
Decimal8322875
Binary1010011111001001001011
Octal123344113

Shades and tints

Shades of #53E44B

#53E44B
(83,228,75)
#4CD045
(76,208,69)
#45BC3F
(69,188,63)
#3EA839
(62,168,57)
#379433
(55,148,51)
#30802D
(48,128,45)
#296C27
(41,108,39)
#225821
(34,88,33)
#1B441B
(27,68,27)
#143015
(20,48,21)
#0D1C0F
(13,28,15)
#000000
(0,0,0)

Tints of #53E44B

#53E44B
(83,228,75)
#62E65B
(98,230,91)
#71E86B
(113,232,107)
#80EA7B
(128,234,123)
#8FEC8B
(143,236,139)
#9EEE9B
(158,238,155)
#ADF0AB
(173,240,171)
#BCF2BB
(188,242,187)
#CBF4CB
(203,244,203)
#DAF6DB
(218,246,219)
#E9F8EB
(233,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53E44B color. Also use rgb(83,228,75) instead hex code.

Text Font Color

.myTextColor { color: #53E44B; }

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

This text font color is #53E44B.


Background Color

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

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

This div background color is #53E44B.


Border color

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

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

This div border color is #53E44B.


Opacity

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

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

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

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

This text has shadow with #53E44B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53E44B on black background.


Color preview on white background

This text has color #53E44B on white background.



Black color preview on #53E44B background

This text has black color on #53E44B background.


White color preview on #53E44B background

This text has white color on #53E44B background.