COLOR #53F367

HEX: #53F367 RGB: (83,243,103)

Color info

#53F367 contains mainly green color. Web safe color of #53F367 is #66FF66 (or #6F6).

RGB color model

#53F367 color RGB value is (83,243,103).

RGB: (83,243,103) (33%, 95%, 40%)

RGB channels and saturation

R 83 of 255 = 33%
G 243 of 255 = 95%
B 103 of 255 = 40%

83
243
103

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

Portions of RGB colors in percentages

R + G + B = 83 + 243 + 103 = 429 (100%)
R 83 of 429 ~ 19.35%
G 243 of 429 ~ 56.64%
B 103 of 429 ~ 24.01'%

%19.35
%56.64
%24.01

CMYK color model

#53F367 color CMYK value is (66,0,58,5).

  • cyan value is 65.84%
  • magenta value is 0.00%
  • yellow value is 57.61%
  • key color value is 4.71%
CMYK: (66,0,58,5) C66M0Y58K5 (66%,0%,58%,5%) (0.66/0.00/0.58/0.05) 

CMYK percentages

%65.84
%0
%57.61
%4.71

Codes

Color #53F367 in popluar color models

53 F3 67
RGB 83 243 103
HSL 128° 86.96% 63.92%
HSB/HSV 128° 65.84% 95.29%
CMYK 65.84% 0.00% 57.61%
4.71%

Color #53F367 in popluar number systems.

HEX 53 F3 67
Decimal 83 243 103
Binary 1010011 11110011 1100111
Octal 123 363 147

Shades and tints

Shades of #53F367

#53F367
(83,243,103)
#4CDD5E
(76,221,94)
#45C755
(69,199,85)
#3EB14C
(62,177,76)
#379B43
(55,155,67)
#30853A
(48,133,58)
#296F31
(41,111,49)
#225928
(34,89,40)
#1B431F
(27,67,31)
#142D16
(20,45,22)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #53F367

#53F367
(83,243,103)
#62F474
(98,244,116)
#71F581
(113,245,129)
#80F68E
(128,246,142)
#8FF79B
(143,247,155)
#9EF8A8
(158,248,168)
#ADF9B5
(173,249,181)
#BCFAC2
(188,250,194)
#CBFBCF
(203,251,207)
#DAFCDC
(218,252,220)
#E9FDE9
(233,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53F367 color. Also use rgb(83,243,103) instead hex code.

Text Font Color

.myTextColor { color: #53F367; }

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

This text font color is #53F367.

Background Color

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

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

This div background color is #53F367.

Border color

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

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

This div border color is #53F367.

Opacity

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

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

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

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

This text has shadow with #53F367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53F367.

Preview

Color preview on black background

This text has color #53F367 on black background.


Color preview on white background

This text has color #53F367 on white background.


Black color preview on #53F367 background

This text has black color on #53F367 background.


White color preview on #53F367 background

This text has white color on #53F367 background.


Related colors

Complementary color

Complementary color for #hex is #AC0C98.


I love getcolorcode.com

Triadic colors

1 #6753F3 and #F36753 with #53F367 are triadic colors.

2 #67F353 and #F35367 with #53F367 are triadic colors.